How to Create Copy of an Images using OpenCV
by TechVidvan Team
Machine Learning courses with 100+ Real-time projects Start Now!!
Program 1
import cv2
img=cv2.imread("E://image//fly1.jpg")
cv2.imwrite("E://image//fly3.jpg",img)
print("Success.....")
Did we exceed your expectations?
If Yes, share your valuable feedback on Google
Tags: how to create copy of an images using opencvimread() and imwrite() functions in opencvopencvopencv imread() functionsopencv imwrite() fucntionsopencv practicalopencv program
TechVidvan Team
TechVidvan Team provides high-quality content & courses on AI, ML, Data Science, Data Engineering, Data Analytics, programming, Python, DSA, Android, Flutter, full stack web dev, MERN, and many latest technology.