各位前輩好:
因為想測試一下hough transformation的效果
我輸入了一張bmp的圖片
先用uint8()轉成uint8的格式
再使用內建的hough2()方法
程式碼如下:
A=imread('BG1.bmp');
Z8=uint8(A);
HC=hough2(Z8);
但卻還是出現如下之錯誤訊息:
??? Undefined function or method 'hough2' for input arguments of type 'uint8'.
Error in ==> medfliter at 6
HC=hough2(Z8);
不知道是我哪裡寫錯了嗎??
懇請前輩解惑!!!
感謝!^^
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 61.56.4.36
→
08/16 09:44, , 1F
08/16 09:44, 1F