I have image processing toolbox 8.3 but still "imfindcircles" don't work. What can I do ?

조회 수: 1 (최근 30일)
I need to detect circles in real time video for my project.
But every time I am trying to run "imfindcircles" function on my PC, I have encountered the following error. I have tried MATLAB 2012a, 2012b & 2013a for only this function but no result.
Even the example in the MATLAB help don't run!.
The error is:
Undefined function 'chaccum' for input arguments of type 'double'.
Error in imfindcircles (line 170) [accumMatrix, gradientImg] = chaccum(A, radiusRange, 'Method',method,'ObjectPolarity', ...
Please help me out
  댓글 수: 2
Nitin
Nitin 2014년 3월 20일
The problem seems to come from the function 'chaccum'?
Khairul Bashar Syed
Khairul Bashar Syed 2014년 3월 23일
But there is nothing named "chaccum". Even I have not found anything on google on 'chaccum'

댓글을 달려면 로그인하십시오.

채택된 답변

Image Analyst
Image Analyst 2014년 3월 20일
Try which:
>> which -all chaccum
C:\Program Files\MATLAB\R2014a\toolbox\images\images\private\chaccum.m % Private to images
What do you see when you do it?
  댓글 수: 6
Khairul Bashar Syed
Khairul Bashar Syed 2014년 4월 1일
Thank you for your help. Somehow the error got fixed automatically.
Jishnu C Rajan
Jishnu C Rajan 2014년 10월 23일
for me it shows 'chaccum' not found. how to avoid this problem

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by