From: kmohan2 on
Hi,

I have the following problem,

I have a sequence of images of moving cells, some of the cells try to
merge and split in subsequent frames. In order to track their movement
I tried to label the cells in each of the frames and tried to track
their centroid positions. Now the problem is my labelling for each
cell varies from frame to frame, due to which my tracks are
inaccurate.
How should I tackle this problem, what should I do so that I assign
unique ID's to each of the cells and at the same time monitor the
process of cell splitting and merging.