Skip to content

v0.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@tiffany1618 tiffany1618 released this 10 Feb 05:04
· 80 commits to main since this release
38ca9f0

Structural Changes

  • Moved all core submodules to be directly under the core module
  • Moved enum submodule out of the util module and into its own module

New Functions

  • core::gamma
  • core::median_filter
  • core::alpha_trimmed_mean_filter
  • core::bilateral_filter
  • util::summed_area_table
  • util::rectangular_intensity_sum
  • util::math::generate_spatial_mat
  • util::math::gaussian_fn
  • image::SubImage::to_vec

Bug Fixes

  • Fixed bug in core::xyz_to_lab