Class AffineFeature
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Class implementing the AKAZE-style affine-invariant feature wrapper (ASIFT and friends). It wraps another Feature2D backend and applies it over a set of simulated affine (tilt/rotation) views of the image. See Y. Yu, J.M. Morel "ASIFT".
public class AffineFeature : Feature2D, IDisposable
- Inheritance
-
AffineFeature
- Implements
- Inherited Members
Methods
- Create(Feature2D, int, int, float, float)
Creates an AffineFeature detector/extractor over the given backend.
- GetViewParams(out float[], out float[])
Gets the tilt and rotation view sampling parameters.
- SetViewParams(float[], float[])
Sets the tilt and rotation view sampling parameters.