一、霍夫直线变换:
opencv对应的API函数:
HoughLinesP(InputArray image, OutputArray lines, double rho, double theta, int threshold,double minLineLength=0, double maxLineGap=0 )
参数解释:
image:
一、霍夫直线变换:
opencv对应的API函数:
HoughLinesP(InputArray image, OutputArray lines, double rho, double theta, int threshold,double minLineLength=0, double maxLineGap=0 )
参数解释:
image: