├── README.md ├── facial_test.py ├── halloween_masks.py ├── halloween_masks_vid.py ├── people.jpg ├── witch.gif └── witch.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitkrieg/live-image-face-filter-blog/HEAD/README.md -------------------------------------------------------------------------------- /facial_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitkrieg/live-image-face-filter-blog/HEAD/facial_test.py -------------------------------------------------------------------------------- /halloween_masks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitkrieg/live-image-face-filter-blog/HEAD/halloween_masks.py -------------------------------------------------------------------------------- /halloween_masks_vid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitkrieg/live-image-face-filter-blog/HEAD/halloween_masks_vid.py -------------------------------------------------------------------------------- /people.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitkrieg/live-image-face-filter-blog/HEAD/people.jpg -------------------------------------------------------------------------------- /witch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitkrieg/live-image-face-filter-blog/HEAD/witch.gif -------------------------------------------------------------------------------- /witch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mitkrieg/live-image-face-filter-blog/HEAD/witch.png --------------------------------------------------------------------------------