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
========
====
`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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
darknet1-0.0.0.2.tar.gz
(2.9 kB
view details)
File details
Details for the file darknet1-0.0.0.2.tar.gz
.
File metadata
- Download URL: darknet1-0.0.0.2.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.19.4 CPython/3.4.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 292407a229901afa41e13fd26a1f739ff63cb4bfda4bfdabd1d54de69b4b9e8c |
|
MD5 | 737ac5e725949ad069c6860b8d7a12a9 |
|
BLAKE2b-256 | 7f40c854be3120b2dbeb7341749ece0eb1d70fab5295ff7dff7311360f3f7ca6 |