Detecting problems with camera and maintaining cars functioning.
- g++ compiler
- CMake
- OpenCV 4.2.0
- Qt 5.14.2
git clone https://github.com/alyukovnet/maslab-cars-vision.git
cd maslab-cars-vision
cmake .
cmake --build
./bin/maslab-cars-vision
./bin/main [params] input
Parameter | Description |
---|---|
-?, -h, --help, --usage | Print help message |
--flip | Rotate 180° |
--flip-x | Flip Horizontal |
--flip-y | Flip Vertical |
--log | Name for log file |
-r, --repeat | Repeat after end of the video |
--rotate | Rotate +-90° CW (default: 0) |
Example: ./bin/main video.mp4 --rotate=90 -r
Hot key | Value |
---|---|
q |
Quit |