#include <Descriptor.h>
Public Member Functions | |
virtual Descriptor * | describe (const OrientedPoint2D &_point, const LaserReading &reading)=0 |
virtual Descriptor * | describe (const InterestPoint &_point, const LaserReading &reading)=0 |
Representation of an abstract descriptor generator. The class represents an abstract descriptor generator, defining the interface for generating the description of an interest point.
Definition at line 53 of file Descriptor.h.
virtual Descriptor* DescriptorGenerator::describe | ( | const OrientedPoint2D & | _point, | |
const LaserReading & | reading | |||
) | [pure virtual] |
Abstract interface for generating a descriptors given a general point in and a laser reading.
Implemented in BetaGridGenerator, and ShapeContextGenerator.
virtual Descriptor* DescriptorGenerator::describe | ( | const InterestPoint & | _point, | |
const LaserReading & | reading | |||
) | [pure virtual] |
Abstract interface for generating a descriptors given an interest point and a laser reading.
Implemented in BetaGridGenerator, and ShapeContextGenerator.