Parameters on Hough to detect lines

the objects edge detection hougth [H, T, R]=hough(BW,'RhoResolution', 1, 'ThetaResolution', 1); P=houghpeaks(H,3);%'threshold');%,ceil(0.6*max(H(:)))); lines=houghlines(BW,T,R,P,'FillGap',4,'MinLength
相關文章
相關標籤/搜索