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

Public Methods | |
| DescriptorOrientation (float supportRadial=6.0f, int supportPixel=32, float kernelSize=2.5f) | |
| DescriptorOrientation (std::istream &stream) | |
| void | initialize (float supportRadial, int supportPixel, float kernelSize) |
| 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 | |
| int | supportPixel |
| Pixel radius of patch. Patch size = 2 * supportPixel + 1. | |
| float | kernelSize |
| Number of sigmas of the Gaussian kernel to cover the radius fo the patch. Similar semantics to supportRadial, except applies to the derivation kernels. | |
| GaussianDerivativeFirst | Gx |
| GaussianDerivativeFirst | Gy |
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
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. |
|
|
|
|
|
|
|
|
Number of sigmas of the Gaussian kernel to cover the radius fo the patch. Similar semantics to supportRadial, except applies to the derivation kernels.
|
|
|
Pixel radius of patch. Patch size = 2 * supportPixel + 1.
|
1.2.18