I have timelapse images of moving mammalian cells from a cell culture and I'm trying to design a tracking algorithm for the cells using Matlab. I am trying to look for an algorithm that is simple and easy to implement with low processing times. Most importantly, I would prefer to use an algorithm that requires minimal mathematical understanding. So far, I found that the Kalman filter is popular for motion tracking but I would like to know more about different available options for such an application. Any dynamic information or parameters that are available from the images are limited: area, centroids, etc.
I would also like to know about the exact relationship between segmentation and tracking since this is a bit unclear for me. Is segmentation a necessary preliminary step for tracking? Or is tracking possible without a segmentation step?
I would very much appreciate it if anyone could suggest any tracking algorithms which won't be too complicated to implement. Any help is appreciated.. Thanks!