This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IImageRegistration2 Interface > IImageRegistration2.ComputeMatchPoints Method (ArcObjects .NET 10.4 SDK) |
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