This document is archived and information here might be outdated.  Recommended version.


IImageRegistration.ExtractFeaturePoints Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IImageRegistration Interface > IImageRegistration.ExtractFeaturePoints Method
ArcGIS Developer Help

IImageRegistration.ExtractFeaturePoints Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IImageRegistration Interface