C++:void HoughLinesP(InputArray图像,OutputArray线,双rho,双θ,int门限,双minLineLength=0,双重maxLineGap=0 )
我很难理解下面的参数。有人能像对假人那样解释一下吗?
threshold – Accumulator threshold parameter. Only those lines are returned that get enough votes ( >\texttt{threshold} ).发布于 2015-07-27 05:03:15
https://stackoverflow.com/questions/31644066
复制相似问题