import cv2 img = cv2.imread("C:/Users/welcome/Desktop/sem6/DIP/Lenna.png") cv2.imshow("Original_image", img) b,g,r=cv2.split(img) merge_bgr=cv2.merge((b,g,r)) cv2.imshow("Merge_image", merge_bgr) cv2.waitKey(0) cv2.destroyAllWindows()
Subscribe to:
Post Comments (Atom)
Outlook, developed by Microsoft, is a widely used personal information manager that includes an email client, calendar, task manager, contact manager, note-taking, journal, and web browsing
Outlook, developed by Microsoft, is a widely used personal information manager that includes an email client, calendar, task manager, conta...
-
import java . io . BufferedReader ; import java . io . IOException ; import java . io . InputStreamReader ; public class BuffReadFloa...
-
import java . io . BufferedReader ; import java . io . IOException ; import java . io . InputStreamReader ; public class BuffReadLong...
-
import java . io . BufferedReader ; import java . io . IOException ; import java . io . InputStreamReader ; public class BuffReadInt ...
No comments:
Post a Comment