Help Analyzing Image for Specific Shapes & Colors (Summer Research Internship)
Show older comments
I'm a rising senior in college and am doing research this summer at a cancer research institution and have been asked to use Matlab. I have used it in previous, unrelated research before, and am stumped by the following task:
Time lapse pictures are taken of a cell culture in a petri dish to understand rate of cell death. Cells and the dish itself are in black and white, but when a cell dies, it becomes a neon green. I have been asked to find a way for matlab to: - Count how many cells there are in a given picture - Count how many colored blobs there are (in the picture below, there'd be 9 purple blobs)
I cannot share a picture because it is confidential to the institution I work at, but imagine it looks something like this :
Can this be done by matlab? Would you do even try to attempt this? I was given this task late today so I haven't had a chance to create any code except for a scrap of an attempt.I ideally want to load a picture, go pixel by pixel and analyze it for its RGB value. Those with a high enough 'G'value (stains are green in my experiment, not purple) will be saved in a matrix, so then I can plot them again. But I have no idea how to get teach it the difference between the cells and a background virtually indistinguishable, let alone asking how many cells there are in a given picture.
Sorry as this is probably not the type of question you get on here. Any advice would be so greatly appreciated :)
Please let me know what further information I can provide!
Accepted Answer
More Answers (0)
Categories
Find more on Blue in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!