Property VLFindTargets.TVLRefineCorners.ZeroZone
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLRefineCorners
Contents |
Syntax
Delphi:
property ZeroZone : TVLZeroZoneSize read FZeroZone write SetZeroZone;
C++ Builder:
__property TVLZeroZoneSize * ZeroZone = { read=FZeroZone, write=SetZeroZone };
Summary
Half size of the dead region in the middle of the search zone.
Description
Half size of the dead region in the middle of the search zone
over which the summation in formulae below is not done. It
is used sometimes to avoid possible singularities of the
autocorrelation matrix. The value of (-1,-1) indicates that
there is no such size.