Skip to main content

Tracker for HSV

Project description

Tracker for HSV model

Manually putting values for HSV model can be quite frustrating. The easiest way to deal with it is to make an OpenCV based trackbars which allow us to adjust the values manually using a trackbar. So with the help of this, we can able to adjust the different combination of values in one go


Documents

Let's take a look at it,

def tracker (filename)
  • file_name : This is everything this function need, you can pass a full path of file or a variable in which image is stored, it can work in both ways,

This program returns

return lower_hue, lower_sat, lower_val, upper hue, upper_sat, upper_val
  • lower_hue, lower_sat, lower_val: : As the name suggests, its a lower value of Hue, Saturation, Value(Brightness)
  • upper_hue, upper_sat, upper_val: : Similarly, its an upper value of Hue, Saturation, Value(Brightness).

if you need any kind of help you can just type

import Tracker_HSV as tr
tr.help()
#For full code Explanation, please visit 
#https://py2py.com/Tracker-for-HSV-model-Overview-and-Explanation
#Github: https://github.com/Pushkar-Singh-14/Tracker_HSV
#PyPI: https://pypi.org/project/Tracker-HSV/

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

Tracker_HSV-0.0.3-py3-none-any.whl (3.5 kB 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