Computer Science Projects
Here are the computer science projects I realized during my years at Ecole Polytechnique and Columbia University.
Computer Science Demo Reel 2023
Image Synthesis
Raytracing
A rendering engine programmed from scratch in C++ using raytracing method with the Phong shading model, in addition to refraction and reflection rays. The simple geometries (sphere, planes, triangle, etc..) are computer generated. (Source files: Copyright (C) 2022 by Hadi Fadaifard)
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/)
Image Analysis and Computer Vision
Line detetection
Line detection using Hough transform in Matlab. (Image source: https://boardgamegeek.com/image/113720/checkers)
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)




























