Skip to content

Commit 5bc251d

Browse files
committed
Colaboratory를 통해 생성됨
1 parent 8ed886b commit 5bc251d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: 15. OpenCV Filtering/OpenCV Filtering.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"colab_type": "text"
2222
},
2323
"source": [
24-
"<a href=\"https://colab.research.google.com/github/ndb796/Python-Data-Analysis-and-Image-Processing-Tutorial/blob/master/15.%20OpenCV%20Filtereing/OpenCV%20Filtering.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
24+
"<a href=\"https://colab.research.google.com/github/ndb796/Python-Data-Analysis-and-Image-Processing-Tutorial/blob/master/15.%20OpenCV%20Filtering/OpenCV%20Filtering.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
2525
]
2626
},
2727
{
@@ -145,7 +145,7 @@
145145
"plt.imshow(cv2.cvtColor(dst, cv2.COLOR_BGR2RGB))\n",
146146
"plt.show()"
147147
],
148-
"execution_count": 47,
148+
"execution_count": 0,
149149
"outputs": [
150150
{
151151
"output_type": "display_data",
@@ -216,7 +216,7 @@
216216
"plt.imshow(cv2.cvtColor(dst, cv2.COLOR_BGR2RGB))\n",
217217
"plt.show()"
218218
],
219-
"execution_count": 48,
219+
"execution_count": 0,
220220
"outputs": [
221221
{
222222
"output_type": "display_data",
@@ -277,7 +277,7 @@
277277
"plt.imshow(cv2.cvtColor(dst, cv2.COLOR_BGR2RGB))\n",
278278
"plt.show()"
279279
],
280-
"execution_count": 49,
280+
"execution_count": 0,
281281
"outputs": [
282282
{
283283
"output_type": "display_data",

0 commit comments

Comments
 (0)