Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 785 Bytes

README.md

File metadata and controls

39 lines (20 loc) · 785 Bytes

Image-Processing

Basic Video and Image Analysing using OpenCV - Python

Video

Implementation interactive video using MOG2, KNN function for foreground and background subtracting and other trick for improve accuracy.

  • Snowing

alt text

  • Object Motion

alt text

Image

Some low level and high level image processing function tested like:

  • Edge Detection

    alt text

  • Smoothing Image using Gaussian kernel

    alt text

  • Rotation, Drawing Image, Resize

    alt text

  • Segmentation

    alt text

  • Face Detection

    alt text