Skip to content

Commit

Permalink
minior fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Giacomo Antonioli committed Feb 29, 2024
1 parent 9a4e822 commit f137a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qimp/ImageEncoding/Encodings.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def FRQI(quantumImage: QuantumImage) -> None:
xyfrqi(quantumImage) # 1


def binarization(image: np.ndarray) -> list:
def binarization(image: np.ndarray) -> np.chararray:
"""Binarization of a grayscale image.
Args:
Expand Down

0 comments on commit f137a0a

Please sign in to comment.