Commit Graph

63 Commits

Author SHA1 Message Date
Nader Salman 54eea6c5be Image Sequence + Feature points files are converted into a Soup of 3D triangles using 2D constrained Delaunay triangulations. 2008-04-10 12:18:23 +00:00
Nader Salman 5e5fcc83d0 Algorithm:
Segment image then detect vertices of borders. 
Triangulate these vertices using a new class Gyroviz_border_points_dt2.h
The triangulation of these points is useful to dissociate the constraints
quality of the segmentation threshold value.

TODO :
Launch the Segmentation + CDT2 on a sequence of *.BMP and *.PNT images.
2008-04-07 09:03:48 +00:00
Laurent Saboret 11adb6461a Minor change 2008-04-02 15:36:04 +00:00
Laurent Saboret c97d2e5370 Removed trace 2008-04-02 15:35:40 +00:00
Nader Salman 960b868328 In Gyroviz_segmentation2.h,
The effective luminance of a pixel is calculated with the following formula:
Y=0.3RED+0.59GREEN+0.11Blue
2008-04-02 09:12:38 +00:00
Laurent Saboret af21597387 Turn off textures anti-aliasing 2008-04-01 16:50:14 +00:00
Nader Salman 86e720dfb4 Needleman-Wunsch Algorithm works still have to work on the heuristics to extracts maximum of true constraints.
Pan with dild effect
2008-04-01 14:57:05 +00:00
Laurent Saboret 067ce91797 orient_normals_wrt_cameras_3() is
- moved to the package and CGAL namespace 
- rewritten using property maps
2008-04-01 08:56:18 +00:00
Nader Salman 7d05d965fb Implemented a version of Needleman-Wunsch algorithm to constrain the 2d Delaunay triangulation on the border of the segmentation.
Still have to adapt the MFC interface and see if there are any bugs.
2008-03-31 14:06:05 +00:00
Nader Salman d341954c25 For migration reasons from a PC to another. 2008-03-28 17:41:36 +00:00
Laurent Saboret ad829a0637 Example model 2008-03-28 10:36:53 +00:00
Nader Salman d1a94aa828 Bug correction : Superposition of images & 2D triangulation.Inside_Outside seems to be working correctly
/!\ Notice /!\ 
We used Simple Cartesian Kernel to boost the execution time.
2008-03-25 17:38:41 +00:00
Laurent Saboret d98393b710 Moved Surface_reconstruction_3 package to trunk 2008-03-21 16:13:19 +00:00