gimseng / 99-ML-Learning-Projects

A list of 99 machine learning projects for anyone interested to learn from coding and building projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[EXE] Face Detection using HaarCascade

iishipatel opened this issue · comments

Learning Goals

  • Basic image processing skills using OpenCV
  • What are HaarCascades? and how are they used

Exercise Statement

Code a simple face detection script using OpenCV and Haarcascade

Prerequisites

  • Basics of OpenCV
  • OpenCV installed
  • Haarcascade files

Data source:

HaarCascade Library

Further Links/Credits to Relevant Resources:

OpenCV Official Documentation

Thanks @iishipatel ! I have no idea what's Haarcascade, so looking forward when you submit a PR.
Please take some time to read the contributing guidelines and get familiar with a few older projects in this repo, so that you understand how we structure things. Thanks !

Thanks! I will work on this ASAP