Skip to main content

very nb computer vision

Project description

Info
====
`vcvf 2018-07-04`

`Author: Zhao Mingming <471106585@qq.com>`

`Copyright: This module has been placed in the public domain.`

`version:2.0.0.1`

Classes:
- `face_detector`: detect the hand in the image

Functions:

- `test()`: test function
- `face_detector()`: a class
- `face_detector.detect_face(image)`: return the face_number,face position,and the confidense

How To Use This Module
======================
.. image:: funny.gif
:height: 100px
:width: 100px
:alt: funny cat picture
:align: center

1. example code:

.. code:: python
from vcvf import face_detector as fd
import cv2

fd1=fd.face_detector()

fd1.test()
imf=os.path.join(self.site_package,'test.jpg')
print imf
image=cv2.imread(imf)
print(fd1.detect_face(image))


Refresh
========



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

vcvf-2.0.0.1.tar.gz (21.4 kB view hashes)

Uploaded Source

Built Distributions

vcvf-2.0.0.1-py2.7.egg (21.2 kB view hashes)

Uploaded Source

vcvf-2.0.0.1-py2-none-any.whl (20.9 kB view hashes)

Uploaded Python 2

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