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.ExtractFeaturePoints Method (ArcObjects .NET 10.5 SDK) |
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