@openhps/opencv
    Preparing search index...

    Interface AGASTDetectorProps

    interface AGASTDetectorProps {
        nonmaxSuppression?: boolean;
        threshold?: number;
        type?: number;
    }
    Index
    nonmaxSuppression?: boolean
    threshold?: number
    type?: number