confirmed edge_aware_upsampl_point_set_example

This commit is contained in:
Shihao Wu 2014-02-24 17:03:28 +08:00
parent 91e0fbf60c
commit 7555d1ba9a
2 changed files with 2 additions and 5 deletions

View File

@ -39,9 +39,9 @@ int main(void)
}
//Algorithm parameters
const double sharpness_sigma = 25; //control sharpness of the result.
const double sharpness_sigma = 25; // control sharpness of the result.
const double edge_senstivity = 0; // more points will up-sample on edge.
const double neighbor_radius = 0.2; // initial neighbors size.
const double neighbor_radius = 0.2; // initial neighbors size.
const unsigned int number_of_output_points = points.size() * 50;

View File

@ -37,9 +37,6 @@
#include <boost/property_map.hpp>
#endif
//#include <tbb/parallel_for.h>
//#include <tbb/blocked_range.h>
//#define CGAL_DEBUG_MODE
namespace CGAL {