IFinderPattern.combineEstimate Method

Definition

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.

Delphi
function combineEstimate(const i: Single; const j: Single; const newModuleSize: Single): IFinderPattern

Parameters

i
Single

The i.

j
Single

The j.

newModuleSize
Single

New size of the module.

Returns