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 > IImageRegistration2 Interface > IImageRegistration2.RemoveBlunders Method (ArcObjects .NET 10.5 SDK) |
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