Locating particles for nanoparticle tracking
<p>In order to perform <a class="wikilink" href="/nanoparticle_tracking_analysis/">nanoparticle tracking analysis</a> on a set of images, one must locate the particles. </p>
<p>There are different ways of locating bright spots on an image. In <a class="litnote tooltip" href="/literature/@crocker1996">@crocker1996<span class="tooltiptext">Methods of Digital Video Microscopy for Colloidal Studies</span></a> they suggest using gray dilation because:</p>
<blockquote>
<p>It provides a clear implementation of the regional maximum selection criterion</p>
</blockquote>
<p>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. </p>
<p>The results of the gray dilation are therefore first estimates.</p>
Backlinks
These are the other notes that link to this one.
Comment
Share your thoughts on this note. Comments are not public, they are
messages sent directly to my inbox.