Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.2 KB

File metadata and controls

21 lines (14 loc) · 1.2 KB

Introduction to Computer Vision (UDACITY using Matlab)

Learning Computer Vision and DIP -

Apr 2017 – Present

Project descriptionLinks : https://github.com/Kumaava/Computer-Vision-Udacity- http://www.pyimagesearch.com ( best to start with) http://docs.opencv.org/master/d9/df8/tutorial_root.html http://szeliski.org/Book/drafts/SzeliskiBook_20100903_draft.pdf https://in.mathworks.com/products/computer-vision/code-examples.html

This course provides an introduction to computer vision including fundamentals, methods for application and machine learning classification.

I found a book on COMPUTER VISION using PYTHON by Jan Erik Solem, so, this course is on hold for a while and I'll continue learning computer vision from scratch using Python using the book and updating this repository only.

Making a normalized hsitogram and computing X , Y derivative and Gardient Magnitude normalised hist

Haar Cascade over Video : eye and face detector