This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IImageRegistration Interface > IImageRegistration.RefineMatchPoints Method (ArcObjects .NET 10.5 SDK) |
Refines given match points between source and target images.
[Visual Basic .NET] Public Sub RefineMatchPoints ( _ ByVal pImage As IRaster, _ ByVal pRefImage As IRaster, _ ByVal pMatchPoints As IImageMatchPoints _ )
[C#] public void RefineMatchPoints ( IRaster pImage, IRaster pRefImage, IImageMatchPoints pMatchPoints );
[C++]
HRESULT RefineMatchPoints(
IRaster* pImage,
IRaster* pRefImage,
IImageMatchPoints* pMatchPoints
);
[C++]
Parameters pImage [in]
pImage is a parameter of type IRaster pRefImage [in]
pRefImage is a parameter of type IRaster pMatchPoints [in, out]
pMatchPoints is a parameter of type IImageMatchPoints