QuercusVL Programming Manual
3.9.1. Properties
●
Count
C++:
int Count ( )
C:
Does not exist, check VL_Unit_get_Detectors_Count(int h) of Unit.
Number of detectors in the unit.
●
Item
C++:
Detector Item ( int item )
C:
Does not exist, check VL_Unit_get_Detectors_Item(int h, int item) of
Unit.
Returns the detector located at the specified position inside the detector's collection of
the unit. They are located following the same configuration order.
The parameter “item” must indicate the position (starting from zero).
If there is no Detector for the specified position, returns an invalid one (see IsValid
from Detector class).
●
Id
C++:
Detector Id ( int id )
C:
Does not exist, check VL_Unit_get_Detectors_Id(int h, int id) of Unit.
Returns the detector identified by “id”, inside the detectors collection of the unit.
If there is no Detector for the specified identifier, returns an invalid one (see IsValid
from Detector class).
3.10. Detector Class
Logic representation of a detector.
For historical reasons, all the coordinates described in a detector will be defined in a 5
megapixel image (from 0 to 2559 and from 0 to 1919).
3.10.1. Properties
●
Unit
C++:
int get_Unit()
C:
int Detector_get_UnitId(int h)
Quercus Technologies
40