Skip to main content

Finding HSV bounding values for tracking/masking an object.

Project description

hsvpicker

Finding HSV bounding values for tracking/masking an object

How to find HSV bounding values to track or mask an object?.

This is the most common question as stated in opencv documentation. By using the hsvpicker we get a hsv bounding values by simply calling a function.

Overview:

We can get lower and upper bounding hsv values by clicking the left button of a mouse on an image for which object we want to track or mask.

Usage:

Getting it:

To download hsvpicker, either fork this github repo or simply use Pypi via pip.

    $ pip install hsvpicker

Using it:

STEP 1: import hsvpicker package
from hsvpicker.hsv import HSV
STEP 2: Create an object
bound = HSV('pass the image url')
STEP 3: Getting a HSV value
bound.get_value()

Image will display here, you will choose color by simply double clicking the mouse's left button on an image and then it finds hsv values of the respected color .(i.e The color which we want to track or mask). PRESS q to quit the window.

STEP 4 : Getting a bounding values
lower_bound,upper_bound = bound.get_boundings(h = 20,s = 50,v = 60)

You can fine tune color boundings by using h,s and v. Default values of h,s, and v are 20,50,60 respectively. This function returns numpy.ndarray.

Project details


Release history Release notifications | RSS feed

This version

4.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hsvpicker-4.0.tar.gz (2.9 kB view details)

Uploaded Source

File details

Details for the file hsvpicker-4.0.tar.gz.

File metadata

  • Download URL: hsvpicker-4.0.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/46.1.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.8

File hashes

Hashes for hsvpicker-4.0.tar.gz
Algorithm Hash digest
SHA256 31d5a47b85148613510cbef670c84de8bcaeb9e6dcceacb7563ba4cdc0288f75
MD5 a0c3927b1697b79d1ab1ca8974f22fc3
BLAKE2b-256 b186429d5912674b0f1cc9db77f352b08f0b4c1db6a353b182fd3f2d6a002142

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page