- Implementation of different concepts/topics of Computer Vision.
- The name Drishtipat is based on a Bengali word দৃষ্টিপাত, which means "to have a look at something" :-)
The completed assignments cover the following topics:
- Color & Gray Scale image | Transformations
- https://github.com/hasanmansur/drishtipat/tree/master/part1
- Windowing | Mean, Standard Deviation | Color Histograms | Histogram Comparison
- https://github.com/hasanmansur/drishtipat/tree/master/part2
- Gradients | Edge Detection | Edge histograms | Histogram Comparison
- https://github.com/hasanmansur/drishtipat/tree/master/part3
- Feature Extraction | Curvature & Distance Transform computation | Chamfer matching
- https://github.com/hasanmansur/drishtipat/tree/master/part4
- Stereo Matching | Disparity | Depth Image | Belief Propagation
- https://github.com/hasanmansur/drishtipat/tree/master/part5
Python, OpenCV, Numpy, Matplotlib