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,
IImageMatchPoints** ppMatchPoints
);
[C++]Parameters
pFeaturePoints [in]pFeaturePoints is a parameter of type IImageFeaturePoints
pOtherspOthers is a parameter of type IImageFeaturePoints
ppMatchPoints [out, retval]ppMatchPoints is a parameter of type IImageMatchPoints
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.