New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vcv

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vcv

very nb computer vision

3.0.0.1
PyPI
Maintainers
1

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

  • 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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts