You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running Mosaic Particle Tracker for 2D spots location of GFP and RFP tags in fluorescence microscopy images. I realised that previous to estimation of point locations and its refinement, all pixel intensity values I are normalised as (I - I min) / (I max - I min), being I max and I min the global maximum and minimum, respectively (Sbalzarini, 2005).
Here are my questions:
Is this normalisation relevant only when tracking spots along a movie? Or it make sense also in single-frame images?
What would be the effect of this global normalisation when calculating central moments of intensity between two-channel images?
In the case of two-channel stacks (red / green), where each stack has different global maxima, how this would affect the grouping of spots according to m0-m2?
Thanks!
Altair
The text was updated successfully, but these errors were encountered:
Well, in Particle Tracker (PT) this normalization is needed since it makes optimization process (linking stage) much more reliable and correct - we would not want to m0 to have extreme values and dominate (or on the other hand be negligible) in compare to other quantities that are taken into account during linking (like position of particles, their speed etc.).
Normalization of single-frame image has often much sense but it depends on use of such image (it is needed for example for CNN etc.).
I'm not able to answer if comparison of m0-m2 between two-channel images have sense or not. In many cases it would do the job but in many other not.
Just to clarify - let's consider m0 only. By its definition m0 equals to sum of the pixel intensities within given radius (in PT it is a sum of pixel intensities on restored image). The question is what information is kept in both channels - are they somehow correlated which would mean that the brighter m0 is in one channel the brighter m0 is in other channel?
Anyway - probably you should contact author of the paper that this plugin is based on to get better answer. Here is a page with contact to Prof. Ivo Sbalzarini.
Hi there,
I am running Mosaic Particle Tracker for 2D spots location of GFP and RFP tags in fluorescence microscopy images. I realised that previous to estimation of point locations and its refinement, all pixel intensity values I are normalised as (I - I min) / (I max - I min), being I max and I min the global maximum and minimum, respectively (Sbalzarini, 2005).
Here are my questions:
Is this normalisation relevant only when tracking spots along a movie? Or it make sense also in single-frame images?
What would be the effect of this global normalisation when calculating central moments of intensity between two-channel images?
In the case of two-channel stacks (red / green), where each stack has different global maxima, how this would affect the grouping of spots according to m0-m2?
Thanks!
Altair
The text was updated successfully, but these errors were encountered: