mirror of https://github.com/CGAL/cgal
confirmed edge_aware_upsampl_point_set_example
This commit is contained in:
parent
91e0fbf60c
commit
7555d1ba9a
|
|
@ -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;
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue