├── Body_Detection ├── Output_frame.PNG ├── README.md ├── body.py ├── haarcascade_fullbody.xml ├── out_sample.jpg └── sample1.jpg ├── Face_Eye_Detection ├── Face_Eye_Detection.py ├── README.md ├── Results.PNG ├── haarcascade_eye.xml └── haarcascade_frontalface_default.xml ├── Hand_Written_digits_recognition ├── Knn_digits.py ├── README.md ├── digits.png └── test_digits.png ├── Object_Tracking ├── README.md └── Tracking_Using_HSV │ ├── HSV_Results.PNG │ ├── README.md │ └── Tracking_using_HSV.py ├── README.md ├── Road_Line_Detection ├── Line.py ├── README.md ├── out.gif └── road_car_view.mp4 ├── Screen_Recording ├── README.md └── screen_recording.py ├── Take_Screenshot ├── README.md ├── screenshot.py └── test.png └── Turn_Your_PC_To_A_Security_Cam ├── README.md ├── Security_cam.py └── haarcascade_frontalface_default.xml /Body_Detection/Output_frame.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/Body_Detection/Output_frame.PNG -------------------------------------------------------------------------------- /Body_Detection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/Body_Detection/README.md -------------------------------------------------------------------------------- /Body_Detection/body.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/Body_Detection/body.py -------------------------------------------------------------------------------- /Body_Detection/haarcascade_fullbody.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/Body_Detection/haarcascade_fullbody.xml -------------------------------------------------------------------------------- /Body_Detection/out_sample.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/Body_Detection/out_sample.jpg -------------------------------------------------------------------------------- /Body_Detection/sample1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/Body_Detection/sample1.jpg -------------------------------------------------------------------------------- /Face_Eye_Detection/Face_Eye_Detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/Face_Eye_Detection/Face_Eye_Detection.py -------------------------------------------------------------------------------- /Face_Eye_Detection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/Face_Eye_Detection/README.md -------------------------------------------------------------------------------- /Face_Eye_Detection/Results.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/Face_Eye_Detection/Results.PNG -------------------------------------------------------------------------------- /Face_Eye_Detection/haarcascade_eye.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/Face_Eye_Detection/haarcascade_eye.xml -------------------------------------------------------------------------------- /Face_Eye_Detection/haarcascade_frontalface_default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/Face_Eye_Detection/haarcascade_frontalface_default.xml -------------------------------------------------------------------------------- /Hand_Written_digits_recognition/Knn_digits.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/Hand_Written_digits_recognition/Knn_digits.py -------------------------------------------------------------------------------- /Hand_Written_digits_recognition/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/Hand_Written_digits_recognition/README.md -------------------------------------------------------------------------------- /Hand_Written_digits_recognition/digits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/Hand_Written_digits_recognition/digits.png -------------------------------------------------------------------------------- /Hand_Written_digits_recognition/test_digits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/Hand_Written_digits_recognition/test_digits.png -------------------------------------------------------------------------------- /Object_Tracking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/Object_Tracking/README.md -------------------------------------------------------------------------------- /Object_Tracking/Tracking_Using_HSV/HSV_Results.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/Object_Tracking/Tracking_Using_HSV/HSV_Results.PNG -------------------------------------------------------------------------------- /Object_Tracking/Tracking_Using_HSV/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/Object_Tracking/Tracking_Using_HSV/README.md -------------------------------------------------------------------------------- /Object_Tracking/Tracking_Using_HSV/Tracking_using_HSV.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/Object_Tracking/Tracking_Using_HSV/Tracking_using_HSV.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/README.md -------------------------------------------------------------------------------- /Road_Line_Detection/Line.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/Road_Line_Detection/Line.py -------------------------------------------------------------------------------- /Road_Line_Detection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/Road_Line_Detection/README.md -------------------------------------------------------------------------------- /Road_Line_Detection/out.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/Road_Line_Detection/out.gif -------------------------------------------------------------------------------- /Road_Line_Detection/road_car_view.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/Road_Line_Detection/road_car_view.mp4 -------------------------------------------------------------------------------- /Screen_Recording/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/Screen_Recording/README.md -------------------------------------------------------------------------------- /Screen_Recording/screen_recording.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/Screen_Recording/screen_recording.py -------------------------------------------------------------------------------- /Take_Screenshot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/Take_Screenshot/README.md -------------------------------------------------------------------------------- /Take_Screenshot/screenshot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/Take_Screenshot/screenshot.py -------------------------------------------------------------------------------- /Take_Screenshot/test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/Take_Screenshot/test.png -------------------------------------------------------------------------------- /Turn_Your_PC_To_A_Security_Cam/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/Turn_Your_PC_To_A_Security_Cam/README.md -------------------------------------------------------------------------------- /Turn_Your_PC_To_A_Security_Cam/Security_cam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/Turn_Your_PC_To_A_Security_Cam/Security_cam.py -------------------------------------------------------------------------------- /Turn_Your_PC_To_A_Security_Cam/haarcascade_frontalface_default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moadmmh/Awesome-OpenCV/HEAD/Turn_Your_PC_To_A_Security_Cam/haarcascade_frontalface_default.xml --------------------------------------------------------------------------------