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


IImageRegistration2.ComputeMatchPoints Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IImageRegistration2 Interface > IImageRegistration2.ComputeMatchPoints Method
ArcGIS Developer Help

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
);
[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**

Product Availability

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

See Also

IImageRegistration2 Interface