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


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

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
);
[C++]
Parameters
pImage [in]

pImage is a parameter of type IRaster* pRefImages [in]
pRefImages is a parameter of type IArray*

Product Availability

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

See Also

IImageRegistration Interface