|
A.R.G.U.S 2.1.0
Adaptive Real-Time Guardian for Unsafe Situations
|
Configuration parameters for the VisionProcessor. More...
#include <opencv2/objdetect/aruco_detector.hpp>Go to the source code of this file.
Classes | |
| struct | VisionConfig |
| All tunable safety thresholds and zone boundaries for VisionProcessor. More... | |
This struct holds all tunable parameters that control how the VisionProcessor evaluates safety. By separating configuration from algorithm logic, the VisionProcessor remains deterministic and testable, and different configurations can be applied without touching any processing code - satisfying the Open/Closed Principle.
Definition in file VisionConfig.hpp.