Skip to content

SNT-4.0.0

Compare
Choose a tag to compare
@tferr tferr released this 20 Sep 04:13

Major rewrite of core functions to support ImgLib2 data structures, with many improvements to tracing algorithms

Highlights (non-exhaustive):

  • Tracing:
    • Faster (up to 30x!) path finding searches (see #59 for some benchmarks)
    • Ability to mix and match cost functions, heuristics, and search strategies
    • Added a new probabilistic cost function
    • Imagery is now represented and handled internally using imglib2 data structures, providing the ability to perform searches over arbitrary RandomAccessibleIntervals. This sets the stage for future integration with BigDataViewer and sciview
    • Improved multi-scale enhancement filters (see #59 for details)
    • Support for real-time local filtering of the image during A*-search
    • Adaptive, local image statistics computations used by searches (optional), enables tracing over large volumes where computing the entire image statistics is prohibitive
    • Preliminary support for tracing and filling of arbitrarily large image volumes via scripting

Misc:

  • Various UI improvements, including the new computation settings panel and improved Fill Manager interface
  • Several breaking API changes
  • Several bug fixes

Full Changelog: 3.1.108...SNT-4.0.0