├── .gitattributes ├── .gitignore ├── README.md └── main.cpp /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstarLight/skin-detector/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstarLight/skin-detector/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstarLight/skin-detector/HEAD/README.md -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstarLight/skin-detector/HEAD/main.cpp --------------------------------------------------------------------------------