@openhps/opencv
    Preparing search index...

    Type Alias DrawParams

    type DrawParams = {
        color?: Vec3;
        lineType?: number;
        thickness?: number;
    }

    Hierarchy (View Summary)

    Index
    color?: Vec3
    lineType?: number
    thickness?: number