jni / jni/explode-view

Better display of the "void" volume between segments

Open
#4 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
2
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Currently, any value not in a segment gets discarded. A potential alternative approach is to zoom/interpolate the volume corresponding to label 0, *and* divide it by `factor**ndim`, simulating diffusion of the image intensity as it gets stretched. This will be useful to spot missed segments as the volume expands, for example.

This approach will yield black "halos" around the objects of interest but this cannot be avoided without complex nonlinear warping, which I don't want to get into. :joy:

CC @haesleinhuepf — this is a case where Clesperanto will *certainly* be much faster than ndimage.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.