Crates.io | machine-vision-formats |
lib.rs | machine-vision-formats |
version | 0.1.3 |
source | src |
created_at | 2021-05-29 22:25:53.366072 |
updated_at | 2024-11-01 17:26:15.017409 |
description | Types and traits for working with raw image data from machine vision cameras |
homepage | |
repository | https://github.com/strawlab/machine-vision-formats |
max_upload_size | |
id | 403661 |
size | 58,274 |
Types and traits for working with raw image data from machine vision cameras.
This crate aims to be a lowest common denominator for working with images from machine vision cameras from companies such as Basler, FLIR, and AVT.
no_std
).pixel_format
module (e.g.
RGB8
and Mono8
) to ensure correct API use.This crate is used extensively in Strand Camera.
The list of pixel formats variants is currently limited rather limited. Please submit an issue or, better, pull request for any additions needed.
We could also address the question of how endian-ness and packed-ness are handled. Currently, these are not specified.
cargo build
cargo +nightly build --no-default-features --features "alloc"
cargo +nightly build --no-default-features
Anyone who interacts with this software in any space, including but not limited to this GitHub repository, must follow our code of conduct.
Licensed under either of these: