Madu5 / image-processing-stuff

Image Processing Mini Projects | Python, OpenCV, NumPy, Matplotlib

Home Page:https://www.youtube.com/watch?v=qjjtjq6k2Is

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computer Vision Mini Projects

Requirements :

Python3
Opencv
NumPy
Matplotlib
IpWebcam App in Android (if using mobile camera : for better image quality)

Instructions :

Set up Ipwebcam in Android and access mobile camera in Pc's Browser at an Ip.
Use that Ip in Pythonic way to access camera as input in programs.
Refer scripts above that use Ipwebcam


Files:
  1. counting_objects.py

--Objective ::

Approaching Towards Accuracy Of Counting objects In An Image

--Description ::

It is a Tool/Script using which you can find out a perfect combination of :

  • Kernel size (width/height)
  • Threshold (used to produce binary image) ,
  • Divisor and Multiplier for average contour size (to get lower and upper bound for contour sizes to be taken into consideration)

Using this perfect combination we can approach towards accuracy of counting objects in an image.

--Demo Video Link

https://www.youtube.com/watch?v=qjjtjq6k2Is


Other files are self explainatory.

About

Image Processing Mini Projects | Python, OpenCV, NumPy, Matplotlib

https://www.youtube.com/watch?v=qjjtjq6k2Is


Languages

Language:Python 100.0%