cgal/Ridges_3/examples/Ridges_3
Laurent Saboret 9a3a41c302 Port Jet_fitting_3 and Ridges_3 to Win64 2007-08-28 15:11:43 +00:00
..
VC Port Jet_fitting_3 and Ridges_3 to Win64 2007-08-28 15:11:43 +00:00
data mv big model to ftp and fix the manual 2007-04-12 11:18:11 +00:00
Compute_Ridges_Umbilics.cpp main parameters wrt with/without boost prog options 2007-03-26 15:06:14 +00:00
Compute_Ridges_Umbilics.sln Visual C++ auto-link feature for TAUCS and LAPACK 2007-05-24 14:50:24 +00:00
PolyhedralSurf.cpp
PolyhedralSurf.h Cleanup of white spaces and empty lines also under examples/*/*.h. 2007-03-10 16:45:36 +00:00
PolyhedralSurf_operations.h Cleanup of white spaces and empty lines also under examples/*/*.h. 2007-03-10 16:45:36 +00:00
PolyhedralSurf_rings.h Cleanup of white spaces and empty lines also under examples/*/*.h. 2007-03-10 16:45:36 +00:00
README fc. changes introspec-qt to ridges_viewer 2007-04-29 07:30:01 +00:00
makefile changed email of maintainer 2007-03-25 20:41:23 +00:00
skip_vcproj_auto_generation Merged back from 3.3-branch 2007-06-06 16:13:11 +00:00

README

Program Compute_Ridges_Umbilics
-----------------
takes a polyhedron (filename.off file) as input,
it computes a jet fitting to set the monge data at each vertex 
   computes the ridge lines and the umbilics

it outputs the results in :
1. filename.offRIDGES-d?-m?-t?-a?-p?.4ogl.txt  which can be visualized with 
	the demo program ridges_viewer.exe
2. if option -vtrue, filename.offRIDGES-d?-m?-t?-a?-p?.verb.txt contains human readable results


Allowed options:
  -h [ --help ]                                        produce help message.
  -f [ --input-file ] arg (=data/ellipsoid_u_0.02.off) name of the input off 
                                                       file
  -d [ --degree-jet ] arg (=3)                         degree of the jet,  3 <=
                                                       degre-jet <= 4
  -m [ --degree-monge ] arg (=3)                       degree of the Monge rep,
                                                       3<= degree-monge <= 
                                                       degree-jet
  -a [ --nb-rings ] arg (=0)                           number of rings to 
                                                       collect neighbors. 0 
                                                       means collect enough 
                                                       rings to make appro 
                                                       possible a>=1 fixes the 
                                                       nb of rings to be 
                                                       collected
  -p [ --nb-points ] arg (=0)                          number of neighbors to 
                                                       use.  0 means this 
                                                       option is not 
                                                       considered, this is the 
                                                       default p>=1 fixes the 
                                                       nb of points to be used
  -t [ --tag_order ] arg (=3)                          Order of differential 
                                                       quantities used, must be
                                                       3 or 4
  -u [ --umbilic-patch-size ] arg (=2)                 size of umbilic patches 
                                                       (as multiple of 1ring 
                                                       size)
  -v [ --verbose ] arg (=0)                            verbose output on text 
                                                       file


Note : if the nb of collected points is less than the required min number of 
   points to make the approxiamtion possible (which is constrained by the deg)
   then the program exits.

 
EXAMPLES
---------------------------------------------------------
./Compute_Ridges_Umbilics -f data/poly2x^2+y^2-0.062500.off -d4 -m4 -a4 -t3 -v0 

visu with:

 ../../demo/Ridges_3/ridges_viewer data/poly2x^2+y^2-0.062500.off  data/data_poly2x^2+y^2-0.062500.offRIDGES-d4-m4-t3-a4-p0.4ogl.txt 0 0