[Missing <summary> documentation for "M:Emgu.CV.Features2D.Features2DTracker`1.ConvertToMatchedImageFeature(Emgu.CV.Util.VectorOfKeyPoint,Emgu.CV.Matrix{`0},Emgu.CV.Util.VectorOfKeyPoint,Emgu.CV.Matrix{`0},Emgu.CV.Matrix{System.Int32},Emgu.CV.Matrix{System.Single},Emgu.CV.Matrix{System.Byte})"]
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public static Features2DTracker<(Of <(<'TDescriptor>)>)>..::..MatchedImageFeature[] ConvertToMatchedImageFeature( VectorOfKeyPoint modelKeyPointVec, Matrix<TDescriptor> modelDescriptorMat, VectorOfKeyPoint observedKeyPointVec, Matrix<TDescriptor> observedDescriptorMat, Matrix<int> indices, Matrix<float> dists, Matrix<byte> mask ) |
Visual Basic |
---|
Public Shared Function ConvertToMatchedImageFeature ( _ modelKeyPointVec As VectorOfKeyPoint, _ modelDescriptorMat As Matrix(Of TDescriptor), _ observedKeyPointVec As VectorOfKeyPoint, _ observedDescriptorMat As Matrix(Of TDescriptor), _ indices As Matrix(Of Integer), _ dists As Matrix(Of Single), _ mask As Matrix(Of Byte) _ ) As Features2DTracker<(Of <(<'TDescriptor>)>)>..::..MatchedImageFeature() |
Visual C++ |
---|
public: static array<Features2DTracker<(Of <(<'TDescriptor>)>)>..::..MatchedImageFeature>^ ConvertToMatchedImageFeature( VectorOfKeyPoint^ modelKeyPointVec, Matrix<TDescriptor>^ modelDescriptorMat, VectorOfKeyPoint^ observedKeyPointVec, Matrix<TDescriptor>^ observedDescriptorMat, Matrix<int>^ indices, Matrix<float>^ dists, Matrix<unsigned char>^ mask ) |
Parameters
- modelKeyPointVec
- Type: Emgu.CV.Util..::..VectorOfKeyPoint
[Missing <param name="modelKeyPointVec"/> documentation for "M:Emgu.CV.Features2D.Features2DTracker`1.ConvertToMatchedImageFeature(Emgu.CV.Util.VectorOfKeyPoint,Emgu.CV.Matrix{`0},Emgu.CV.Util.VectorOfKeyPoint,Emgu.CV.Matrix{`0},Emgu.CV.Matrix{System.Int32},Emgu.CV.Matrix{System.Single},Emgu.CV.Matrix{System.Byte})"]
- modelDescriptorMat
- Type: Emgu.CV..::..Matrix<(Of <(<'TDescriptor>)>)>
[Missing <param name="modelDescriptorMat"/> documentation for "M:Emgu.CV.Features2D.Features2DTracker`1.ConvertToMatchedImageFeature(Emgu.CV.Util.VectorOfKeyPoint,Emgu.CV.Matrix{`0},Emgu.CV.Util.VectorOfKeyPoint,Emgu.CV.Matrix{`0},Emgu.CV.Matrix{System.Int32},Emgu.CV.Matrix{System.Single},Emgu.CV.Matrix{System.Byte})"]
- observedKeyPointVec
- Type: Emgu.CV.Util..::..VectorOfKeyPoint
[Missing <param name="observedKeyPointVec"/> documentation for "M:Emgu.CV.Features2D.Features2DTracker`1.ConvertToMatchedImageFeature(Emgu.CV.Util.VectorOfKeyPoint,Emgu.CV.Matrix{`0},Emgu.CV.Util.VectorOfKeyPoint,Emgu.CV.Matrix{`0},Emgu.CV.Matrix{System.Int32},Emgu.CV.Matrix{System.Single},Emgu.CV.Matrix{System.Byte})"]
- observedDescriptorMat
- Type: Emgu.CV..::..Matrix<(Of <(<'TDescriptor>)>)>
[Missing <param name="observedDescriptorMat"/> documentation for "M:Emgu.CV.Features2D.Features2DTracker`1.ConvertToMatchedImageFeature(Emgu.CV.Util.VectorOfKeyPoint,Emgu.CV.Matrix{`0},Emgu.CV.Util.VectorOfKeyPoint,Emgu.CV.Matrix{`0},Emgu.CV.Matrix{System.Int32},Emgu.CV.Matrix{System.Single},Emgu.CV.Matrix{System.Byte})"]
- indices
- Type: Emgu.CV..::..Matrix<(Of <(<'Int32>)>)>
[Missing <param name="indices"/> documentation for "M:Emgu.CV.Features2D.Features2DTracker`1.ConvertToMatchedImageFeature(Emgu.CV.Util.VectorOfKeyPoint,Emgu.CV.Matrix{`0},Emgu.CV.Util.VectorOfKeyPoint,Emgu.CV.Matrix{`0},Emgu.CV.Matrix{System.Int32},Emgu.CV.Matrix{System.Single},Emgu.CV.Matrix{System.Byte})"]
- dists
- Type: Emgu.CV..::..Matrix<(Of <(<'Single>)>)>
[Missing <param name="dists"/> documentation for "M:Emgu.CV.Features2D.Features2DTracker`1.ConvertToMatchedImageFeature(Emgu.CV.Util.VectorOfKeyPoint,Emgu.CV.Matrix{`0},Emgu.CV.Util.VectorOfKeyPoint,Emgu.CV.Matrix{`0},Emgu.CV.Matrix{System.Int32},Emgu.CV.Matrix{System.Single},Emgu.CV.Matrix{System.Byte})"]
- mask
- Type: Emgu.CV..::..Matrix<(Of <(<'Byte>)>)>
[Missing <param name="mask"/> documentation for "M:Emgu.CV.Features2D.Features2DTracker`1.ConvertToMatchedImageFeature(Emgu.CV.Util.VectorOfKeyPoint,Emgu.CV.Matrix{`0},Emgu.CV.Util.VectorOfKeyPoint,Emgu.CV.Matrix{`0},Emgu.CV.Matrix{System.Int32},Emgu.CV.Matrix{System.Single},Emgu.CV.Matrix{System.Byte})"]
Return Value
[Missing <returns> documentation for "M:Emgu.CV.Features2D.Features2DTracker`1.ConvertToMatchedImageFeature(Emgu.CV.Util.VectorOfKeyPoint,Emgu.CV.Matrix{`0},Emgu.CV.Util.VectorOfKeyPoint,Emgu.CV.Matrix{`0},Emgu.CV.Matrix{System.Int32},Emgu.CV.Matrix{System.Single},Emgu.CV.Matrix{System.Byte})"]