Structure for storing the visual word. More...
#include <implicit_shape_model.h>
Public Member Functions | |
VisualWordStat () | |
Empty constructor with member variables initialization. | |
Public Attributes | |
int | class_ |
Which class this vote belongs. | |
pcl::PointXYZ | dir_to_center_ |
Expected direction to center. | |
float | learned_weight_ |
Weight of the vote. |
Structure for storing the visual word.
Definition at line 312 of file implicit_shape_model.h.
pcl::ism::ImplicitShapeModelEstimation< FeatureSize, PointT, NormalT >::VisualWordStat::VisualWordStat | ( | ) | [inline] |
Empty constructor with member variables initialization.
Definition at line 315 of file implicit_shape_model.h.
int pcl::ism::ImplicitShapeModelEstimation< FeatureSize, PointT, NormalT >::VisualWordStat::class_ |
Which class this vote belongs.
Definition at line 318 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 327 of file implicit_shape_model.h.
float pcl::ism::ImplicitShapeModelEstimation< FeatureSize, PointT, NormalT >::VisualWordStat::learned_weight_ |
Weight of the vote.
Definition at line 324 of file implicit_shape_model.h.