Analysis code
收藏NIAID Data Ecosystem2026-03-09 收录
下载链接:
https://doi.org/10.7910/DVN/CHOTF0
下载链接
链接失效反馈官方服务:
资源简介:
Python and C++ code for analysis of image data, including: A contour finding algorithm written in C++ and made accessible in Python using Ctypes. Compile the C++ code by running the "compile_contours" shell script, and access the library in python using "find_contours.py". A curvature measuring algorithm, for measuring the curvature of the raw contour data, "curvature_algorithm.py". A peak fitting algorithm for measuring the intensity of fluorescent receptor clusters, "fit_peak.py". The Python code depends on both Numpy and Scipy. Compilation of the contour algorithm requires g++.
创建时间:
2016-06-08



