IAlignment Pattern .combine Estimate 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 an average of the two.
function combineEstimate(const i: Single; const j: Single; const newModuleSize: Single): IAlignmentPattern
Parameters
- i
- Type: System.Single
The i.
- j
- Type: System.Single
The j.
- newModuleSize
- Type: System.Single
New size of the module.