This document is archived and information here might be outdated. Recommended version. |
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*