Skip to content

StarDist

基于星形凸多边形的细胞核和细胞分割方法,使用深度学习预测每个像素到 边界的距离。该方法对密集排列的细胞核分割效果优异,常用于组织切片图像分析。

PropertyValue
Purpose基于星形凸多边形的细胞分割
Time ComplexityO(p)
Space ComplexityO(p)
Year2018
DifficultyIntermediate
LanguagesPython
CategorySpatial Omics

Complexity Analysis

  • Time Complexity: O(p)
  • Space Complexity: O(p)

Performance Insight: The time complexity of this algorithm is polynomial.

Note: Complexity analysis is based on theoretical models. Actual runtime is affected by input scale, hardware, and implementation optimizations. Benchmark for your specific workload.

Literature & Implementation

Cellpose · Mesmer · Ilastik

Tags

segmentation deep-learning cell-nuclei star-convex

Released under the MIT License.