Skip to content

Commit 93da816

Browse files
authored
Merge pull request #19 from UKDRI/submission/new-discovery
New Package Discovery Submission
2 parents c2a295b + c78a600 commit 93da816

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Fastremap
3+
date: 2025-02-24
4+
author: Christina Maat
5+
categories: ["array handling?"]
6+
description: "Renumber and relabel Numpy arrays at C++ speed and physically convert rectangular Numpy arrays between C and Fortran order using an in-place transposition. (https://github.com/seung-lab/fastremap)"
7+
---
8+
9+
## Problem Solved
10+
Relabeling large segmented images (could be anything, but in my case confocal microscopy images)
11+
12+
## Additional Resources
13+
- Source Code: [https://github.com/seung-lab/fastremap](https://github.com/seung-lab/fastremap)

0 commit comments

Comments
 (0)