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


IImageRegistration.MatchFeaturePoints Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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,
  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

Product Availability

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

See Also

IImageRegistration Interface