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

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

Completed in 99 milliseconds