Giter Club home page Giter Club logo

Comments (4)

marcomusy avatar marcomusy commented on August 24, 2024

Thanks for the clear explanation of the issue.
Unfortunately the task is not a trivial one at all if by segmentation you mean assigning labels to spatially separated regions of voxels which may have similar scalar value. Or you already have such a labeling/segmentation (maybe in the form of different files for different structures?)
If you still have to work out the segmentation I would definitely look into 3D Slicer first.

-What would be the best practices in Vedo for implementing such a clustering / segmentation approach?

-Are there any existing tools or methods within Vedo that can help achieve this objective more efficiently?

-Can you provide examples or documentation that might help in understanding how to apply these techniques within Vedo?

A trivial way to segment a volume would be the one based on the scalar value.
I suggest you look at examples:

examples/volumetric/colorize_volume.py
examples/volumetric/read_volume1.py
examples/volumetric/interpolate_volume.py

from vedo.

ivishalanand avatar ivishalanand commented on August 24, 2024

At this point, I don't want to label anything specifically. I just want to separate regions of voxels that have similar scalar values. Let's say we choose a scalar value of S and a threshold of ±s. For a preliminary test, I want to plot the 3D representation of all volumes that have a scalar value within S±s. ( assuming that similar organs/nerves/ glands will have their different S and s. values

Also I saw some compute_clustering() function that can be done via vedo. Is there any way I can get these S values by some clustering algorithm already implemented vedo?

If you still have to work out the segmentation I would definitely look into 3D Slicer first.

  • I did look up 3d slicer, and was able to get to get the segmentation parts via some AI model. But the problem with that is its still not precision perfect and the edges may be smoothened which doesn't give very good insights. It can give a good insight about the overall rough approximated segmentation, But for my use case, the precision of exactly where one organ meets another or where any blood vessels touch something else is imp. this info is lost in Ai predicted stuff.

I therefore came through vedo, which doesn't loose much info while modeling in 3D.
here is my experience with 3D Slcier for my case. Its not very accurate in AI modeling
image

from vedo.

marcomusy avatar marcomusy commented on August 24, 2024

For a preliminary test, I want to plot the 3D representation of all volumes that have a scalar value within S±s. ( assuming that similar organs/nerves/ glands will have their different S and s. values

Sorry for the late reply (i'm on a conference this week).
In principle that should be very easy, you should be able to do it by thresholding (creating a volume that has only pass a specific value and setting all the rest to zero (or any other value).
The method is called threshold() and examples/volumetric/interpolate_volume.py shows how to use it.

from vedo.

ivishalanand avatar ivishalanand commented on August 24, 2024

Thanks! :)

from vedo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.