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

Public Methods | |
| DescriptorTextonScale (int angles=4, float firstScale=1.0f, float lastScale=4.0f, int extraSteps=3) | |
| DescriptorTextonScale (std::istream &stream) | |
| void | initialize () |
| void | preprocess (const Image &image) |
| 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. | |
| virtual void | read (std::istream &stream) |
| virtual void | write (std::ostream &stream, bool withName=true) |
Public Attributes | |
| void * | lastBuffer |
| For detecting change in cached image. | |
| double | lastTime |
| For detecting change in cached image. | |
| std::vector< ImageOf< float > > | responses |
| Responses to each filter in the bank over the entire input image. | |
| int | angles |
| Number of discrete orientations in the filter bank. | |
| float | firstScale |
| Delimits lower end of scale space. | |
| float | lastScale |
| Delimits upper end of scale space. | |
| int | steps |
| Number of discrete scale levels in one octave. | |
| int | bankSize |
| Number of filters at a given scale level. | |
| float | scaleRatio |
| Ratio between two adjacent scale levels. | |
| std::vector< ConvolutionDiscrete2D > | filters |
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
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. |
|
|
Number of discrete orientations in the filter bank.
|
|
|
Number of filters at a given scale level.
|
|
|
|
|
|
Delimits lower end of scale space.
|
|
|
For detecting change in cached image.
|
|
|
Delimits upper end of scale space.
|
|
|
For detecting change in cached image.
|
|
|
Responses to each filter in the bank over the entire input image.
|
|
|
Ratio between two adjacent scale levels.
|
|
|
Number of discrete scale levels in one octave.
|
1.2.18