Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 634 Bytes

File metadata and controls

20 lines (14 loc) · 634 Bytes

Image Processing and Computer Vision Practice Problems:

This repository contains codes of all my practice problems of Computer Vision and Image Processing using Python Libraries: NumPy, PIL, SciPy, OpenCV. Also, I have plans to build a complete online tutorial on "Image Processing and Computer Vision" using Python.

1

  • image transformation
  • image filtering
  • image sharpening

2

  • adding random noise
  • denoising with gaussian kernel
  • denoising with median kernel

3

4

  • histogram based image segmentation