Hi Unknown,
A few remarks.
Your images are quite ridden with artifacts from the jpeg compression. If you are taking the images, I would recommend you use a RAW format from your camera.
Why do you remove the background? Are there inhomogeneities in it?
Better than doing an RGB deconvolution, what I have seen works OK if converting your image to CIELab (Image->Type->Lab Stack)
Then set a threshold on the second (a*) channel.
run("Lab Stack");
setSlice(2);
run("Gaussian Blur...", "sigma=2 slice");
setAutoThreshold("Moments dark");
run("Analyze Particles...", "size=200-Infinity exclude clear add slice");
If you run the above code, it looks close to what you want.
Best
Oli
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html