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