@openhps/opencv
    Preparing search index...

    Interface SURFDetectorPrams

    interface SURFDetectorPrams {
        extended?: boolean;
        hessianThreshold?: number;
        nOctaveLayers?: number;
        nOctaves?: number;
        upright?: boolean;
    }
    Index
    extended?: boolean
    hessianThreshold?: number
    nOctaveLayers?: number
    nOctaves?: number
    upright?: boolean