Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.89 KB

File metadata and controls

31 lines (23 loc) · 1.89 KB

CVPR

This repo includes the projects I finished from an undergrad course: computer vision and pattern recognition. All the projects are written with C++ with library CImg.

Bonus project: Face morphing (Delaunay triangulation + Bilinear interpolation)

[Report]

Demo

Project 2: Canny edge detection

[Report]

Demo

image

Project 3: Histogram Equalize & Color Transfer

[Report]

Demo

image image

Project 4: Corner Detection (Hough transform)

[Report]

Demo

image

Project 5: A4 Paper Adjustment (Perspective transform)

[Report]

Demo

image