📄️ imblackhat
imblackhat(img int | tuple[int, int] = (3, 3), kstruct: str | int | MORPH = MORPH.RECT)
📄️ imclose
imclose(img int | tuple[int, int] = (3, 3), kstruct: str | int | MORPH = MORPH.RECT) -> np.ndarray
📄️ imdilate
imdilate(img int | tuple[int, int] = (3, 3), kstruct: str | int | MORPH = MORPH.RECT) -> np.ndarray
📄️ imerode
imerode(img int | tuple[int, int] = (3, 3), kstruct: str | int | MORPH = MORPH.RECT) -> np.ndarray
📄️ imgradient
imgradient(img int | tuple[int, int] = (3, 3), kstruct: str | int | MORPH = MORPH.RECT) -> np.ndarray
📄️ imopen
imopen(img int | tuple[int, int] = (3, 3), kstruct: str | int | MORPH = MORPH.RECT) -> np.ndarray
📄️ imtophat
imtophat(img int | tuple[int, int] = (3, 3), kstruct: str | int | MORPH = MORPH.RECT) -> np.ndarray