https://github.com/reproducibilitystamp/Crawl_through_Neighbors
Raw File
Tip revision: 01020483573fd4027ea47c8704b445d5347b7cd7 authored by amaldevp on 06 June 2016, 07:11:31 UTC
Update README.md
Tip revision: 0102048
Information.txt
#Amal Dev Parakkat (adp.upasana@gmail.com)

##################
Implementation of:
##################

Paper Title:- Crawl through Neighbors: A Simple Curve Reconstruction Algorithm
Authors:- Amal Dev Parakkat, Ramanathan Muthuganapathy

Operating system recommended:- Ubuntu 14.04 or newer

###########
How to run:
###########

1. Execute the command "sh script.sh"
   Which will:
       a. Download required softwares including cmake, CGAL, boost, glut etc.
       b. Add a flag variable to "CGAL\Point_3.h"
       c. Run cmake and make commands
2. Execute the program with filename as parameter
   For example: "./Crawl Input_Files/Fig1.txt"

################
Additional files:
################

Input_Files contains the point sets used to generate outputs shown in the paper.
back to top