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


IImageRegistration.ExtractFeaturePoints Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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,
  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.

See Also

IImageRegistration Interface