-->

Show the accumulator result after use houghcircles

2019-08-15 02:21发布

问题:

Please I want to draw accumulator output for opencv hougcircles function. . The function run ok and detected the circle (center&radius) only I want to show the accumulator for this function

The path for function Opencv\modules\imgprocs\src\hough.cpp The function name for hough circle icvHoughCirclesGradient the parameter for accumulator is "accum".

Any help please Thanks