【发布时间】:2015-07-27 02:21:05
【问题描述】:
C++: void HoughLinesP(InputArray image, OutputArray lines, double rho, double theta, int threshold, double minLineLength=0, double maxLineGap=0 )
我很难理解下面的参数。有人可以像对傻瓜类型的东西一样解释它吗?
threshold – Accumulator threshold parameter. Only those lines are returned that get enough votes ( >\texttt{threshold} ).
【问题讨论】: