Home
last modified time | relevance | path

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

/external/opencv3/samples/cpp/tutorial_code/ImgTrans/
DHoughCircle_Demo.cpp26 const int maxAccumulatorThreshold = 200; variable
88 …kbar(accumulatorThresholdTrackbarName, windowName, &accumulatorThreshold, maxAccumulatorThreshold); in main()