Skip to main content

A basic library to crop largest face from the images.

Project description

mukham

Mukham (ముఖం; mook-hum) means face in Telugu! mukham is a simple library to detect the largest face in a given image. The face detection is performed using the DNN algorithm provided by opencv-python. The largest face is the box with largest enclosing area from the bounds of candidate faces detected.

Requirements

This package was written and tested in python 3.7+. This package requires the following dependencies:

    numpy>=1.18.1
    opencv-python>=4.1.2.30

Installation

The package can be installed as follows:

    pip install mukham

Usage

The package can be used through one of the following ways.

Command-line interface

    python -m mukham -i/--input path/to/input_image -o/--ouput path/to/output_largest_face -c/--conf confidence_threshold

This will print the top left and bottom right corner of the bounding box for the largest face. The (i)nput argument is required. The (o)utput path is optional, if given will save the largest face image to this path. The (c)onf is optional, otherwise must be a floating point number between 0 and 1 with default value of 0.8.

Code

    from mukham.detector import detect_largest_face

    bounding_box = detect_largest_face(path_to_input_img, out_path=path_to_output_img, min_conf=confidence_threshold)

The in_path is a required argument for path to the input image. The out_path is an optional keyword argument default to None, if given will save the largest face image to this path. min_conf is also a keyword argument with default set to 0.8. detect_largest_face will return a 2x2 array of the top left and bottom right corner of the bounding box for the largest face.

Tests

Unit tests have also been written which can be run as follows:

    python -m unittest mukham.tests.test

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

mukham-1.0.9.tar.gz (10.3 MB view details)

Uploaded Source

Built Distribution

mukham-1.0.9-py3-none-any.whl (10.3 MB view details)

Uploaded Python 3

File details

Details for the file mukham-1.0.9.tar.gz.

File metadata

  • Download URL: mukham-1.0.9.tar.gz
  • Upload date:
  • Size: 10.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.2

File hashes

Hashes for mukham-1.0.9.tar.gz
Algorithm Hash digest
SHA256 9b40d820d417759295f971a5ec9a956bd8d02d451f77af54c48ef83f7c803de5
MD5 a9ef2f4776d96b7d07c75b8bd1b17cb2
BLAKE2b-256 14e4821bc8ce625ee5211b7eb80ab715ef1e1631181a0848ab12aa9033bad083

See more details on using hashes here.

File details

Details for the file mukham-1.0.9-py3-none-any.whl.

File metadata

  • Download URL: mukham-1.0.9-py3-none-any.whl
  • Upload date:
  • Size: 10.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.2

File hashes

Hashes for mukham-1.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 e4001886c32340c5023a28c94559af8478c366139357023e6a7f68483085b299
MD5 115052ed837738d6c5286e593293775a
BLAKE2b-256 8095eacd42a7817bdd26c42062064f7443993578ac227805e1d6e8cc9e98309b

See more details on using hashes here.

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