Class LATCH
- Namespace
- OpenCvSharp.XFeatures2D
- Assembly
- OpenCvSharp.dll
LATCH Descriptor.
latch Class for computing the LATCH descriptor. If you find this code useful, please add a reference to the following paper in your work: Gil Levi and Tal Hassner, "LATCH: Learned Arrangements of Three Patch Codes", arXiv preprint arXiv:1501.03719, 15 Jan. 2015.
Note: a complete example can be found under /samples/cpp/tutorial_code/xfeatures2D/latch_match.cpp
public class LATCH : Feature2D, IDisposable
- Inheritance
-
LATCH
- Implements
- Inherited Members
Properties
- Bytes
The size of the descriptor - can be 64, 32, 16, 8, 4, 2 or 1.
- HalfSSDsize
The size of half of the mini-patches size.
- RotationInvariance
Whether or not the descriptor should compensate for orientation changes.
- Sigma
Sigma value for GaussianBlur smoothing of the source image. Source image will be used without smoothing in case sigma value is 0.
Methods
- Create(int, bool, int, double)
Constructor