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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.