Skip to content

Commit 22af990

Browse files
committed
Remove sklearn dependency
1 parent b9f80f9 commit 22af990

File tree

3 files changed

+144
-168
lines changed

3 files changed

+144
-168
lines changed

Section #1 - Basics/basic_functions.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,4 @@
3232

3333
# Cropping
3434
cropped = img[50:200, 200:400]
35-
cv.imshow('Cropped', cropped)
36-
37-
cv.waitKey(0)
35+
cv.imshow('Cropped', cropped)

0 commit comments

Comments
 (0)