Skip to content

Commit 40094b3

Browse files
Update ImgEnhancing.py
1 parent b08ac8d commit 40094b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Image Processing/ImgEnhancing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import cv2
55

66
#read the image
7-
img = cv2.imread('default.jpg')
7+
img = cv2.imread('Desktop/Pictures/default.jpg') #Read the img from its location relative to py file
88

99
#preparation for CLAHE
1010
clahe= cv2.createCLAHE()

0 commit comments

Comments
 (0)