Skip to content

Daniboy370/Computer-Vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Computer-Vision

046195 - Computer Vision.

Syllabus : Geometry and Projections, Photometry, Color Space, Edge Detection, Scale Space, Segmentation, Recognition, Motion Analysis.

OpenCV :: a classic implementation of lane and objects detection, using simple DoG, dilation and Hough Transform :

                          alt text

                                                              Open In Colab                          

A calibrated camera projects 3D points onto the image plane due to their linear constraint by 2 planes :

alt text

Dimensionality reduction using PCA concept, we can extract its eigenvectors, namely == EigenFaces :

alt text

Edge detection using Hough-Transform (upper) and Laplacian Pyramid as an image blender (lower) :

alt text

Requirements

Python 3.4, OpenCV (cv2) and other common packages listed in requirements.txt at the OpenCV_demo directory.

Course homeworks

Along the course I have implementesd several small-size projects in different CV topics, available here