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


IImageRegistration2.ComputeMatchPoints Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IImageRegistration2.ComputeMatchPoints Method

Computes match points for a given list of images.

[Visual Basic .NET]
Public Function ComputeMatchPoints ( _
    ByVal pDatasets As IArray, _
    ByVal pExtent As IEnvelope, _
    ByVal pImageIDs As ILongArray, _
    ByRef ppFeaturePointsArray As IArray _
) As IArray
[C#]
public IArray ComputeMatchPoints (
    IArray pDatasets,
    IEnvelope pExtent,
    ILongArray pImageIDs,
    ref IArray ppFeaturePointsArray
);
[C++]
HRESULT ComputeMatchPoints(
  IArray* pDatasets,
  IEnvelope* pExtent,
  ILongArray* pImageIDs,
  IArray** ppFeaturePointsArray,
  IArray** ppMatchPointsArray
);
[C++]

Parameters pDatasets [in]
pDatasets is a parameter of type IArray pExtent [in]
pExtent is a parameter of type IEnvelope pImageIDs [in]
pImageIDs is a parameter of type ILongArray ppFeaturePointsArray [out]
ppFeaturePointsArray is a parameter of type IArray ppMatchPointsArray [out, retval]
ppMatchPointsArray is a parameter of type IArray

Product Availability

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

See Also

IImageRegistration2 Interface