Re: Object Identifier Question
Posted by Albert Cardona on Feb 21, 2007; 8:12pm
URL: http://imagej.273.s1.nabble.com/Object-Identifier-Question-tp3700275p3700276.html
Dan,
"Objects" in an image are in the eye of the beholder, or what is the
same, in the adjument parameters of your segmentation algorithm. There
is no silver bullet.
If you fine-tune your plugin to a particular set of images, then you may
be able to predefine the minimum and maximum size of objects as they
appear given a certain threshold.
Or, you can iterate all possible thresholds and then keep the set of
objects that fits your predefined model of what should be in the image,
whatever that model is.
Hope it helps.
Albert