This document is archived and information here might be outdated. Recommended version. |
Matches two sets of feature points.
[Visual Basic .NET] Public Function MatchFeaturePoints ( _ ByVal pFeaturePoints As IImageFeaturePoints, _ ByVal pOthers As IImageFeaturePoints _ ) As IImageMatchPoints
[C#] public IImageMatchPoints MatchFeaturePoints ( IImageFeaturePoints pFeaturePoints, IImageFeaturePoints pOthers );
[C++]
HRESULT MatchFeaturePoints(
IImageFeaturePoints* pFeaturePoints,
IImageFeaturePoints* pOthers
);
[C++] Parameters pFeaturePoints [in]
pFeaturePoints is a parameter of type IImageFeaturePoints* pOthers
pOthers is a parameter of type IImageFeaturePoints*