ArcObjects Library Reference (DataSourcesRaster)  

IImageRegistration.ComputeFeaturePoints Method

Computes feature points for a collection of images.

ERROR: Syntax information about IImageRegistration.ComputeFeaturePoints may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DataSourcesRaster.dll

[C++]
HRESULT ComputeFeaturePoints(
  IDataset* pCatalog,
  IQueryFilter* pQueryFilter,
  ITable* pAOI,
  IQueryFilter* pAOIQueryFilter,
  ITable* pFeaturePointTable,
  ITrackCancel* pTrackCancel
);
[C++]

Parameters

pCatalog [in]

  pCatalog is a parameter of type IDataset

pQueryFilter [in]

  pQueryFilter is a parameter of type IQueryFilter

pAOI [in]

  pAOI is a parameter of type ITable

pAOIQueryFilter [in]

  pAOIQueryFilter is a parameter of type IQueryFilter

pFeaturePointTable [in]

  pFeaturePointTable is a parameter of type ITable

pTrackCancel [in]

  pTrackCancel is a parameter of type ITrackCancel

Product Availability

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

See Also

IImageRegistration Interface