skin-deep icon indicating copy to clipboard operation
skin-deep copied to clipboard

Generate faces with smoother skin

Results 2 skin-deep issues
Sort by recently updated
recently updated
newest added

hi Jim! this is a nice filter and since it works without hw accel it may be interesting to make it a [frei0r](https://github.com/dyne/frei0r) plugin - if its fun for anyone...

1. In the `Makefile`, I add the variable `ENABLE_OPENMP` to enable parallelization. 2. In the `denoise` function of `main.c`, `edge` is assigned the value CLAMP2BYTE(diff). `int edge = CLAMP2BYTE(diff);` If...