Home
last modified time | relevance | path

Searched refs:thresholdStep (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/features2d/src/
Dblobdetector.cpp89 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()
/external/opencv3/samples/cpp/
Ddetect_blob.cpp94 pDefaultBLOB.thresholdStep = 10; in main()
/external/opencv3/modules/features2d/include/opencv2/
Dfeatures2d.hpp525 CV_PROP_RW float thresholdStep; member