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


IImageRegistration.ExtractMatchPoints 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.ExtractMatchPoints Method
ArcGIS Developer Help

IImageRegistration.ExtractMatchPoints Method

Extracts match points between a reference image, and a raw image.

[Visual Basic .NET]
Public Function ExtractMatchPoints ( _
    ByVal pImage As IRaster, _
    ByVal pRefImage As IRaster _
) As IImageMatchPoints
[C#]
public IImageMatchPoints ExtractMatchPoints (
    IRaster pImage,
    IRaster pRefImage
);
[C++]
HRESULT ExtractMatchPoints(
  IRaster* pImage,
  IRaster* pRefImage
);
[C++]
Parameters
pImage [in]

pImage is a parameter of type IRaster* pRefImage [in]
pRefImage is a parameter of type IRaster*

Product Availability

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

See Also

IImageRegistration Interface