oidn-rs icon indicating copy to clipboard operation
oidn-rs copied to clipboard

Rust bindings to Intel's OpenImageDenoise Library

Results 8 oidn-rs issues
Sort by recently updated
recently updated
newest added

Hello! I'm getting this error when trying to use oidn-rs: `Error denosing image: row stride smaller than width * pixel stride` Looking at the source for oidn, it seems like...

When using custom training data, I believe that the weights parameter needs to be set using the `void oidnSetSharedFilterData(OIDNFilter filter, const char* name, void* ptr, size_t byteSize);` call. Just like...

Open Image Denoise v2.0.0 was released in May with GPU support for modern AMD, Intel, and Nvidia GPUs on Windows and Linux. Are there any plans on updating these bindings...

This PR creates a new file that contains a wrapper around the oidn buffer adding `as_raw` and `from_raw` functions for both the device and the buffer so that users can...

Currently oidn provides `OIDNBuffer`, but we do not expose this, instead only providing vectors to interact with the api. It could be useful to expose a wrapper around these (and...

Hello, not exactly an issue, more of a general question. What would be the best way to include the OIDN library in the final binary when using this crate, so...

`/home/hom/.cargo/bin/cargo check --message-format json --workspace --all-targets -Z unstable-options --keep-going Compiling oidn v2.2.2 error: failed to run custom build command for `oidn v2.2.2` error: failed to run custom build command for...

Setting `OIDN_DIR` to any directory makes the library compile on my machine :) I don't know how the linking works, but I have a guess from looking at the `build.rs`...