GithubHelp home page GithubHelp logo

Comments (5)

ljod avatar ljod commented on June 30, 2024

Also the filters for island removal etc are old Slicer ones. Orjan was going to replace with current vtk ones to test if it fixes issues, but he did not have time. I recommend removing use of Slicer specific vtk classes here.

from slicerdmri.

ihnorton avatar ihnorton commented on June 30, 2024

The two Slicer-specific filters are:

  • vtkITKNewOtsuThresholdImageFilter
  • vtkImageConnectivity (for island removal)

The first can likely be replaced with http://www.itk.org/Doxygen/html/itkOtsuThresholdImageFilter_8h.html

For the second, the closest I've found so far in VTK proper vtkImageThresholdConnectivity. I'll test it and see.

Another option, not yet in VTK mainstream, is a filter from David Gobbi described here and here (mailing list). It looks self-contained, so we could copy it over until it is available in VTK.

(please let me know if I missed an existing filter that you are aware of / discussed with Orjan)

from slicerdmri.

ljod avatar ljod commented on June 30, 2024

You didn't miss anything I'm aware of.

Lauren

from slicerdmri.

ljod avatar ljod commented on June 30, 2024

I'm glad this is merged. Do we have any tests with varied test data?

from slicerdmri.

ihnorton avatar ihnorton commented on June 30, 2024

Added to checklist for closing this issue.
(the current "test" is a comparison of static images, doesn't run module at all).

from slicerdmri.

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.