From: ImageAnalyst on 22 Jan 2010 06:24 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 27 Jan 2010 21:36 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 27 Jan 2010 22:40 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 27 Jan 2010 23:12 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 28 Jan 2010 06:08 I have no idea what "the basic stamp" is. Please define.
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 4 Prev: xlsread error Next: Repetitions, starting ending index and repeated value |