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


IImageRegistration.ExtractMatchPoints Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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,
  IImageMatchPoints** ppMatchPoints
);
[C++]

Parameters pImage [in]
pImage is a parameter of type IRaster pRefImage [in]
pRefImage is a parameter of type IRaster 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