mirror of
https://github.com/qurator-spk/sbb_binarization.git
synced 2025-06-08 11:50:03 +02:00
Remove obsolete comment
This commit is contained in:
parent
1c7e8c5e21
commit
9db2bcc8b0
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ class SbbBinarizer:
|
||||||
if not image_path.exists():
|
if not image_path.exists():
|
||||||
raise ValueError(f"Image not found: {str(image_path)}")
|
raise ValueError(f"Image not found: {str(image_path)}")
|
||||||
|
|
||||||
# Most operations are expecting BGR as this is the standard way how CV2 reads images
|
|
||||||
# noinspection PyUnresolvedReferences
|
# noinspection PyUnresolvedReferences
|
||||||
img = cv2.imread(str(image_path))
|
img = cv2.imread(str(image_path))
|
||||||
original_image_height, original_image_width, image_channels = img.shape
|
original_image_height, original_image_width, image_channels = img.shape
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue