Skip to content Skip to sidebar Skip to footer
Showing posts with the label Opencv Python

How To Fill The Hollow Lines Opencv

I have an image like this: after I applied some processings e.g. cv2.Canny(), it looks like this n… Read more How To Fill The Hollow Lines Opencv

Split Image Horizontally With Python Based On Dark Center Line

Goal is to horizontally split an image (double newspaper page) in python based on a vertical center… Read more Split Image Horizontally With Python Based On Dark Center Line

How To Make Work Opencv With Ffmpeg Driver

I have a camera on my linuxbox it is working well: # $ ls -al /dev/video* # crw-rw----+ 1 root vide… Read more How To Make Work Opencv With Ffmpeg Driver

Python Opencv Optimal Thresholding

I am trying to detect roi in my image dataset using Otsu thresholding. While in some cases results … Read more Python Opencv Optimal Thresholding