A3Histogram Class Reference

#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
 

Detailed Description

Definition at line 34 of file A3Histogram.hpp.

Constructor & Destructor Documentation

◆ A3Histogram() [1/3]

A3Histogram ( )
inline

Definition at line 37 of file A3Histogram.hpp.

+ Here is the caller graph for this function:

◆ A3Histogram() [2/3]

A3Histogram ( const std::vector< Eigen::Vector3f > &  points,
int  bins = 10 
)
inline

Definition at line 38 of file A3Histogram.hpp.

◆ A3Histogram() [3/3]

A3Histogram ( const std::pair< std::string, std::vector< Eigen::Vector3f >> &  points,
int  bins = 10 
)
inline

Definition at line 45 of file A3Histogram.hpp.

Member Function Documentation

◆ a3Histogram()

std::vector<double> a3Histogram ( ) const
inline

Definition at line 53 of file A3Histogram.hpp.

+ Here is the caller graph for this function:

◆ calculate() [1/2]

FeaturePtr calculate ( const Points points)
inlinevirtual

Implements Feature.

Definition at line 58 of file A3Histogram.hpp.

+ Here is the call graph for this function:

◆ calculate() [2/2]

FeaturePtr calculate ( const TaggedPoints points)
inlinevirtual

Reimplemented from Feature.

Definition at line 62 of file A3Histogram.hpp.

+ Here is the call graph for this function:

◆ compare()

double compare ( const Feature other) const
inlinevirtual

Implements Feature.

Definition at line 67 of file A3Histogram.hpp.

+ Here is the call graph for this function:

◆ deserialize()

virtual void deserialize ( const ObjectSerializerBasePtr &  serializer,
const Ice::Current &   
)
inlinevirtual

Implements Feature.

Definition at line 101 of file A3Histogram.hpp.

◆ output()

virtual std::ostream& output ( std::ostream &  out) const
inlinevirtual

Implements Feature.

Definition at line 109 of file A3Histogram.hpp.

◆ serialize()

virtual void serialize ( const ObjectSerializerBasePtr &  serializer,
const Ice::Current &   
) const
inlinevirtual

Implements Feature.

Definition at line 81 of file A3Histogram.hpp.


The documentation for this class was generated from the following file: