Class VLFindTargets.TVLZeroZoneSize
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' ZeroZoneSize : [[Class VLRectRegion.TVLIntegerSize|Mitov.VisionLab.IntegerSize]] |
</code> | </code> | ||
== Summary == | == Summary == |
Latest revision as of 00:30, 26 June 2013
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.
Package: VisionLabPkg
Unit: VLFindTargets
Inherits: TVLIntegerSize
Contents |
Syntax
Delphi:
type TVLZeroZoneSize = class( TVLIntegerSize )
C++ Builder:
class TVLZeroZoneSize : public TVLIntegerSize
Visual C++ (MFC):
class CTVLZeroZoneSize : public CTVLIntegerSize
C# (.NET):
public ref class ZeroZoneSize : Mitov.VisionLab.IntegerSize
Summary
ZeroZone properties class.
Description
Defines a class for ZeroZone properties.
The ZeroZone specifies the 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.