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

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

Finding Highest Point In A Bitwise Mask In Opencv Python

I have a bitwise mask of a object from which I want to detect its highest point. How can I do this … Read more Finding Highest Point In A Bitwise Mask In Opencv Python

Opencv For Remove Watermark

I am trying cv2.inpaint, if you add watermark by myself, and then use cv2.inpaint, the result is pe… Read more Opencv For Remove Watermark

OpenCV: Using Canny And Shi-Tomasi To Detect Round Corners Of A Playing Card

I want to do some planar rectification, to convert from left to right: I have the code to do the c… Read more OpenCV: Using Canny And Shi-Tomasi To Detect Round Corners Of A Playing Card