Entering edit mode
Kevin
▴
40
@kevin-5879
Last seen 10.3 years ago
Hello,
I have recently started to test out EBImage to see if it is suitable
to analyze some biological image data I have. I need to measure the
relative intensity of fluorescent data on lipid membranes of a cell-
like structure (the edge of an object, almost perfectly round). One
problem I am having is that I can only find some predefined functions
that will give me the average intensity of an object that is found
after segmentation. Instead I want to be able to find the minimum and
maximum intensity levels in that object and in some number of pixels
around the max and min. I would also like to know which pixels these
are.
I could possibly write my own function to do this if there is nothing
available in EBImage to do this. I was thinking of doing a search on
the bitmap image after segmentation to find the pixels where 0 is next
to a non 0 value and then from that identify the max and min intensity
values in the grayscale image.
Thank you.
Kevin
[[alternative HTML version deleted]]