We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66105a0 commit 9b4584aCopy full SHA for 9b4584a
edge_detection.ipynb
@@ -25,6 +25,8 @@
25
},
26
"outputs": [],
27
"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",
30
"im=cv2.imread(\"sample.jpeg\")\n",
31
"im=cv2.cvtColor(im, cv2.COLOR_BGR2GRAY)"
32
]
0 commit comments