Skip to content

This repo contains the image_processing.py file which includes a custom built class used to do basic image processing operations using opencv in python.

License

Notifications You must be signed in to change notification settings

MihaiVisu/imageProcessingPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Recognition API

This repo contains the django app including a custom API for facial recognition. The views file contains the necessary scripts to send data about analysed images in JSON format.

-- The format of data retrieved is the following:

{
    "num_faces": number of faces detected in certain image;
    "success": a boolean saying whether the image has been read correctly or not;
    "faces": [(x,y,w,h)] set of coordinates representing bottom left and top right corners of squares bounding faces
}

-- Class is still in development and I am going to add new methods and increase its functionality. Feel free to fork and come with suggestions !

About

This repo contains the image_processing.py file which includes a custom built class used to do basic image processing operations using opencv in python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages