cv2 tag

2 questions


1 answers
372 views
0
Converting an image into a frame-by-frame image

I want to use os.walk to retrieve all the images in the directory, save them as a list, and convert each image into a frame-by-frame image, but after running the first file cv2.imwrite(altfile[:-4]+/f...

1 years ago

1 answers
79 views
0
Questions regarding Python PIL and cv...

First, if I were to show you the result image, this is what it looks like this.And the result I wanted is to square the orange area.I measured the pixel coordinate size of the picture and turned x, y ...

2 years ago

© 2024 OneMinuteCode. All rights reserved.