Click to See Complete Forum and Search --> : Nucleus Detection


sathya8819
November 16th, 2009, 04:42 AM
Assume that I have a picture with info about various human cells. Some of these cells overlap each other. My aim is to detect such cells and separate them, without any loss of data. Also, I need to detect the nucleus of all cells. Can someone give me the C# code for this

cilu
November 16th, 2009, 07:18 AM
I don't think so. What you're looking for (correct me if I'm wrong) is shape recognition software. Well, at least as far as I know, this is pretty complex, and I'm not aware of general purpose solutions. Maybe there are some frameworks that can help you with that, but don't expect someone will provide you code for a task as vague as this:
Some of these cells overlap each other. My aim is to detect such cells and separate them.

Zaccheus
November 17th, 2009, 04:32 AM
Can someone give me the C# code for this
I'm sure commercial solutions for this exist, but I doubt anyone will simply give away (or even write) the code for you here. ;)

BigEd781
November 17th, 2009, 11:44 AM
I work at a company that does exactly this in the context of pathology and cilu is correct; it is very complicated. We have PhDs who work on this kind of thing for us. If you have to ask for code samples you are nowhere near ready to take this on.