ethanal / mustachify

A Python script that superimposes a mustache on an image of a face using facial recognition.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mustachify.py

Description

A python script that superimposes a mustache over an image of a face using facial recognition. Currently only works with images containing a front view of a single face.

Dependencies

Usage

mustachify.py [-i input file] [-o output file] [options]

Options:
    -h, --help                Display usage information
    -i, --inputfile           Input image file
    -o, --outputfile          Output image file
    -m, --mustache            Mustache image file
    -d, --debug               Print debugging information and overlay debugging rectangles on image

About

A Python script that superimposes a mustache on an image of a face using facial recognition.


Languages

Language:Python 100.0%