In the following greyscale image,I am trying to identify the objects that I have manually labelled in red. Does anyone have suggestions of how to do this?
I have attempted to use a gaussian blur and thresholding but cannot exclusively identify these particles. Would edge detection be a good approach? Any suggestions welcome.
Thanks for all the suggestions. I have investigated many approaches to this problem and the best result I have had has been using opencv with haar like features cascade classification.
I followed this tutorial, and achieved a high degree of accuracy:
http://coding-robin.de/2013/07/22/train-your-own-opencv-haar-classifier.html
Here is the result for the first two images, with some optimisation of the classifier it could be improved even further: