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
The current ellipsoid fitting does not work well, many meta parameters have default values, which would need to be further investigated. Approaches like star dist could be used instead, but the require NVIDIA graphics cards and installed drivers.
We should try something simpler.
For each spot:
Calculate the maximum intensity.
Crop a large enough part of the image arround the spot.
appropriate blurring
Do a threshold of the surrounding area. Use halve the max. intensity as threshold.
Do a seeded watershed to remove under-segmentation.
Treat the resulting segment as a values of uniform distribution function. Calculate mean and variance of this distribution. Scale the covariance matrix by a fixed factor to make it fit when segmenting an ideal ellipsoid.
The text was updated successfully, but these errors were encountered:
The current ellipsoid fitting does not work well, many meta parameters have default values, which would need to be further investigated. Approaches like star dist could be used instead, but the require NVIDIA graphics cards and installed drivers.
We should try something simpler.
The text was updated successfully, but these errors were encountered: