|
Point Cloud Library (PCL) 1.15.1-dev
|
Structure for storing the visual word. More...
#include <pcl/recognition/implicit_shape_model.h>
Collaboration diagram for pcl::ism::ImplicitShapeModelEstimation< FeatureSize, PointT, NormalT >::VisualWordStat:Public Member Functions | |
| VisualWordStat () | |
| Empty constructor with member variables initialization. | |
Public Attributes | |
| int | class_ {-1} |
| Which class this vote belongs. | |
| float | learned_weight_ {0.0f} |
| Weight of the vote. | |
| pcl::PointXYZ | dir_to_center_ |
| Expected direction to center. | |
Structure for storing the visual word.
Definition at line 314 of file implicit_shape_model.h.
|
inline |
Empty constructor with member variables initialization.
Definition at line 317 of file implicit_shape_model.h.
| int pcl::ism::ImplicitShapeModelEstimation< FeatureSize, PointT, NormalT >::VisualWordStat::class_ {-1} |
Which class this vote belongs.
Definition at line 322 of file implicit_shape_model.h.
| pcl::PointXYZ pcl::ism::ImplicitShapeModelEstimation< FeatureSize, PointT, NormalT >::VisualWordStat::dir_to_center_ |
Expected direction to center.
Definition at line 328 of file implicit_shape_model.h.
| float pcl::ism::ImplicitShapeModelEstimation< FeatureSize, PointT, NormalT >::VisualWordStat::learned_weight_ {0.0f} |
Weight of the vote.
Definition at line 325 of file implicit_shape_model.h.