neodroidvision.utilities.opencv_utilities.images.add_watermark.WatermarkImage

class neodroidvision.utilities.opencv_utilities.images.add_watermark.WatermarkImage(logo_path, size=0.3, orientation: PositionEnum = PositionEnum.lower_right, margin=(5, 20, 20, 20), angle=15, rgb_weight=(0, 1, 1.5), input_frame_shape=None)[source]

Bases: object

description

__init__(logo_path, size=0.3, orientation: PositionEnum = PositionEnum.lower_right, margin=(5, 20, 20, 20), angle=15, rgb_weight=(0, 1, 1.5), input_frame_shape=None) None[source]

Methods

__init__(logo_path[, size, orientation, ...])

apply_frames(frame)

param frame

apply_frames(frame)[source]
Parameters

frame

Returns

Return type