Daddydeno
Myanmar Engineer
自 2017 起处于活动状态
Followers: 0 Following: 0
Electronic Engineering from Myanmar
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 years 前 | 1 个回答 | 0