Skip to content

FluxSmooth, Optimized TemporalSoften and TemporalMedian, RG Mode 24

Compare
Choose a tag to compare
@adworacz adworacz released this 25 Apr 03:22
· 61 commits to master since this release

Major changes:

  • Add FluxSmooth support
  • Substantially improve the performance of TemporalSoften
  • Update TemporalMedian to use compile-time generated sorting networks,
    which also leads to execellent performance for all radii.
  • Add scalep support to all filters, for optional parameter scaling.
  • Implement RG Mode 24 (which I missed in v0.1)
  • General code cleanup
  • More unit tests
  • Refactored the README a bit with tables to improve readability.