ArcObjects Library Reference (DataSourcesRaster)  

IImageRegistration.ComputeTiePoints Method

Computes tie points among a collection of raw images.

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

[C++]
HRESULT ComputeTiePoints(
  ITable* pFeaturePointTable,
  IQueryFilter* pQueryFilter,
  ITable* pAOI,
  IQueryFilter* pAOIQueryFilter,
  ITable* pTiePointTable,
  ITrackCancel* pTrackCancel
);
[C++]

Parameters

pFeaturePointTable [in]

  pFeaturePointTable is a parameter of type ITable

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

pTiePointTable [in]

  pTiePointTable 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