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)
Interference in Light vs Quantum States
🔬 The Double-Slit Experiment: Where It All Begins One of the most famous demonstrations of interference is the double-slit experiment. When...
-
import java . io . BufferedReader ; import java . io . IOException ; import java . io . InputStreamReader ; public class BuffReadLong...
-
class Constructor { Constructor () { System . out . println ( "this is without parameter" ); } Construc...
No comments:
Post a Comment