![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
Computes matching/control points from a collection of images against reference images.
[Visual Basic .NET] Public Sub ComputeAllControlPoints ( _ ByVal pCatalog As IDataset, _ ByVal pQueryFilter As IQueryFilter, _ ByVal pReferenceImages As IDataset, _ ByVal pFeaturePointTable As ITable, _ ByVal pTiePointTable As ITable, _ ByVal pTrackCancel As ITrackCancel _ )
[C#] public void ComputeAllControlPoints ( IDataset pCatalog, IQueryFilter pQueryFilter, IDataset pReferenceImages, ITable pFeaturePointTable, ITable pTiePointTable, ITrackCancel pTrackCancel );
[C++]
HRESULT ComputeAllControlPoints(
  IDataset* pCatalog,
  IQueryFilter* pQueryFilter,
  IDataset* pReferenceImages,
  ITable* pFeaturePointTable,
  ITable* pTiePointTable,
  ITrackCancel* pTrackCancel
);
[C++] Parameters pCatalog [in]
pCatalog is a parameter of type IDataset* pQueryFilter [in]
pQueryFilter is a parameter of type IQueryFilter* pReferenceImages [in]
pReferenceImages is a parameter of type IDataset* pFeaturePointTable [in]
pFeaturePointTable is a parameter of type ITable* pTiePointTable [in]
pTiePointTable is a parameter of type ITable* pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel*