├── README.md ├── busy_lot.png ├── busy_parking_lot.mp4 ├── car_park_pos ├── main.py └── park_space_detection.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekrrems/parking_lot_monitoring_system_OpenCV/HEAD/README.md -------------------------------------------------------------------------------- /busy_lot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekrrems/parking_lot_monitoring_system_OpenCV/HEAD/busy_lot.png -------------------------------------------------------------------------------- /busy_parking_lot.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekrrems/parking_lot_monitoring_system_OpenCV/HEAD/busy_parking_lot.mp4 -------------------------------------------------------------------------------- /car_park_pos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekrrems/parking_lot_monitoring_system_OpenCV/HEAD/car_park_pos -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekrrems/parking_lot_monitoring_system_OpenCV/HEAD/main.py -------------------------------------------------------------------------------- /park_space_detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekrrems/parking_lot_monitoring_system_OpenCV/HEAD/park_space_detection.py --------------------------------------------------------------------------------