This document is archived and information here might be outdated. Recommended version. |
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
);
[C++] Parameters pImage [in]
pImage is a parameter of type IRaster* pRefImage [in]
pRefImage is a parameter of type IRaster*