New
v0.26.0
New features
- Add
AverageHashby @cospectrum - Add
PHashby @cospectrum in https://github.com/image-rs/imageproc/pull/709 - Make
hough::intersection_pointspublic by @theotherphil in https://github.com/image-rs/imageproc/pull/613 - Color Bilateral Filter by @ripytide in https://github.com/image-rs/imageproc/pull/606
- Parallel Pixel Maps by @ripytide in https://github.com/image-rs/imageproc/pull/602
- Add
filter_map_parallelby @ripytide in https://github.com/image-rs/imageproc/pull/642 - Add compose module and functions by @ripytide in https://github.com/image-rs/imageproc/pull/662
- Add rotation module and functions by @ripytide in https://github.com/image-rs/imageproc/pull/669
- Add
replace()andoverlay()functions by @ripytide in https://github.com/image-rs/imageproc/pull/666 - Expand
stetch_contrast()to color images also usingu8by @ripytide in https://github.com/image-rs/imageproc/pull/670 - Flood-fill by @tkallady in https://github.com/image-rs/imageproc/pull/684