BlobsDemo
Image Processing Tutorial to demonstrate the basic concepts to beginner users.
Author: Image Analyst
Ok let's forget about GUI, I am not even sure if I need to use it. The reason I asked if I can get more than one image read is than after I modified the code I got my the centroids of all objects in the images. The results are in vector form [x y]. For example
[29 134]. I want to make a loop going through all images and objects in them, reading those measurements. Can you give me an advice? Thank you
25 Jan 2010
BlobsDemo
Image Processing Tutorial to demonstrate the basic concepts to beginner users.
Author: Image Analyst
Ok I did as you said Image Analyst.I got some errors. Now do I only use 1076 - 1164 code or the whole Magic code which is huge? And another thing how do I select images from a folder? Do I need to put that into the code? Thank you
23 Jan 2010
BlobsDemo
Image Processing Tutorial to demonstrate the basic concepts to beginner users.
Author: Image Analyst
Thank you for your reply Image Analyst. Yes, I know that I need to make changes according to the pictures regarding threshold etc.. What I don't understand is how to plug that code into AnalyzeSingleImage(). Is it possible for you to send me the example on testbest1@yahoo.com. Thank you
17 Jan 2010
BlobsDemo
Image Processing Tutorial to demonstrate the basic concepts to beginner users.
Author: Image Analyst
Great Work Image Analyst, very useful indeed. I want to ask one question: is there any chance that it can be applied to more than one image simultaniously? And if there is how can it be done. Thank you
Hey, can someone send me the complete code as I got some errors trying to run that one. I can't find out why. My e-mail is testbest1@yahoo.com. It would be really appreciated. Thank you
Sir i have downloaded the code and run it in matlab 7.8 (R2009a). it gives me the following error, can u correct it plzz ???
>> run
input video
??? Error using ==> aviread at 73
Unable to locate decompressor Indeo5 to decompress video stream.
See Mathworks Technical Solution 1-4G50QZ for more info.
Error in ==> run at 5
avi = aviread('samplevideo.avi');
Thanks.
Comment only