QuercusVL Programming Manual
SpeedDetector mySpeedDetector;
mySpeedDetector = detector;
ProcessSpeedDetector(mySpeedDetector);
}
Example in C
if(Detector_get_Type(hDetector) == DT_SPEED)
{
ProcessSpeedDetector(hDetector);
}
3.13.1. Properties
CalculateMetrics
●
C++:
C:
Returns true if the detector is enabled to calculate the metrics.
In C, the parameter "h" is a handler of detector (SpeedDetector).
Distance
●
C++:
C:
Returns the distance from the camera to the detector; in millimetres.
In C, the parameter "h" is a handler of detector (SpeedDetector).
Length
●
C++:
C:
Returns the length of the detector; in millimetres.
In C, the parameter "h" is a handler of detector (SpeedDetector).
3.14. RedLightDetector Class
Logic representation of a detector of red light type.
This class derives from Detector class, so all its methods and properties are inherited.
It has implemented the assignment operator to use a generic detector as a red light detector.
Quercus Technologies
// assignment operator
bool get_CalculateMetrics()
int VL_SpeedDetector_get_CalculateMetrics (int h)
int get_Distance()
int VL_SpeedDetector_get_Distance (int h)
int get_Length()
int VL_SpeedDetector_get_Length(int h)
45
Need help?
Do you have a question about the SmartLoop TS and is the answer not in the manual?