Class VLFindTargets.TVLZeroZoneSize
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 53: | Line 53: | ||
*[[Property VLRectRegion.TVLIntegerSize.Width|Width]] | *[[Property VLRectRegion.TVLIntegerSize.Width|Width]] | ||
*[[Property VLRectRegion.TVLIntegerSize.Height|Height]] | *[[Property VLRectRegion.TVLIntegerSize.Height|Height]] | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | === Public === | ||
+ | *[[Method function VLRectRegion.TVLIntegerSize.GetSize() : TSize|function GetSize() : TSize]] | ||
[[Category:Classes]] | [[Category:Classes]] |
Revision as of 17:19, 18 October 2012
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 TVLZeroZoneSize : 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.