@openhps/opencv
    Preparing search index...

    Interface TextLine

    interface TextLine {
        color?: Vec3;
        fontSize?: number;
        fontType?: number;
        lineType?: number;
        text: string;
        thickness?: number;
    }

    Hierarchy (View Summary)

    Index
    color?: Vec3
    fontSize?: number
    fontType?: number
    lineType?: number
    text: string
    thickness?: number