Export 3D segments as ROI or Volumes, ImageJ compatibility #54
Replies: 3 comments 2 replies
-
Hey there @DMAlessandro , thanks for the kind notes. I'm glad to hear that VesselVio has been working for you. In my free time I've been passively working on a large codebase rework, so I think that the first and third requests will likely be possible to implement as I get to the image processing rework. At the moment, I have no plans to port VesselVio to FIJI. This isn't because it wouldn't be useful, but mainly because I just don't have the time as I'm also trying to finish up my degree. |
Beta Was this translation helpful? Give feedback.
-
So to dig down a bit more.
So at the moment, you can export csv files for each dataset that contains the size of the vessels with their other features. You could use these CSV files to isolate the features of the small capillaries. Does this address what you're wanting? Otherwise, I'd be curious to hear about the desired use case for this. The difficulty with exporting sub-volumes is that VesselVio converts the voxel-based datasets into graph-based datasets and does centerline smoothing. This means that the location of the centerline points become floats rather than ints, so they wouldn't fit into an image grid. In contrast, we could think about adding the option to create masks around the graphical vessels and converting the mask coordinates to ints. |
Beta Was this translation helpful? Give feedback.
-
This is also a great idea; there have been a few other mentions of I believe that if a user were to load a |
Beta Was this translation helpful? Give feedback.
-
Hi,
Great software, easy to use and implement in many pipelines. I'm adapting VessleVio to our light sheet microscopy data, however part of our analysis is in Imagej and it would be great to have access to the following features:
-Export segments as 3D ROIs or Volumes in ImageJ (specifically in our case we're looking for a way to filter the blood vessels by diameter and extract only capillaries 4-10microns)
-Implementation of VesselVio as a ImageJ/ FIJI suite plugin?
-Big Data handling for analysis and visualization of hierarchical data format (HDF) files (.h5)
Thank you in advance for your consideration,
Looking forward to the next updates
Beta Was this translation helpful? Give feedback.
All reactions