Skip to main content

very nb computer vision

Project description

Info
====
`vcv 2018-06-15`

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

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

`version:0.0.10`

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

Functions:

- `test()`: test function
- `hand_detector()`: a class
- `hand_detector.detect_hand(image)`: return the hand_number,hand 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 vcv import hand_detector as hd
import cv2

hd1=hd.hand_detector()

hd1.test()
hd3=hand_detector()
imf=os.path.join(self.site_package,'test.jpg')
print imf
image=cv2.imread(imf)
print(hd3.detect_hand(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

vcv-3.0.0.1.tar.gz (21.0 MB view hashes)

Uploaded Source

Built Distributions

vcv-3.0.0.1-py3.4.egg (21.9 MB view hashes)

Uploaded Source

vcv-3.0.0.1-py3-none-any.whl (21.2 MB 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