-
```
When using the Slice3DViewer's Controls to manually pick points, the
coordinates are limited to discrete voxel indices. In the case of low
resolution (large voxels) and strongly anisotropic data…
-
```
When using the Slice3DViewer's Controls to manually pick points, the
coordinates are limited to discrete voxel indices. In the case of low
resolution (large voxels) and strongly anisotropic data…
-
siibra Point objects may - though in rare cases - have been initialized with `space=None`.
The current siibra implementation of `Point` will fail at several places, since it often assumes `Point.sp…
-
```
Provide 2 options to NPAIRS users:
(i) allow thresholding to automatically determine mask a la PLS
(ii) if no mask is included and thresholding is either not chosen or set to 0,
let all voxels be…
-
Users may only want to apply the Match Crystallography filter to a specific set of voxels based on a criteria.
What to do with points that are skipped? They might be valid? This could lead to insta…
-
Hi, this is a great tool, thanks so much for developing it!
I'm trying to convert my segmentations into a label image for further analysis, but am really struggling with the conversion. My current…
-
A very useful quality-of-life change would be a shortcut to toggle whether the current camera is orthographic.
Quickly switching between perspective and orthographic mode is helpful for visually se…
-
真实的三维CT volume数据是` img.mat`,你通过`def get_voxels(self, geo: ConeGeometry)`函数得到三维体素网格的坐标,然后输入网络得到坐标对应的density。那请问一下get_voxels得到的三维体素坐标和img.mat是如何对应上的,他们对应的是同一个世界坐标位置吗?
![image](https://github.com/user…
-
when I try to inference bevfusion model on more than 800000 points, an error occurred and core dumped:
CUDA Runtime error cudaStreamSynchronize(stream) # an illegal memory access was encountered, …
-
supporting the nibabel conform functionality rather than the limited Freesurfer implementation could have benefits.
Specifically, the ability to supply “outDim” as an array and “outMM” as an array …