ArcObjects Library Reference (DataSourcesRaster)  

IImageRegistration.ExtractAllMatchPoints Method

Extracts all match points between a collection of reference images, and a raw image.

[Visual Basic .NET]
Public Function ExtractAllMatchPoints ( _
    ByVal pImage As IRaster, _
    ByVal pRefImages As IArray _
) As IImageMatchPoints
[C#]
public IImageMatchPoints ExtractAllMatchPoints (
    IRaster pImage,
    IArray pRefImages
);
[C++]
HRESULT ExtractAllMatchPoints(
  IRaster* pImage,
  IArray* pRefImages,
  IImageMatchPoints** ppMatchPoints
);
[C++]

Parameters

pImage [in]

  pImage is a parameter of type IRaster

pRefImages [in]

  pRefImages is a parameter of type IArray

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