Answers for "commands to read and display and save an image in OpenCV"

8

how to save image opencv

cv2.imwrite('data/dst/lena_opencv_red.jpg', im)
Posted by: Guest on January-04-2021

Code answers related to "commands to read and display and save an image in OpenCV"

Python Answers by Framework

Browse Popular Code Answers by Language