Searched refs:thresholdStep (Results 1 – 3 of 3) sorted by relevance
89 thresholdStep = 10; in Params()119 thresholdStep = fn["thresholdStep"]; in read()148 fs << "thresholdStep" << thresholdStep; in write()315 …(double thresh = params.minThreshold; thresh < params.maxThreshold; thresh += params.thresholdStep) in detect()
94 pDefaultBLOB.thresholdStep = 10; in main()
525 CV_PROP_RW float thresholdStep; member