av-denoise-core 0.4.0

Core kernels and types for av-denoise (Do not use directly)
Documentation
1
2
3
4
5
6
7
//! GPU kernels that belong to nl4d alone.

#![doc(hidden)]

mod regularise;

pub use regularise::nl4d_mv_regularise;