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

Public Methods | |
| DescriptorOrientationHistogram (float supportRadial=4.5f, int supportPixel=16, float kernelSize=2.5f, int bins=36) | |
| DescriptorOrientationHistogram (std::istream &stream) | |
| void | computeGradient (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 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, if needed. Patch size = 2 * supportPixel. | |
| float | kernelSize |
| Similar to DescriptorOrientation::kernelSize, except that this class achieves the same effect by raising blur to the appropriate level. Only applies to patches with shape change. | |
| int | bins |
| Number of orientation bins in histogram. | |
| float | cutoff |
| Ratio of maximum histogram value above which to accept secondary maxima. | |
| void * | lastBuffer |
| For detecting change in cached image. | |
| double | lastTime |
| For detecting change in cached image. | |
| ImageOf< float > | I_x |
| ImageOf< float > | I_y |
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
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 orientation bins in histogram.
|
|
|
Ratio of maximum histogram value above which to accept secondary maxima.
|
|
|
|
|
|
|
|
|
Similar to DescriptorOrientation::kernelSize, except that this class achieves the same effect by raising blur to the appropriate level. Only applies to patches with shape change.
|
|
|
For detecting change in cached image.
|
|
|
For detecting change in cached image.
|
|
|
Pixel radius of patch, if needed. Patch size = 2 * supportPixel.
|
1.2.18