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)#
height: int = 0#
width: int = 0#
class base.core.Point(x: int = 0, y: int = 0)#

Bases: object

x: int = 0#
y: int = 0#
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)#
height: int = 0#
width: int = 0#
class base.Point(x: int = 0, y: int = 0)#

Bases: object

x: int = 0#
y: int = 0#
base.read_image(path: pathlib.Path) base.core.Image#
base.write_image(path: pathlib.Path, image: base.core.Image)#