├── .github └── FUNDING.yml ├── CMakeLists.txt ├── LICENSE ├── README.md ├── skin_smoothing.c ├── stb_image.h └── stb_image_write.h /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpuimage/skin_smoothing/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpuimage/skin_smoothing/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpuimage/skin_smoothing/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpuimage/skin_smoothing/HEAD/README.md -------------------------------------------------------------------------------- /skin_smoothing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpuimage/skin_smoothing/HEAD/skin_smoothing.c -------------------------------------------------------------------------------- /stb_image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpuimage/skin_smoothing/HEAD/stb_image.h -------------------------------------------------------------------------------- /stb_image_write.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpuimage/skin_smoothing/HEAD/stb_image_write.h --------------------------------------------------------------------------------