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

Public Methods | |
| DescriptorSchmidScale (float sigma=1.0) | |
| DescriptorSchmidScale (std::istream &stream) | |
| void | initialize () |
| virtual | ~DescriptorSchmidScale () |
| 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 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 | |
| float | sigma |
| ConvolutionDiscrete2D | G |
| ConvolutionDiscrete2D | Gx |
| ConvolutionDiscrete2D | Gy |
| ConvolutionDiscrete2D | Gxx |
| ConvolutionDiscrete2D | Gxy |
| ConvolutionDiscrete2D | Gyy |
| ConvolutionDiscrete2D | Gxxx |
| ConvolutionDiscrete2D | Gxxy |
| ConvolutionDiscrete2D | Gxyy |
| ConvolutionDiscrete2D | Gyyy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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. |
|
||||||||||||
|
Returns a vector of floats that describe the image patch near the interest point.
Implements fl::Descriptor. |
|
||||||||||||
|
Reimplemented from fl::Descriptor. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.18