This document is archived and information here might be outdated.  Recommended version.


IImageRegistration.MatchFeaturePoints Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IImageRegistration Interface > IImageRegistration.MatchFeaturePoints Method
ArcGIS Developer Help

IImageRegistration.MatchFeaturePoints Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IImageRegistration Interface