would you please give me a reason, why while i compile from any example on your program, i got this error
??? Maximum recursion limit of 500 reached. Use set(0,'RecursionLimit',N)
to change the limit. Be aware that exceeding your available stack space can
crash MATLAB and/or your computer.
Error in ==> imbmpinfo>decodeCompression
I'm using matlab 7.8 (2009a)
there's no problem while i try to call
Hello, I really need your help. I'm trying to detect the circle center of those red ball images but I can't find the correct parameters to make CircularHough_Grd to work. Thank you in advance, it's kinda urgent. It used to work perfectly on 160x120 images but now that those are 640x480 it fails.
Here is my code:
x = 90;
%% Read images
%images[];
for n=1:(numel(x)/3)
images{n} = imread(sprintf('%d.jpg',n));
end