#include <edgebased_cube_finder.h>

Public Types | |
| typedef boost::shared_ptr < PlanarCubeHypothesis > | Ptr |
Public Member Functions | |
| virtual void | estimate (const pcl::PointCloud< pcl::PointXYZRGB > &cloud) |
| PlanarCubeHypothesis (const IndicesPair &pair, const CoefficientsPair &coefficients_pair, const double outlier_threshold) | |
Definition at line 128 of file edgebased_cube_finder.h.
| typedef boost::shared_ptr<PlanarCubeHypothesis> jsk_pcl_ros::PlanarCubeHypothesis::Ptr |
Reimplemented from jsk_pcl_ros::CubeHypothesis.
Definition at line 131 of file edgebased_cube_finder.h.
| jsk_pcl_ros::PlanarCubeHypothesis::PlanarCubeHypothesis | ( | const IndicesPair & | pair, |
| const CoefficientsPair & | coefficients_pair, | ||
| const double | outlier_threshold | ||
| ) |
Definition at line 185 of file edgebased_cube_finder_nodelet.cpp.
| virtual void jsk_pcl_ros::PlanarCubeHypothesis::estimate | ( | const pcl::PointCloud< pcl::PointXYZRGB > & | cloud | ) | [inline, virtual] |
Implements jsk_pcl_ros::CubeHypothesis.
Definition at line 135 of file edgebased_cube_finder.h.