http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Detect the if the model features exist in the observed features. If true, an homography matrix is returned, otherwise, null is returned.
Namespace: Emgu.CV.Features2DAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static HomographyMatrix Detect( VectorOfKeyPoint modelKeyPoints, Matrix<float> modelDescriptors, VectorOfKeyPoint observedKeyPoints, Matrix<float> observedDescriptors, double uniquenessThreshold ) |
Visual Basic |
---|
Public Shared Function Detect ( _ modelKeyPoints As VectorOfKeyPoint, _ modelDescriptors As Matrix(Of Single), _ observedKeyPoints As VectorOfKeyPoint, _ observedDescriptors As Matrix(Of Single), _ uniquenessThreshold As Double _ ) As HomographyMatrix |
Visual C++ |
---|
public: static HomographyMatrix^ Detect( VectorOfKeyPoint^ modelKeyPoints, Matrix<float>^ modelDescriptors, VectorOfKeyPoint^ observedKeyPoints, Matrix<float>^ observedDescriptors, double uniquenessThreshold ) |
Parameters
- modelKeyPoints
- Type: Emgu.CV.Util..::..VectorOfKeyPoint
The keypoints drom the model image
- modelDescriptors
- Type: Emgu.CV..::..Matrix<(Of <(<'Single>)>)>
The descriptors from the model image
- observedKeyPoints
- Type: Emgu.CV.Util..::..VectorOfKeyPoint
The keypoints from the observed image
- observedDescriptors
- Type: Emgu.CV..::..Matrix<(Of <(<'Single>)>)>
The descriptors from the descriptor image
- uniquenessThreshold
- Type: System..::..Double
The distance different ratio which a match is consider unique, a good number will be 0.8