#include <descriptor.h>
Inheritance diagram for fl::DescriptorCombo:

Public Methods | |
| DescriptorCombo () | |
| DescriptorCombo (std::istream &stream) | |
| virtual | ~DescriptorCombo () |
| Delete all descriptors we are holding. | |
| void | add (Descriptor *descriptor) |
| Append another descriptor to the list. This object takes responsibility for the pointer. | |
| virtual Vector< float > | value (const Image &image, const PointAffine &point) |
| Returns a vector of floats that describe the image patch near the interest point. | |
| virtual Vector< float > | value (const Image &image) |
| Describe entire region that has non-zero alpha values. Descriptor may treat all non-zero alpha values the same, or use them to weight the pixels. This method is only available in Descriptors that don't require a specific point of reference. IE: a spin image must have a central point, so it can't implement this method. | |
| virtual Image | patch (const Vector< float > &value) |
| Return a graphical representation of the descriptor. Preferrably an image patch that would stimulate this descriptor to return the given value. | |
| Image | patch (int index, const Vector< float > &value) |
| Returns a visualization of one specific feature vector in the set. | |
| virtual Comparison * | comparison () |
| Return an instance of the recommended Comparison for feature vectors from this type of Descriptor. Caller is responsible to destroy instance. | |
| virtual void | read (std::istream &stream) |
| virtual void | write (std::ostream &stream, bool withName=true) |
Public Attributes | |
| std::vector< Descriptor * > | descriptors |
| void * | lastBuffer |
| For detecting change in cached image. | |
| double | lastTime |
| For detecting change in cached image. | |
| Image | grayImage |
|
|
|
|
|
|
|
|
Delete all descriptors we are holding.
|
|
|
Append another descriptor to the list. This object takes responsibility for the pointer.
|
|
|
Return an instance of the recommended Comparison for feature vectors from this type of Descriptor. Caller is responsible to destroy instance.
Reimplemented from fl::Descriptor. |
|
||||||||||||
|
Returns a visualization of one specific feature vector in the set.
|
|
|
Return a graphical representation of the descriptor. Preferrably an image patch that would stimulate this descriptor to return the given value.
Implements fl::Descriptor. |
|
|
Reimplemented from fl::Descriptor. |
|
|
Describe entire region that has non-zero alpha values. Descriptor may treat all non-zero alpha values the same, or use them to weight the pixels. This method is only available in Descriptors that don't require a specific point of reference. IE: a spin image must have a central point, so it can't implement this method.
Reimplemented from fl::Descriptor. |
|
||||||||||||
|
Returns a vector of floats that describe the image patch near the interest point.
Implements fl::Descriptor. |
|
||||||||||||
|
Reimplemented from fl::Descriptor. |
|
|
|
|
|
|
|
|
For detecting change in cached image.
|
|
|
For detecting change in cached image.
|
1.2.18