We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 038dba9 commit a996f4cCopy full SHA for a996f4c
mltu/annotations/images.py
@@ -50,7 +50,7 @@ def __call__(self) -> np.ndarray:
50
51
52
class CVImage(ABC):
53
- """ Image class for storing image data and metadata
+ """ Image class for storing image data and metadata (opencv based)
54
55
Args:
56
image (str or np.ndarray): Path to image or numpy.ndarray
@@ -170,7 +170,7 @@ def __call__(self) -> np.ndarray:
170
171
172
class PillowImage(Image):
173
- """ Image class for storing animated gif image data and metadata
+ """ Image class for storing image data and metadata (pillow based)
174
175
176
image (str): Path to image
0 commit comments