Disable volumetric interpolation?
See original GitHub issueIs it possible to represent each point in the 3d numpy array by a cube (or rectangular prism) when using volshow
? Similar to interpolation=None
in matplotlib’s imshow
.
I have a function of three discrete variables I’d like to represent.
Thanks! Oliver
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Disable volumetric interpolation? · Issue #154 - GitHub
I am working on geometry modelling with signed distance functions and for teaching purposes, I usually visualize them as a 3D grid of...
Read more >DICOM viewer - non-volumetric images - 3D Slicer Community
Hi, I want to upload non-volumetric DICOM images to the viewer for ... use multiple orthogonal views) then you can disable interpolated view ......
Read more >Volumetric Lightmaps | Unreal Engine 4.27 Documentation
The Volumetric Lightmap is interpolated efficiently on the GPU per-pixel allowing accurate indirect lighting for dynamic objects and volumetric fog. Positions ...
Read more >Volumetric interpolation of tomographic sequences for ...
Methods:In this paper, volumetric image interpolation methods, devised to increase the axial resolution of tomographic sequences and achieve a refined 3D ...
Read more >Volume rendering - 3D Slicer documentation - Read the Docs
Interpolation : Linear (default for scalar volumes) or nearest neighbor (default for labelmaps) interpolation. · Shade: Enable/Disable shading. Shading uses light ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Is it as easy as setting some
LinearFilter
to beNearestFilter
to change the 3D texture lookup, maybe here? If it’s easy to try go ahead, otherwise you’ll need to wait to hear back from someone who knows what they are talking about 😃First of all congratulations to all the devs of ipyvolume, really an amazing package!
Maybe I’m late to the party, but I just stumbled upon this question now (looking for an answer if the colormap in
volshow
can be as easily changed as in matplotlib’simshow
?). I am working on geometry modelling with signed distance functions and for teaching purposes, I usually visualize them as a 3D grid of colored dots, could easily be done with ipv’s scatter plot!