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,
IImageFeaturePoints** ppFeaturePoints
);
[C++]Parameters
pImage [in]pImage is a parameter of type IRaster
ppFeaturePoints [out, retval]ppFeaturePoints is a parameter of type IImageFeaturePoints
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.