IFinderPattern.combineEstimate Method

Combines this object's current estimate of a finder pattern position and module size with a new estimate. It returns a new {@code FinderPattern} containing a weighted average based on count.

Unit: ZXing.QrCode.Internal.FinderPattern
function combineEstimate(const i: Single; const j: Single; const newModuleSize: Single): IFinderPattern

Parameters

i
Type: System.Single

The i.

j
Type: System.Single

The j.

newModuleSize
Type: System.Single

New size of the module.