image-conv

[![Status](https://img.shields.io/badge/status-active-success.svg)]() [![GitHub Issues](https://img.shields.io/github/issues/gp-97/image-conv.svg)](https://github.com/gp-97/image-conv/issues) [![GitHub Pull Requests](https://img.shields.io/github/issues-pr/gp-97/image-conv.svg)](https://github.com/gp-97/image-conv/pulls) ![Crates.io (version)](https://img.shields.io/crates/dv/image-conv/0.1.1)

A high performance Rust library for image convolution.

Some example ouputs

|Original| |--------| |Original|

|Sobel-X|Sobel-Y| |-------|-------| |Sobel-X|Sobel-Y|

|Scharr-X|Scharr-Y| |--------|--------| Scharr-X|Scharr-Y|

|Laplacian|Median| |-------|------| |Laplacian|Median|

|Gaussian|Denoise| |---------|-------| |Gaussian|Denoise|

Example usage