This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IImageRegistration Interface > IImageRegistration.ExtractAllMatchPoints Method (ArcObjects .NET 10.5 SDK) |
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