Locating particles for nanoparticle tracking

First published:

Last Edited:

Number of edits:

In order to perform nanoparticle tracking analysis on a set of images, one must locate the particles.

There are different ways of locating bright spots on an image. In @crocker1996Methods of Digital Video Microscopy for Colloidal Studies they suggest using gray dilation because:

It provides a clear implementation of the regional maximum selection criterion

The idea of gray dilation is that one replaces the each pixel by the maximum in a defined area. Therefore there is only one free parameter, the size of the sliding window. To locate the maxima one only needs to find those pixels in which the value of the gray dilation are the same as those of the original image. This procedure will locate any local maximum provided that the image is not saturating. It will also do not discriminate a single-pixel maximum and a proper blob.

The results of the gray dilation are therefore first estimates.


Comment

Share your thoughts on this note
Aquiles Carattino
Aquiles Carattino
This note you are reading is part of my digital garden. Follow the links to learn more, and remember that these notes evolve over time. After all, this website is not a blog.
© 2021 Aquiles Carattino
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License
Privacy Policy