#include <quad_regression_algo.h>
Private Member Functions | |
virtual void | buildTree (const pcl::PointCloud< Point > &pc) |
setup level size | |
virtual void | prepare (const pcl::PointCloud< Point > &pc) |
getter for "only planes"-option (limits higher polynomials to planes afterwards) |
downsamples input cloud to half widht and height
Definition at line 547 of file quad_regression_algo.h.
void Segmentation::QPPF::QuadRegression_Downsampled< Degree, Point, CameraModel >::buildTree | ( | const pcl::PointCloud< Point > & | pc | ) | [private, virtual] |
setup level size
lowest-level: take points
lowest-level: take points
Reimplemented from Segmentation::QPPF::QuadRegression< Degree, Point, CameraModel >.
Definition at line 212 of file quad_regression_algo.hpp.
void Segmentation::QPPF::QuadRegression_Downsampled< Degree, Point, CameraModel >::prepare | ( | const pcl::PointCloud< Point > & | pc | ) | [private, virtual] |
getter for "only planes"-option (limits higher polynomials to planes afterwards)
Reimplemented from Segmentation::QPPF::QuadRegression< Degree, Point, CameraModel >.
Definition at line 138 of file quad_regression_algo.hpp.