File tree Expand file tree Collapse file tree 4 files changed +4
-211
lines changed Expand file tree Collapse file tree 4 files changed +4
-211
lines changed Original file line number Diff line number Diff line change 84
84
" !wget --no-check-certificate \\\n " ,
85
85
" https://raw.githubusercontent.com/computationalcore/introduction-to-opencv/master/utils/common.py \\\n " ,
86
86
" -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 " ,
90
87
" \n " ,
91
88
" # These imports let you use opencv\n " ,
92
89
" import cv2 #opencv itself\n " ,
93
90
" import common #some useful opencv functions\n " ,
94
- " import video # some video stuff\n " ,
95
91
" import numpy as np # matrix manipulations\n " ,
96
92
" \n " ,
97
93
" #the following are to do with this interactive notebook code\n " ,
537
533
]
538
534
}
539
535
]
540
- }
536
+ }
Original file line number Diff line number Diff line change 67
67
" !wget --no-check-certificate \\\n " ,
68
68
" https://raw.githubusercontent.com/computationalcore/introduction-to-opencv/master/utils/common.py \\\n " ,
69
69
" -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 " ,
74
70
" # these imports let you use opencv\n " ,
75
71
" import cv2 #opencv itself\n " ,
76
72
" import common #some useful opencv functions\n " ,
77
- " import video # some video stuff\n " ,
78
73
" import numpy as np # matrix manipulations\n " ,
79
74
" \n " ,
80
75
" #the following are to do with this interactive notebook code\n " ,
398
393
"source" : []
399
394
}
400
395
]
401
- }
396
+ }
Original file line number Diff line number Diff line change 67
67
" !wget --no-check-certificate \\\n " ,
68
68
" https://raw.githubusercontent.com/computationalcore/introduction-to-opencv/master/utils/common.py \\\n " ,
69
69
" -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
70
" \n " ,
74
71
" # our usual set of includes\n " ,
75
72
" # these imports let you use opencv\n " ,
76
73
" import cv2 #opencv itself\n " ,
77
74
" import common #some useful opencv functions\n " ,
78
- " import video # some video stuff\n " ,
79
75
" import numpy as np # matrix manipulations\n " ,
80
76
" \n " ,
81
77
" #the following are to do with this interactive notebook code\n " ,
327
323
"id" : " 5PUQBH5z5NZS"
328
324
},
329
325
"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)"
331
327
]
332
328
},
333
329
{
338
334
"source" : []
339
335
}
340
336
]
341
- }
337
+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments