Home
last modified time | relevance | path

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

/external/opencv3/samples/cpp/tutorial_code/ImgTrans/
DHoughCircle_Demo.cpp19 const std::string cannyThresholdTrackbarName = "Canny threshold"; variable
87 createTrackbar(cannyThresholdTrackbarName, windowName, &cannyThreshold,maxCannyThreshold); in main()