Medical image viewer #4201
Replies: 7 comments 4 replies
-
Cool, do you plan to put this in a package? |
Beta Was this translation helpful? Give feedback.
-
Yes ultimately yes I am working on integration of hdf5 filesystem in a distributed manner and apply some algorithms for segmentation - still work in progress |
Beta Was this translation helpful? Give feedback.
-
btw, there is an under documented |
Beta Was this translation helpful? Give feedback.
-
Thanks! I will investigate it |
Beta Was this translation helpful? Give feedback.
-
I see It got reactivated as a discussion, Back in 2021 I had huge problems with speed of makie to enable scrolling through 3d data fast enough to be smooth ( it may no longer be the issue) hence the package MedEye3d was developed, and now it is during the process of introducing multiple improvements thanks to Google summer of Code program. If anybody is interested about it you can reach out to me :) |
Beta Was this translation helpful? Give feedback.
-
It would be pretty cool to get MedEye3D to interface with Makie, maybe as a |
Beta Was this translation helpful? Give feedback.
-
From rendering perspective image is a texture (or series of textures) displayed on 2 triangles that create rectange, during scroll one just update texture data and the shader is responsible for clipping (for radiological window) overlay (display simultaneously images of different modalities and annotation) . Additionally medeye is capturing keyboard via glfw as it has some shortcuts, and mouse position for annotation. Would be nice to get makie integration- do you think in such case it is possible to do? |
Beta Was this translation helpful? Give feedback.
-
I post here not as a problem but so it can be used by others, If You will consider it interesting and would like to help me develop idea father contact me
I finally managed it basically I load 3 dimensional data stored in hdf5 (I loaded it into hdf5 from raw using python)
It enables viewing transverse slices and annotate 3d pathes in a mask that will be displayed over main image
Now definition of the required modules
and helper methods
Beta Was this translation helpful? Give feedback.
All reactions