This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IImageRegistration Interface > IImageRegistration.MatchFeaturePoints Method (ArcObjects .NET 10.5 SDK) |
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 pOthers
pOthers is a parameter of type IImageFeaturePoints ppMatchPoints [out, retval]
ppMatchPoints is a parameter of type IImageMatchPoints