├── LICENSE ├── README.md ├── cowboy_hat.png ├── dog_filter.png ├── download_filters.sh ├── filters.py ├── moustache.png └── screenshot.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunalgupta777/OpenCV-Face-Filters/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunalgupta777/OpenCV-Face-Filters/HEAD/README.md -------------------------------------------------------------------------------- /cowboy_hat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunalgupta777/OpenCV-Face-Filters/HEAD/cowboy_hat.png -------------------------------------------------------------------------------- /dog_filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunalgupta777/OpenCV-Face-Filters/HEAD/dog_filter.png -------------------------------------------------------------------------------- /download_filters.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunalgupta777/OpenCV-Face-Filters/HEAD/download_filters.sh -------------------------------------------------------------------------------- /filters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunalgupta777/OpenCV-Face-Filters/HEAD/filters.py -------------------------------------------------------------------------------- /moustache.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunalgupta777/OpenCV-Face-Filters/HEAD/moustache.png -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kunalgupta777/OpenCV-Face-Filters/HEAD/screenshot.png --------------------------------------------------------------------------------