This document is archived and information here might be outdated. Recommended version. |
Extracts feature points from a given image.
[Visual Basic .NET] Public Function ExtractFeaturePoints ( _ ByVal pImage As IRaster _ ) As IImageFeaturePoints
[C#] public IImageFeaturePoints ExtractFeaturePoints ( IRaster pImage );
[C++]
HRESULT ExtractFeaturePoints(
IRaster* pImage
);
[C++]
Parameters pImage [in]
pImage is a parameter of type IRaster*