Daddydeno
Myanmar Engineer
2017 年からアクティブ
Followers: 0 Following: 0
Electronic Engineering from Myanmar
統計
MATLAB Answers
1 質問
0 回答
ランク
of 154,207
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
I am studying object detection using circular hough transform and I could not understand why this part of a code gives error "??? Undefined function or method 'circle_hough' for input arguments of type 'double'." Can you please figure out?
>> I = imread ('RBC_5.png'); I2= rgb2gray(I); I3= histeq(I2); img= uint8(I3); figure, imshow(I); figure, imshow(img);...
7年以上 前 | 1 件の回答 | 0