DescriptorMatcherMatchConvert Method |
http://www.emgu.com
Converts matches array from internal representation to standard matches vector.
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic void MatchConvert(
IInputArray gpuMatches,
VectorOfDMatch matches
)
Public Sub MatchConvert (
gpuMatches As IInputArray,
matches As VectorOfDMatch
)
public:
void MatchConvert(
IInputArray^ gpuMatches,
VectorOfDMatch^ matches
)
member MatchConvert :
gpuMatches : IInputArray *
matches : VectorOfDMatch -> unit
Parameters
- gpuMatches
- Type: Emgu.CVIInputArray
Matches, returned from MatchAsync. - matches
- Type: Emgu.CV.UtilVectorOfDMatch
Vector of DMatch objects.
See Also