#include <CGAL/Scale_space_reconstruction_3/Jet_smoother.h>
template<typename Geom_traits, typename ConcurrencyTag>
class CGAL::Scale_space_reconstruction_3::Jet_smoother< Geom_traits, ConcurrencyTag >
Smoother for scale space reconstruction based on CGAL::jet_smooth_point_set()
.
- Is Model Of:
- CGAL::Scale_space_reconstruction_3::Smoother
- Template Parameters
-
- Examples
- Scale_space_reconstruction_3/scale_space_advancing_front.cpp.
|
typedef Geom_traits::FT | FT |
| defines the point type.
|
|
typedef Geom_traits::Point_3 | Point |
| defines the point typ.e
|
|
|
| Jet_smoother (unsigned int k=12, unsigned int degree_fitting=2, unsigned int degree_monge=2) |
| Constructs a jet smoother.
|
|
◆ Jet_smoother()
template<typename Geom_traits , typename ConcurrencyTag >
Constructs a jet smoother.
- Parameters
-
k | number of neighbors used. |
degree_fitting | fitting degree |
degree_monge | monge degree |