Skip to content Skip to sidebar Skip to footer
Showing posts with the label Cv2

Unable To Write Text On Mouseclick Area On Image

I am trying to draw text on Image where the user clicks. Getting this error: Exception in Tkinter c… Read more Unable To Write Text On Mouseclick Area On Image

Importerror: No Module Named 'cv2' Python3

I have such a problem (face_det) user@pc:~$ python3 Python 3.5.3 (default, Apr 22 2017, 00:00:00) … Read more Importerror: No Module Named 'cv2' Python3

Color Gets Dull: Opencv Cv2.imread Cv2.imwrite

I am using opencv module to read and write the image. here is the code and below is the image i am … Read more Color Gets Dull: Opencv Cv2.imread Cv2.imwrite

Converting Image To Grayscale

I want to convert any image to grayscale, but I don't understand the difference between these i… Read more Converting Image To Grayscale

Remove Remains In A Letter Image With Python

I have a set of images that represent letters extracted from an image of a word. In some images the… Read more Remove Remains In A Letter Image With Python

Remove Remains In A Letter Image With Python

I have a set of images that represent letters extracted from an image of a word. In some images the… Read more Remove Remains In A Letter Image With Python

How To Get 2D Array From 3D Array Of An Image By Removing Black Pixels, I.e. [0,0,0], In Python

I have a picture of the facial skin with black pixels around it. The picture is an 3d array made up… Read more How To Get 2D Array From 3D Array Of An Image By Removing Black Pixels, I.e. [0,0,0], In Python