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


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

IImageRegistration.RefineMatchPoints Method

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.

See Also

IImageRegistration Interface