dchaley / deepcell-imaging

Tools & guidance to scale DeepCell imaging on Google Cloud Batch
8 stars 2 forks source link

Generalize fast-hybrid to n-dimensional arrays #181

Closed dchaley closed 5 months ago

dchaley commented 5 months ago

Refactors the fast-hybrid algorithm to support n-dimensional arrays.

See PR commits for step-by-step refactors from memory views & row/col indexing, into general C pointer indexing.

Fixes #118 Fixes #171

Commits from Mar 22, 2024 paired with Weihao