René's URL Explorer Experiment


Title: Face Detection using OpenCV in Python - The Python Code

Open Graph Title: Face Detection using OpenCV in Python - The Python Code

X Title: Face Detection using OpenCV in Python - The Python Code

Description: Performing face detection using both Haar Cascades and Single Shot MultiBox Detector methods with OpenCV's dnn module in Python.

Open Graph Description: Performing face detection using both Haar Cascades and Single Shot MultiBox Detector methods with OpenCV's dnn module in Python.

X Description: Performing face detection using both Haar Cascades and Single Shot MultiBox Detector methods with OpenCV's dnn module in Python.

Opengraph URL: https://thepythoncode.com/article/detect-faces-opencv-python

X: @ThePythonCode1

direct link

Domain: www.thepythoncode.com

authorAbdeladim Fadheli
date2019-09-06T10:50:08.023000+00:00
categoryMachine Learning, Computer Vision
og:typewebsite
og:imagehttps://thepythoncode.com/media/articles/face-detection.jpg
og:image:width600
og:image:height315
twitter:cardsummary_large_image
twitter:imagehttps://thepythoncode.com/media/articles/face-detection.jpg
twitter:image:altFace Detection using OpenCV in Python

Links:

  The Python Codehttps://www.thepythoncode.com/
Homehttps://www.thepythoncode.com/
Tutorialshttps://www.thepythoncode.com/articles?o=date
All Tutorials - Newesthttps://www.thepythoncode.com/articles?o=date
All Tutorials - Popularhttps://www.thepythoncode.com/articles?o=views
Ethical Hackinghttps://www.thepythoncode.com/topic/ethical-hacking
Machine Learninghttps://www.thepythoncode.com/topic/machine-learning
General Python Tutorialshttps://www.thepythoncode.com/topic/general-python-topics
Web Scrapinghttps://www.thepythoncode.com/topic/web-scraping
Financehttps://www.thepythoncode.com/topic/finance
Computer Visionhttps://www.thepythoncode.com/topic/computer-vision
Python Standard Libraryhttps://www.thepythoncode.com/topic/python-standard-library
Application Programming Interfaceshttps://www.thepythoncode.com/topic/using-apis-in-python
Databasehttps://www.thepythoncode.com/topic/using-databases-in-python
Game Developmenthttps://www.thepythoncode.com/topic/game-development
Web Programminghttps://www.thepythoncode.com/topic/web-programming
Digital Forensicshttps://www.thepythoncode.com/topic/digital-forensics-with-python
Natural Language Processinghttps://www.thepythoncode.com/topic/nlp
Healthcarehttps://www.thepythoncode.com/topic/healthcare
PDF File Handlinghttps://www.thepythoncode.com/topic/handling-pdf-files
Python for Multimediahttps://www.thepythoncode.com/topic/python-for-multimedia
GUI Programminghttps://www.thepythoncode.com/topic/gui-programming
Cryptographyhttps://www.thepythoncode.com/topic/cryptography-with-python
Packet Manipulation Using Scapyhttps://www.thepythoncode.com/topic/scapy
Toolshttps://www.thepythoncode.com/article/detect-faces-opencv-python
Code Generatorhttps://codingfleet.com/code-generator/python/
Code Assistanthttps://codingfleet.com/code-assistant/python/
Code Explainerhttps://codingfleet.com/code-explainer/python/
Code Enhancerhttps://codingfleet.com/code-enhancer/python/
Comment Generatorhttps://codingfleet.com/comment-generator/python/
Unit Test Generatorhttps://codingfleet.com/unit-test-generator/python/
Code Converterhttps://codingfleet.com/code-converter/python/
EBookshttps://thepythoncode.lemonsqueezy.com/
Ethical Hacking with Python EBookhttps://www.thepythoncode.com/ethical-hacking-with-python-ebook
Web Security with Python EBookhttps://www.thepythoncode.com/web-security-with-python-ebook
Cryptography with Python EBookhttps://www.thepythoncode.com/cryptography-with-python-ebook
Practical Python PDF Processing EBookhttps://www.thepythoncode.com/practical-python-pdf-processing-ebook
Real-Time Traffic Monitoring System with YOLOv9 eBookhttps://www.thepythoncode.com/real-time-traffic-monitoring-ebook
Mastering YOLO: Build an Automatic Number Plate Recognition Systemhttps://www.thepythoncode.com/build-an-automatic-number-plate-recognition-system-with-opencv-and-yolo-ebook
Contact Ushttps://www.thepythoncode.com/contact
Abdeladim Fadheli https://www.thepythoncode.com/author/abdou-rockikz
Machine Learninghttps://www.thepythoncode.com/topic/machine-learning
Computer Visionhttps://www.thepythoncode.com/topic/computer-vision
AI-powered Code Explainerhttps://codingfleet.com/code-explainer/python/
OpenCV library.https://opencv.org/
haar cascade classifiershttps://en.wikipedia.org/wiki/Haar-like_feature
Single Shot Multibox Detectorshttps://arxiv.org/abs/1512.02325
object detectionhttps://www.thepythoncode.com/article/yolo-object-detection-with-opencv-and-pytorch-in-python
this tutorialhttps://www.thepythoncode.com/article/image-classification-keras-python
this stock imagehttps://www.pexels.com/photo/girl-in-black-dress-standing-beside-girl-in-white-sweatshirt-and-black-striped-pants-1620760/
this listhttps://github.com/opencv/opencv/tree/master/data/haarcascades
Mastering YOLO: Build an Automatic Number Plate Recognition System with OpenCV in Pythonhttps://www.thepythoncode.com/build-an-automatic-number-plate-recognition-system-with-opencv-and-yolo-ebook?utm_source=article-page&utm_medium=ebook-section&utm_campaign=plate-number-recognition-yolo
dnnhttps://docs.opencv.org/master/d2/d58/tutorial_table_of_content_dnn.html
SSDshttps://arxiv.org/abs/1512.02325
ResNet face detection model architecturehttps://raw.githubusercontent.com/opencv/opencv/master/samples/dnn/face_detector/deploy.prototxt
its pre-trained weightshttps://raw.githubusercontent.com/opencv/opencv_3rdparty/dnn_samples_face_detector_20180205_fp16/res10_300x300_ssd_iter_140000_fp16.caffemodel%20
mean subtractionhttps://stats.stackexchange.com/questions/211436/why-normalize-images-by-subtracting-datasets-image-mean-instead-of-the-current
full code pagehttps://www.thepythoncode.com/code/detect-faces-opencv-python
blur faces in images and videoshttps://www.thepythoncode.com/article/blur-faces-in-images-using-opencv-in-python
herehttps://github.com/x4nth055/pythoncode-tutorials/tree/master/machine-learning/face_detection
Download EBookhttps://www.thepythoncode.com/build-an-automatic-number-plate-recognition-system-with-opencv-and-yolo-ebook?utm_source=article-page&utm_medium=ebook-section&utm_campaign=plate-number-recognition-yolo
Face detection with OpenCV and deep learning - Pyimagesearch.https://www.pyimagesearch.com/2018/02/26/face-detection-with-opencv-and-deep-learning/
OpenCV documentation for Face Detection using Haar Cascades.https://docs.opencv.org/3.4.1/d7/d8b/tutorial_py_face_detection.html
How to Perform YOLO Object Detection using OpenCV and PyTorch in Pythonhttps://www.thepythoncode.com/article/yolo-object-detection-with-opencv-and-pytorch-in-python
Python Code Assistanthttps://codingfleet.com/code-assistant/python/
View Full Codehttps://www.thepythoncode.com/code/detect-faces-opencv-python
Explain My Codehttps://codingfleet.com/code-explainer/python/
javascript:void(0);
javascript:void(0);
https://www.thepythoncode.com/article/contour-detection-opencv-python
How to Detect Contours in Images using OpenCV in Pythonhttps://www.thepythoncode.com/article/contour-detection-opencv-python
Learning how to detect contours in images for image segmentation, shape analysis and object detection and recognition using OpenCV in Python.https://www.thepythoncode.com/article/contour-detection-opencv-python
https://www.thepythoncode.com/article/yolo-object-detection-with-opencv-and-pytorch-in-python
How to Perform YOLO Object Detection using OpenCV in Pythonhttps://www.thepythoncode.com/article/yolo-object-detection-with-opencv-and-pytorch-in-python
Using the state-of-the-art YOLOv8 object detection for real-time object detection, recognition and localization in Python using OpenCV, Ultralytics and PyTorch.https://www.thepythoncode.com/article/yolo-object-detection-with-opencv-and-pytorch-in-python
https://www.thepythoncode.com/article/optical-character-recognition-pytesseract-python
Optical Character Recognition (OCR) in Pythonhttps://www.thepythoncode.com/article/optical-character-recognition-pytesseract-python
Learn how to Use Tesseract OCR library and pytesseract wrapper for optical character recognition (OCR) to convert text in images into digital text in Python.https://www.thepythoncode.com/article/optical-character-recognition-pytesseract-python
Python Code Assistanthttps://codingfleet.com/code-assistant/python/
https://codingfleet.com/code-generator/python/?utm_source=thepythoncode&utm_medium=banner&utm_campaign=square-top
Ethical Hackinghttps://www.thepythoncode.com/topic/ethical-hacking
Machine Learninghttps://www.thepythoncode.com/topic/machine-learning
General Python Tutorialshttps://www.thepythoncode.com/topic/general-python-topics
Web Scrapinghttps://www.thepythoncode.com/topic/web-scraping
Financehttps://www.thepythoncode.com/topic/finance
Computer Visionhttps://www.thepythoncode.com/topic/computer-vision
Python Standard Libraryhttps://www.thepythoncode.com/topic/python-standard-library
Application Programming Interfaceshttps://www.thepythoncode.com/topic/using-apis-in-python
Databasehttps://www.thepythoncode.com/topic/using-databases-in-python
Game Developmenthttps://www.thepythoncode.com/topic/game-development
Web Programminghttps://www.thepythoncode.com/topic/web-programming
Digital Forensicshttps://www.thepythoncode.com/topic/digital-forensics-with-python
Natural Language Processinghttps://www.thepythoncode.com/topic/nlp
Healthcarehttps://www.thepythoncode.com/topic/healthcare
PDF File Handlinghttps://www.thepythoncode.com/topic/handling-pdf-files
Python for Multimediahttps://www.thepythoncode.com/topic/python-for-multimedia
GUI Programminghttps://www.thepythoncode.com/topic/gui-programming
Cryptographyhttps://www.thepythoncode.com/topic/cryptography-with-python
Packet Manipulation Using Scapyhttps://www.thepythoncode.com/topic/scapy
New Tutorialshttps://www.thepythoncode.com/articles?o=date
Build an MCP Server in Python with FastMCPhttps://www.thepythoncode.com/article/fastmcp-mcp-client-server-todo-manager
Building an AI-Driven HTTP Security Headers Analyzer with Pythonhttps://www.thepythoncode.com/article/ai-driven-http-security-headers-analyzer-python
Building an Advanced Audiobook Generator with Python and ElevenLabs TTShttps://www.thepythoncode.com/article/building-an-advanced-audiobook-generator-with-python-and-elevenlabs-tts
Building a Full-Stack RAG Chatbot with FastAPI, OpenAI, and Streamlithttps://www.thepythoncode.com/article/build-rag-chatbot-fastapi-openai-streamlit
How to Recover Deleted Files with Pythonhttps://www.thepythoncode.com/article/how-to-recover-deleted-file-with-python
Popular Tutorialshttps://www.thepythoncode.com/articles?o=views
How to Convert Speech to Text in Pythonhttps://www.thepythoncode.com/article/using-speech-recognition-to-convert-speech-to-text-python
How to Read Emails in Pythonhttps://www.thepythoncode.com/article/reading-emails-in-python
How to Extract Tables from PDF in Pythonhttps://www.thepythoncode.com/article/extract-pdf-tables-in-python-camelot
How to Make a Keylogger in Pythonhttps://www.thepythoncode.com/article/write-a-keylogger-python
How to Control your Mouse in Pythonhttps://www.thepythoncode.com/article/control-mouse-python
https://codingfleet.com/code-generator/python/?utm_source=thepythoncode&utm_medium=banner&utm_campaign=square-bottom
https://codingfleet.com/code-converter/python/?utm_source=thepythoncode&utm_medium=banner&utm_campaign=square-bottom
Privacy Policyhttps://policies.google.com/privacy
Terms of Servicehttps://policies.google.com/terms
  The Python Codehttps://www.thepythoncode.com/
Ethical Hacking with Python EBook https://www.thepythoncode.com/ethical-hacking-with-python-ebook
Web Security with Python EBook https://www.thepythoncode.com/web-security-with-python-ebook
Cryptography with Python EBook https://www.thepythoncode.com/cryptography-with-python-ebook
Practical Python PDF Processing EBook https://www.thepythoncode.com/practical-python-pdf-processing-ebook
Real-Time Traffic Monitoring System with YOLOv9 eBook https://www.thepythoncode.com/real-time-traffic-monitoring-ebook
Mastering YOLO: Build an Automatic Number Plate Recognition System https://www.thepythoncode.com/build-an-automatic-number-plate-recognition-system-with-opencv-and-yolo-ebook
Python Code Generator https://codingfleet.com/code-generator/python/
Python Code Assistant https://codingfleet.com/code-assistant/python/
Python Code Explainer https://codingfleet.com/code-explainer/python/
Python Code Enhancer https://codingfleet.com/code-enhancer/python/
Python Comment Generator https://codingfleet.com/comment-generator/python/
Python Unit Test Generator https://codingfleet.com/unit-test-generator/python/
Python Code Converter https://codingfleet.com/code-converter/python/
Useful Code Snippets https://codingfleet.com/public-generations/
Home https://www.thepythoncode.com/
Tutorials https://www.thepythoncode.com/articles?o=date
Write with Us https://www.thepythoncode.com/write-with-us
About Us https://www.thepythoncode.com/about
Contact Us https://www.thepythoncode.com/contact
Privacy Policy https://www.thepythoncode.com/privacy-policy
Advertise https://www.thepythoncode.com/direct-sales.html
AI-powered Coding https://codingfleet.com
https://twitter.com/ThePythonCode1
https://github.com/x4nth055
https://www.facebook.com/thepythoncode

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.