|
Ponca
cfb0fcc680f97b3ab7288990161ce80053655869
Point Cloud Analysis library
|
Project a point using the gradinet of the sdf. More...
#include <project.h>
Collaboration diagram for Ponca::GradientDescentProjectionOperator:Public Member Functions | |
| GradientDescentProjectionOperator (unsigned int _nbIter=16) | |
| template<typename Fit > | |
| Fit::VectorType | project (const Fit &_f, const typename Fit::VectorType &_pos) const |
| Project a point using the gradinet of the sdf. | |
| template<typename Fit > | |
| Fit::VectorType | operator() (const Fit &f, const typename Fit::VectorType &pos) const |
| Project a point using the gradinet of the sdf. | |
Public Attributes | |
| unsigned int | nbIter |
Project a point using the gradinet of the sdf.
| Fit | The fitting object |
| f | The fitting object |
| pos | The position to project |