Community Profile

photo

Daddydeno


Myanmar Engineer

2017년부터 활동

Electronic Engineering from Myanmar

통계

  • Thankful Level 1

배지 보기

Content Feed

보기 기준

질문


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

1

답변