Skip to main content

Two face comparison pack

Project description

compare_faces

Description.

The package compare_faces is used to:

- Delimit face
- Confront faces
- Plot image
- Plot result
- Get image file

Installation

Use the package manager pip to install compare_faces

pip install compare_faces

Usage

from compare_faces import load_img

image = load_img.get_image_file("my_image.jpg")
image = load_img.delimit_face(image)

# delimit_face returns an image with a rectangle delimiting the first face detected in the input image
from compare_faces import load_img
from compare_faces import comparation
from compare_faces import plot

image = load_img.get_image_file("my_image.jpg")
image_compare = load_img.get_image_file("other_image.jpg")
result_message = comparation.confront_faces(image, image_compare)

# confront_image returns a string informing whether or not the faces belong to the same person and the distance between them

plot.plot_result(image, image_compare, result_message)

# plot_result displays the images and the massage using matplotlib library
from compare_faces import load_img
from compare_faces import plot
image = load_img.get_image_file("my_image.jpg")
plot.plot_image(image)

# plot_image displays the image using matplotlib library

Author

Ronaldo Nunes

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

face_picture_comparator-0.0.1.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

face_picture_comparator-0.0.1-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page