7 releases (4 breaking)

0.5.1 Sep 5, 2023
0.5.0 Jul 12, 2023
0.4.0 Feb 17, 2022
0.3.0 Nov 24, 2021
0.1.0 Mar 24, 2019

#446 in Images

Download history 71/week @ 2024-08-02 95/week @ 2024-08-09 106/week @ 2024-08-16 156/week @ 2024-08-23 80/week @ 2024-08-30 77/week @ 2024-09-06 107/week @ 2024-09-13 171/week @ 2024-09-20 305/week @ 2024-09-27 175/week @ 2024-10-04 130/week @ 2024-10-11 168/week @ 2024-10-18 157/week @ 2024-10-25 70/week @ 2024-11-01 78/week @ 2024-11-08 148/week @ 2024-11-15

477 downloads per month

MIT/Apache

750KB
3.5K SLoC

ndarray-vision

Build Status License:MIT Coverage Status

This project is a computer vision library built on top of ndarray. This project is a work in progress. Basic image encoding/decoding and processing are currently implemented.

See the examples and tests for basic usage.

Features

  • Conversions between Grayscale, RGB, HSV and CIEXYZ
  • Image convolutions and common kernels (box linear, gaussian, laplace)
  • Median filtering
  • Sobel operator
  • Canny Edge Detection
  • Histogram Equalisation
  • Thresholding (basic, mean, Otsu)
  • Encoding and decoding PPM (binary or plaintext)

Performance

Not a lot of work has been put towards performance yet but a rudimentary benchmarking project exists here for comparative benchmarks against other image processing libraries in rust.

Dependencies

~3–13MB
~180K SLoC