base package#
Submodules#
base.core module#
- class base.core.Image(file: cv2.Mat = Mat([], shape=(0, 0), dtype=float64))#
Bases:
object
- file: cv2.Mat = Mat([], shape=(0, 0), dtype=float64)#
- base.core.read_image(path: pathlib.Path) base.core.Image #
- base.core.write_image(path: pathlib.Path, image: base.core.Image)#
Module contents#
- class base.Image(file: cv2.Mat = Mat([], shape=(0, 0), dtype=float64))#
Bases:
object
- file: cv2.Mat = Mat([], shape=(0, 0), dtype=float64)#
- base.read_image(path: pathlib.Path) base.core.Image #
- base.write_image(path: pathlib.Path, image: base.core.Image)#