top of page

Computer Science Projects

Here are the computer science projects I realized during my years at Ecole Polytechnique and Columbia University.

Refocus application

Image Analysis and Computer Vision

Refocus application

Refocus system using different focus images, measuring focus using modified Laplacian filter and choosing best focus image in Matlab. (Image source: https://www.cs.columbia.edu/CAVE/projects/focalsweep/)

Augmented Reality

Image Analysis and Computer Vision

Augmented Reality

Automatic generation of 3D shapes on pre-filmed or live filmed surfaces, using AR pipelines on OpenCV in C++.

Line detetection

Image Analysis and Computer Vision

Line detetection

Line detection using Hough transform in Matlab. (Image source: https://boardgamegeek.com/image/113720/checkers)

Panorama Maker

Image Analysis and Computer Vision

Panorama Maker

Matching the features of two pictures to create a panorama applying RANSAC homography.

Canny Edge Detector

Image Analysis and Computer Vision

Canny Edge Detector

Implemented a canny edge detector to draw the edges of a given picture.

Motion tracking

Image Analysis and Computer Vision

Motion tracking

Motion tracking using color histograms matches in Matlab. (Source video: https://www.youtube.com/watch?v=e_WBuBqS9h8&t=1568s)

bottom of page