We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b08ac8d commit 40094b3Copy full SHA for 40094b3
Image Processing/ImgEnhancing.py
@@ -4,7 +4,7 @@
4
import cv2
5
6
#read the image
7
-img = cv2.imread('default.jpg')
+img = cv2.imread('Desktop/Pictures/default.jpg') #Read the img from its location relative to py file
8
9
#preparation for CLAHE
10
clahe= cv2.createCLAHE()
0 commit comments