Skip to content

👀 Classic computer vision algorithms implemented in Matlab

Notifications You must be signed in to change notification settings

Azmarie/Computer-Vision-Practices

Repository files navigation

Computer Vision Algorithms language

Content

# Name Description Teaser
1 Active Contours Edge detection Active Contours
2 Poisson Blending Blend source image and target image seamlessly Poisson Blending
3 Reconstruction Adjusting the brightness of an image through reconstruction Reconstruction
4 Coons Patch A smooth surface initialized by 4 points Coons Patch
5 8Point/RANSAC Estimate the fundamental matrix based on 8 point or RANSAC algorithms RANSAC
6 Image Filtering/Hough Transform Generate edge and detect line segments from an image Hough%20Transform
7 Augmented Reality with Planar Homographies Implement an AR application step by step using planar homographies Augmented%20Reality
8 3D Reconstruction Sparse reconstruction and dense reconstruction 3D%20Reconstruction
9 Scene Recognition with Bag of Words Develop a system for scene classification Scene%20Recognition%20with%20Bag%20of%20Words