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:2.0.0.3

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

funny cat picture
  1. example code:

sudo pip install tensorflow==1.5.0 .. 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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

vcv-2.0.0.4-py2.7.egg (21.8 MB view hashes)

Uploaded Source

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