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

Cv2 Cannot Connect To X Server:

When I try to use cv2.imshow(), I get an error saying that it can't conect to X server. I'm… Read more Cv2 Cannot Connect To X Server:

Paste An Image To Another Image At Two Given Co-ordinates With Altered Opacity Using Pil Or Opencv In Python

I have two images with given points, one point each image, that need to be aligned so that the resu… Read more Paste An Image To Another Image At Two Given Co-ordinates With Altered Opacity Using Pil Or Opencv In Python

Opencv, How To Pass Parameters Into Cv2.trackermedianflow_create Function?

I'm trying to create MEDIANFLOW tracker with OpenCV3.3 using opencv-python with Python3.6. I ne… Read more Opencv, How To Pass Parameters Into Cv2.trackermedianflow_create Function?

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

Python Cv2 Color Space Conversion Fidelity Loss

Observe the following image: Observe the following Python code: import cv2 img = cv2.imread('r… Read more Python Cv2 Color Space Conversion Fidelity Loss

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