From: ImageAnalyst on
You probably didn't choose your thresholds correctly. Sounds like
your background is being considered as an objects. Make your
thresholds go from 0 to 100 (or whatever) instead of 100 to 255. Read
the comments - it says that if your objects are darker than the
background (like yours are) then you have to reverse your thresholds.
The objects in the demo were brighter than the background that's why
they went from 100 to 255 instead of 0 to something. Post your code.
From: Reff on
I get the threshold image. Now i just do only one image and get the result. Should i modify the program or just use all of the program?
Thanks
From: ImageAnalyst on
Yes, modify the program to do what you want - unless what you want is
exactly what the demo does (but I doubt that).
From: Reff on
Now my image is one chili with white background. After process the image, the data will be send to the basic stamp. Can i know all the step in Matlab before it can proceed with the basic stamp?
Thanks
From: ImageAnalyst on
I have no idea what "the basic stamp" is. Please define.