mirror of
https://github.com/qurator-spk/sbb_binarization.git
synced 2025-06-09 12:19:56 +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():
|
||||
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
|
||||
img = cv2.imread(str(image_path))
|
||||
original_image_height, original_image_width, image_channels = img.shape
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue