Crates.io | ndarray-image |
lib.rs | ndarray-image |
version | 0.3.0 |
source | src |
created_at | 2019-08-18 04:59:34.468776 |
updated_at | 2021-01-14 17:03:35.982372 |
description | Zero-copy conversion between ndarray and image crates |
homepage | |
repository | https://github.com/rust-cv/ndarray-image |
max_upload_size | |
id | 157763 |
size | 32,757 |
Allows conversion between ndarray's types and image's types
This crate allows zero-copy conversion between ArrayView
from ndarray
and ImageBuffer
from image
.
red_put
example