├── README.md ├── cameraGreenDetection.py ├── color_recognition ├── colors_tendances_recognition.py ├── frame_recognition.py ├── front_frame_recognition.py └── palet_color_detection.py ├── gif ├── camera-green.gif ├── gif-blue-detection.gif ├── gif-blue-round.gif ├── gif-car-round.gif └── gif-green-detection.gif ├── images ├── 8circles.png ├── simple.png └── soda.png ├── requirements.txt ├── video-test ├── README.md ├── a.out ├── ball-bounce-boing-sound-effect.mp4 ├── car-video.mp4 ├── cars-clipart-turtle-16.png └── cars.c ├── videoBlueDetection.py ├── videoGreenDetection.py └── videoRoundDetection.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luisrosario2604/Speed-Detection/HEAD/README.md -------------------------------------------------------------------------------- /cameraGreenDetection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luisrosario2604/Speed-Detection/HEAD/cameraGreenDetection.py -------------------------------------------------------------------------------- /color_recognition/colors_tendances_recognition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luisrosario2604/Speed-Detection/HEAD/color_recognition/colors_tendances_recognition.py -------------------------------------------------------------------------------- /color_recognition/frame_recognition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luisrosario2604/Speed-Detection/HEAD/color_recognition/frame_recognition.py -------------------------------------------------------------------------------- /color_recognition/front_frame_recognition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luisrosario2604/Speed-Detection/HEAD/color_recognition/front_frame_recognition.py -------------------------------------------------------------------------------- /color_recognition/palet_color_detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luisrosario2604/Speed-Detection/HEAD/color_recognition/palet_color_detection.py -------------------------------------------------------------------------------- /gif/camera-green.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luisrosario2604/Speed-Detection/HEAD/gif/camera-green.gif -------------------------------------------------------------------------------- /gif/gif-blue-detection.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luisrosario2604/Speed-Detection/HEAD/gif/gif-blue-detection.gif -------------------------------------------------------------------------------- /gif/gif-blue-round.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luisrosario2604/Speed-Detection/HEAD/gif/gif-blue-round.gif -------------------------------------------------------------------------------- /gif/gif-car-round.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luisrosario2604/Speed-Detection/HEAD/gif/gif-car-round.gif -------------------------------------------------------------------------------- /gif/gif-green-detection.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luisrosario2604/Speed-Detection/HEAD/gif/gif-green-detection.gif -------------------------------------------------------------------------------- /images/8circles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luisrosario2604/Speed-Detection/HEAD/images/8circles.png -------------------------------------------------------------------------------- /images/simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luisrosario2604/Speed-Detection/HEAD/images/simple.png -------------------------------------------------------------------------------- /images/soda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luisrosario2604/Speed-Detection/HEAD/images/soda.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luisrosario2604/Speed-Detection/HEAD/requirements.txt -------------------------------------------------------------------------------- /video-test/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luisrosario2604/Speed-Detection/HEAD/video-test/README.md -------------------------------------------------------------------------------- /video-test/a.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luisrosario2604/Speed-Detection/HEAD/video-test/a.out -------------------------------------------------------------------------------- /video-test/ball-bounce-boing-sound-effect.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luisrosario2604/Speed-Detection/HEAD/video-test/ball-bounce-boing-sound-effect.mp4 -------------------------------------------------------------------------------- /video-test/car-video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luisrosario2604/Speed-Detection/HEAD/video-test/car-video.mp4 -------------------------------------------------------------------------------- /video-test/cars-clipart-turtle-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luisrosario2604/Speed-Detection/HEAD/video-test/cars-clipart-turtle-16.png -------------------------------------------------------------------------------- /video-test/cars.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luisrosario2604/Speed-Detection/HEAD/video-test/cars.c -------------------------------------------------------------------------------- /videoBlueDetection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luisrosario2604/Speed-Detection/HEAD/videoBlueDetection.py -------------------------------------------------------------------------------- /videoGreenDetection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luisrosario2604/Speed-Detection/HEAD/videoGreenDetection.py -------------------------------------------------------------------------------- /videoRoundDetection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luisrosario2604/Speed-Detection/HEAD/videoRoundDetection.py --------------------------------------------------------------------------------