项目作者: VibhaBelavadi

项目描述 :
Computer Vision projects of color conversion, 'wink' and 'shh expression' detection
高级语言: C++
项目地址: git://github.com/VibhaBelavadi/computer-vision-wink-detection.git
创建时间: 2017-05-26T20:45:02Z
项目社区:https://github.com/VibhaBelavadi/computer-vision-wink-detection

开源协议:MIT License

下载


Computer Vision projects

This repo contains the following two projects of Computer Vision course:

  1. Implementation of basic Computer Vision techniques
    Performed Color conversion from Luv to xyY domain, coded Linear scaling and histogram equalization for a set of images.

  2. Wink Detection:
    Programmed/trained OpenCV to detect ‘shh expression’ (silence) and a ‘wink expression’ in images and live video using HAAR cascade classifiers.