TAlignmentPattern.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 an average of the two.

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

Parameters

i
Single

The i.

j
Single

The j.

newModuleSize
Single

New size of the module.

Returns