Skip to content

Commit 9b4584a

Browse files
committed
adding stock photo source
1 parent 66105a0 commit 9b4584a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

edge_detection.ipynb

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
},
2626
"outputs": [],
2727
"source": [
28+
"# the image is a free stock photo\n",
29+
"# it is taken from here: https://static.pexels.com/photos/40797/wild-flowers-flowers-plant-macro-40797.jpeg\n",
2830
"im=cv2.imread(\"sample.jpeg\")\n",
2931
"im=cv2.cvtColor(im, cv2.COLOR_BGR2GRAY)"
3032
]

0 commit comments

Comments
 (0)