Getting my hands dirty with python
Image Processing and Computer Vision:
- fourier.py - Apply DFT on an image. View the DFT spectrum. Reconstruct original image using Inverse FT.
- laplacian.py - Display 5 levels of Laplacian pyramid for an input image. Reconstruct original image from the Laplacian of Gaussian.
- Segmentation.py - Implementation of Segmentation via Boundary Melting
- disparity_blockmatch.py, disparity_dynamic.py - Disparity Map for Stereo Vision (using block-matching and dynamic programming)