Automatic thresholding of each image in a time series and z-stack based on image intensity properties and accounting for bleaching.
Show older comments
I have a series of images of cells taken in time series and z-stacks. I'm trying to threshold for the cell unfortunately there is bleaching and i cant use the same value through the whole series. I tried using linspace to generate threshold values based on the first and last images which i found by trial and error. However the cell seems to be bleaching in some kind of exponential and the linspace obviously does not account for that. I have also tried using stdfilt and medianfilt2 to reduce the noise, but this doesnt seem to help either.
Is there anyway that i can generate threshold values for the cell based on the intensity? the link above is among the most bleached of images I cannot use mat2gray because its also a z-stack and i only want those images that are actually in focus.
thanks for your help!
Accepted Answer
More Answers (1)
gargoyle
on 6 Jan 2012
0 votes
Categories
Find more on Biomedical Imaging in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!