VlAffineShapeEstimator Struct Reference
Affine shape detector. More...
#include <scalespace.h>
Data Fields | |
| int | win_size |
| int | win_nel |
Inner data planes @internal | |
| float * | img |
| float * | mask |
| float * | fx |
| float * | fy |
Configuration @internal | |
| int | maxNumIterations |
| float | convergenceThreshold |
Detailed Description
The Affine computes the Affine (elliptic) shape of a frame.
This structure is opaque.
- See also:
- affine
Field Documentation
Convergence threshold.
| float* VlAffineShapeEstimator::fx |
x-gradient of the patch.
| float* VlAffineShapeEstimator::fy |
y-gradient of the patch.
| float* VlAffineShapeEstimator::img |
Work buffer for warped neighbourhood.
| float* VlAffineShapeEstimator::mask |
Gaussian mask for the smm calculation.
Max. number of iterations.
Number of pixels in the window
Size of the window for smm calculation.
The documentation for this struct was generated from the following file: