Home
last modified time | relevance | path

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

/external/opencv3/samples/cpp/tutorial_code/ImgTrans/
DHoughCircle_Demo.cpp29 …void HoughDetection(const Mat& src_gray, const Mat& src_display, int cannyThreshold, int accumulat… in HoughDetection() argument
37 Mat display = src_display.clone(); in HoughDetection()