目标跟踪【更新中...】

最近需要跟踪clathrin CCP的运动与半径,所以调研了一下多目标跟踪的方法:

首先总结一下基本工作流:

1.分割图像,将图像转为二值化样本,分割方法有太多了,根据情况而定,暂时定位分水岭分割:

https://imagej.net/Interactive_Watershed

https://scikit-image.org/docs/dev/auto_examples/segmentation/plot_regionprops.html#sphx-glr-auto-examples-segmentation-plot-regionprops-py

2.二值化图像定位质心

3.质心跟踪:

https://soft-matter.github.io/trackpy/v0.3.2/tutorial/custom-feature-detection.html

https://soft-matter.github.io/trackpy/v0.4.1/introduction.html

http://site.physics.georgetown.edu/matlab/tutorial.html

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章