├── LICENCES ├── Numpy_license.txt ├── OpenCV_license.txt ├── Pillow_license.txt └── license.txt ├── dennokoworks_icon.png ├── main.py └── readme.md /LICENCES/Numpy_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dennoko/Normal_Generator/HEAD/LICENCES/Numpy_license.txt -------------------------------------------------------------------------------- /LICENCES/OpenCV_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dennoko/Normal_Generator/HEAD/LICENCES/OpenCV_license.txt -------------------------------------------------------------------------------- /LICENCES/Pillow_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dennoko/Normal_Generator/HEAD/LICENCES/Pillow_license.txt -------------------------------------------------------------------------------- /LICENCES/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dennoko/Normal_Generator/HEAD/LICENCES/license.txt -------------------------------------------------------------------------------- /dennokoworks_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dennoko/Normal_Generator/HEAD/dennokoworks_icon.png -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dennoko/Normal_Generator/HEAD/main.py -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dennoko/Normal_Generator/HEAD/readme.md --------------------------------------------------------------------------------