@openhps/opencv
    Preparing search index...

    Interface CameraCalibrationOptions

    interface CameraCalibrationOptions {
        boardSize: number[];
        drawChessboardCorners?: boolean;
        frameFilter?: (frame: DataFrame) => boolean;
        minFrames?: number;
        name?: string;
        uid?: string;
    }

    Hierarchy

    • ProcessingNodeOptions
      • CameraCalibrationOptions
    Index
    boardSize: number[]
    drawChessboardCorners?: boolean

    Draw chessboard corners after detection

    false
    
    frameFilter?: (frame: DataFrame) => boolean

    Frame filter to specify what frames are processed by this node

    minFrames?: number
    name?: string

    User friendly name of the node Used for querying a node by its name.

    uid?: string

    Manually set the unique identifier of the node