|
|
#include <VisionX/components/pointcloud_processor/ObjectShapeClassification/Features/A3Histogram.hpp>
Inheritance diagram for A3Histogram:Public Member Functions | |
| A3Histogram () | |
| std::vector< double > | a3Histogram () const |
| A3Histogram (const std::pair< std::string, std::vector< Eigen::Vector3f >> &points, int bins=10) | |
| A3Histogram (const std::vector< Eigen::Vector3f > &points, int bins=10) | |
| FeaturePtr | calculate (const Points &points) |
| FeaturePtr | calculate (const TaggedPoints &points) |
| double | compare (const Feature &other) const |
| virtual void | deserialize (const ObjectSerializerBasePtr &serializer, const Ice::Current &) |
| virtual std::ostream & | output (std::ostream &out) const |
| virtual void | serialize (const ObjectSerializerBasePtr &serializer, const Ice::Current &) const |
Public Member Functions inherited from Feature | |
| virtual VariantDataClassPtr | clone (const Ice::Current &) const |
| virtual VariantTypeId | getType (const Ice::Current &) const |
| virtual std::string | name () |
| virtual std::string | output (const Ice::Current &) const |
| virtual bool | validate (const Ice::Current &) |
Additional Inherited Members | |
Public Types inherited from Feature | |
| using | FeaturePtr = std::shared_ptr< Feature > |
| using | Points = std::vector< Eigen::Vector3f > |
| using | TaggedPoints = std::pair< std::string, Points > |
Protected Attributes inherited from Feature | |
| std::string | m_name |
Definition at line 35 of file A3Histogram.hpp.
|
inline |
|
inline |
Definition at line 42 of file A3Histogram.hpp.
|
inline |
Definition at line 49 of file A3Histogram.hpp.
|
inline |
|
inlinevirtual |
Implements Feature.
Definition at line 63 of file A3Histogram.hpp.
Here is the call graph for this function:
|
inlinevirtual |
Reimplemented from Feature.
Definition at line 69 of file A3Histogram.hpp.
Here is the call graph for this function:
|
inlinevirtual |
Implements Feature.
Definition at line 75 of file A3Histogram.hpp.
Here is the call graph for this function:
|
inlinevirtual |
Implements Feature.
Definition at line 111 of file A3Histogram.hpp.
|
inlinevirtual |
Implements Feature.
Definition at line 120 of file A3Histogram.hpp.
|
inlinevirtual |
Implements Feature.
Definition at line 90 of file A3Histogram.hpp.