Analysis code
收藏DataONE2016-06-08 更新2024-06-26 收录
下载链接:
https://search.dataone.org/view/sha256:53b0d0babf70a04f05f0f87c956cdd22fc1a797d65538ee1fbd1a4de089a0171
下载链接
链接失效反馈官方服务:
资源简介:
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++.
创建时间:
2023-11-21



