Skip to content

Commit 8f6b3ef

Browse files
refactor: Remove unused library
1 parent 733f59c commit 8f6b3ef

File tree

4 files changed

+4
-211
lines changed

4 files changed

+4
-211
lines changed

notebooks/1-Fundamentals.ipynb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,10 @@
8484
"!wget --no-check-certificate \\\n",
8585
" https://raw.githubusercontent.com/computationalcore/introduction-to-opencv/master/utils/common.py \\\n",
8686
" -O common.py\n",
87-
"!wget --no-check-certificate \\\n",
88-
" https://raw.githubusercontent.com/computationalcore/introduction-to-opencv/master/utils/common.py \\\n",
89-
" -O video.py\n",
9087
"\n",
9188
"# These imports let you use opencv\n",
9289
"import cv2 #opencv itself\n",
9390
"import common #some useful opencv functions\n",
94-
"import video # some video stuff\n",
9591
"import numpy as np # matrix manipulations\n",
9692
"\n",
9793
"#the following are to do with this interactive notebook code\n",
@@ -537,4 +533,4 @@
537533
]
538534
}
539535
]
540-
}
536+
}

notebooks/2-Image_stats_and_image_processing.ipynb

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,9 @@
6767
"!wget --no-check-certificate \\\n",
6868
" https://raw.githubusercontent.com/computationalcore/introduction-to-opencv/master/utils/common.py \\\n",
6969
" -O common.py\n",
70-
"!wget --no-check-certificate \\\n",
71-
" https://raw.githubusercontent.com/computationalcore/introduction-to-opencv/master/utils/common.py \\\n",
72-
" -O video.py\n",
73-
" \n",
7470
"# these imports let you use opencv\n",
7571
"import cv2 #opencv itself\n",
7672
"import common #some useful opencv functions\n",
77-
"import video # some video stuff\n",
7873
"import numpy as np # matrix manipulations\n",
7974
"\n",
8075
"#the following are to do with this interactive notebook code\n",
@@ -398,4 +393,4 @@
398393
"source": []
399394
}
400395
]
401-
}
396+
}

notebooks/3-Features.ipynb

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,11 @@
6767
"!wget --no-check-certificate \\\n",
6868
" https://raw.githubusercontent.com/computationalcore/introduction-to-opencv/master/utils/common.py \\\n",
6969
" -O common.py\n",
70-
"!wget --no-check-certificate \\\n",
71-
" https://raw.githubusercontent.com/computationalcore/introduction-to-opencv/master/utils/common.py \\\n",
72-
" -O video.py\n",
7370
"\n",
7471
"# our usual set of includes\n",
7572
"# these imports let you use opencv\n",
7673
"import cv2 #opencv itself\n",
7774
"import common #some useful opencv functions\n",
78-
"import video # some video stuff\n",
7975
"import numpy as np # matrix manipulations\n",
8076
"\n",
8177
"#the following are to do with this interactive notebook code\n",
@@ -327,7 +323,7 @@
327323
"id": "5PUQBH5z5NZS"
328324
},
329325
"source": [
330-
"[Previous](2-Image_stats_and_image_processing.ipynb) [Next](4-face_detection.ipynb)"
326+
"[Previous](2-Image_stats_and_image_processing.ipynb) [Next](4-Cascade_classification.ipynb)"
331327
]
332328
},
333329
{
@@ -338,4 +334,4 @@
338334
"source": []
339335
}
340336
]
341-
}
337+
}

utils/video.py

Lines changed: 0 additions & 194 deletions
This file was deleted.

0 commit comments

Comments
 (0)