Prev: Conversion from narxsp to parallel form
Next: Regarding automatic two black points detection using Matlab (.m) file
From: Nicolas on 21 Jun 2010 20:14 Hi everyone, My name is Nicolás, and I am from Argentina. I'm am working in a project where the function "imcontour" has a central role. I need to fully understand how this function works and if possible the .m file of the function. I have search in google but the only things I can find are explanations about the "contour" function like the one that the Matlab help has...I need a brief but complete explanation about how the isolines are calculated in a grayscale image. Thanks in advance, Nicolás
From: Steven Lord on 22 Jun 2010 11:44
"Nicolas " <nicofernandezlong(a)hotmail.com> wrote in message news:hvov90$6m3$1(a)fred.mathworks.com... > Hi everyone, > My name is Nicol�s, and I am from Argentina. I'm am working in a project > where the function "imcontour" has a central role. I need to fully > understand how this function works and if possible the .m file of the > function. edit imcontour It looks like it's basically a bit of error checking followed by a call to CONTOUR. -- Steve Lord slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ To contact Technical Support use the Contact Us link on http://www.mathworks.com |