Gets or Sets the minimum width between two significant diodes.
Namespace:
MotionTracking(in percent of the camera frames width)
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 MinWidthBetweenDiodes As Double |
C# |
---|
public double MinWidthBetweenDiodes { get; set; } |
Visual C++ |
---|
public: property double MinWidthBetweenDiodes { double get (); void set (double value); } |
JavaScript |
---|
function get_minWidthBetweenDiodes(); function set_minWidthBetweenDiodes(value); |