VlCovDet Struct Reference
Covariant frames detector.
#include <covdet.h>
Data Fields | |
| VlScaleSpace * | gss |
| VlScaleSpace * | resp |
| VlScaleSpace * | grad |
| float * | patch |
| float * | patchGrad |
| vl_size | patchSize |
| double | patchSigma |
| VlAffineShapeEstimator * | affineShapeEstimator |
| VlAffinePatchNormalizer * | affineNorm |
| VlFrameType | framesType |
| VlCovDetMethod | method |
| vl_bool | calcDescriptors |
| vl_bool | calcOrientation |
| double | peakThreshold |
| double | edgeThreshold |
| void * | frames |
| vl_size | numFrames |
| vl_size | framesRes |
| vl_size | frameSize |
| float * | descriptors |
| double | normThreshold |
| double | magnification |
| double | windowSize |
| vl_bool | calcInverseSm |
Field Documentation
affine shape normalisator
affine shape detector
calc descriptors
Output shape matrix as its inverse (ell. m.)
calc frame orientations
| float* VlCovDet::descriptors |
pointer to array of descriptors
| double VlCovDet::edgeThreshold |
edge threshold.
| void* VlCovDet::frames |
detected frames.
Size of the frame in bytes
Size of the alloc. memory for frames
type of the computed frames
gradient of the original image scale space
gaussian scale space
| double VlCovDet::magnification |
magnification factor.
type of the corner measure for frame loc.
| double VlCovDet::normThreshold |
norm threshold.
number of detected frames.
| float* VlCovDet::patch |
feature patch.
| float* VlCovDet::patchGrad |
gradient of the feature patch.
| double VlCovDet::patchSigma |
smoothing of the feature patch.
size of the feature patch.
| double VlCovDet::peakThreshold |
peak threshold.
responses on the original scale space
| double VlCovDet::windowSize |
size of Gaussian window (in spatial bins)
The documentation for this struct was generated from the following file: