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


IImageRegistration2.RemoveBlunders Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IImageRegistration2.RemoveBlunders Method

Removes bad control points, or blunders, to achieve better than a given maximum RMS.

[Visual Basic .NET]
Public Function RemoveBlunders ( _
    ByVal pFromGCPs As IPointCollection, _
    ByVal pToGCPs As IPointCollection, _
    ByVal Type As esriGeoTransTypeEnum, _
    ByVal maximumRMS As Double _
) As IPointCollection
[C#]
public IPointCollection RemoveBlunders (
    IPointCollection pFromGCPs,
    IPointCollection pToGCPs,
    esriGeoTransTypeEnum Type,
    double maximumRMS
);
[C++]
HRESULT RemoveBlunders(
  IPointCollection* pFromGCPs,
  IPointCollection* pToGCPs,
  esriGeoTransTypeEnum Type,
  double maximumRMS,
  IPointCollection** ppBlunders
);
[C++]

Parameters pFromGCPs [in]
pFromGCPs is a parameter of type IPointCollection pToGCPs [in]
pToGCPs is a parameter of type IPointCollection Type [in]
Type is a parameter of type esriGeoTransTypeEnum maximumRMS [in] maximumRMS is a parameter of type double ppBlunders [out, retval]
ppBlunders is a parameter of type IPointCollection

Product Availability

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

See Also

IImageRegistration2 Interface