Expand description
halide-runtime is a Rust wrapper for the Halide runtime
Modules§
Structs§
- Buffer
- Buffer wraps image data in a way that can be passed as an argument to Halide filters
- Type
- Type is used to define the type of pixel data in terms of kind and bits For example, Type::new(Kind::UInt, 8) uses one 8-bit unsigned integer per channel and Type::new(Kind::Float, 32) uses a float per channel, etc…