Ask Your Question

Lython's profile - activity

2020-04-21 19:23:09 -0600 received badge  Enthusiast
2020-04-16 06:08:51 -0600 answered a question How can I combine 2 photos from specific pixels?

import image module from pillow from PIL import Image open the image Image1 = Image.open('your image 1')

2020-04-16 06:08:50 -0600 asked a question Finding the exact number of Hough lines

Finding the exact number of Hough lines I have read an image and processed an image using Python and OpenCV. I have also