Gets or Sets the minimum height between two significant diodes.
Namespace:
MotionTracking(in percent of the camera frames height)
Remarks
Two diodes are insignificant only if their height
and width differences are below the fixed limit.
Assembly: motiontracking (in motiontracking.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property MinHeightBetweenDiodes As Double |
C# |
---|
public double MinHeightBetweenDiodes { get; set; } |
Visual C++ |
---|
public: property double MinHeightBetweenDiodes { double get (); void set (double value); } |
JavaScript |
---|
function get_minHeightBetweenDiodes(); function set_minHeightBetweenDiodes(value); |