OpenCV

class todd.patches.cv2.ColorMap[source]

Bases: object

__init__(color_map)[source]
Parameters:

color_map (int)

Return type:

None

class todd.patches.cv2.VideoWriter[source]

Bases: object

__init__(fps)[source]
Parameters:

fps (float)

Return type:

None

dump(f)[source]
Parameters:

f (Any)

Return type:

None

property opened: bool
write(frame)[source]
Parameters:

frame (ndarray[tuple[Any, ...], dtype[uint8]])

Return type:

None