ArcObjects Library Reference (DataSourcesRaster)  

IImageRegistration.ComputeTiePoints Method

Computes matching/tie points from a collection of feature points.

[Visual Basic .NET]
Public Sub ComputeTiePoints ( _
    ByVal pFeaturePointTable As ITable, _
    ByVal pQueryFilter As IQueryFilter, _
    ByVal pTiePointTable As ITable, _
    ByVal pTrackCancel As ITrackCancel _
)
[C#]
public void ComputeTiePoints (
    ITable pFeaturePointTable,
    IQueryFilter pQueryFilter,
    ITable pTiePointTable,
    ITrackCancel pTrackCancel
);
[C++]
HRESULT ComputeTiePoints(
  ITable* pFeaturePointTable,
  IQueryFilter* pQueryFilter,
  ITable* pTiePointTable,
  ITrackCancel* pTrackCancel
);
[C++]

Parameters

pFeaturePointTable [in]

  pFeaturePointTable is a parameter of type ITable

pQueryFilter [in]

  pQueryFilter 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