Skip to content

Commit a996f4c

Browse files
committed
corrected comments
1 parent 038dba9 commit a996f4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mltu/annotations/images.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def __call__(self) -> np.ndarray:
5050

5151

5252
class CVImage(ABC):
53-
""" Image class for storing image data and metadata
53+
""" Image class for storing image data and metadata (opencv based)
5454
5555
Args:
5656
image (str or np.ndarray): Path to image or numpy.ndarray
@@ -170,7 +170,7 @@ def __call__(self) -> np.ndarray:
170170

171171

172172
class PillowImage(Image):
173-
""" Image class for storing animated gif image data and metadata
173+
""" Image class for storing image data and metadata (pillow based)
174174
175175
Args:
176176
image (str): Path to image

0 commit comments

Comments
 (0)