{ "info": { "author": "Pushkar Singh", "author_email": "pushkar7722@gmail.com.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "Tracker for HSV model\n===================\n\n\nManually 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\n\n\n----------\n\n\nDocuments\n-------------\n\nLet's take a look at it, \n\n\n```python\ndef tracker (filename)\n\n```\n\n> - **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,\n\n\nThis program returns\n```python \nreturn lower_hue, lower_sat, lower_val, upper hue, upper_sat, upper_val\n```\n\n\n> - **lower_hue, lower_sat, lower_val: :** As the name suggests, its a lower value of Hue, Saturation, Value(Brightness)\n\n> - **upper_hue, upper_sat, upper_val: :** Similarly, its an upper value of Hue, Saturation, Value(Brightness).\n\nif you need any kind of help you can just type\n\n```python\nimport Tracker_HSV as tr\ntr.help()\n```\n\n```python\n#For full code Explanation, please visit \n#https://py2py.com/Tracker-for-HSV-model-Overview-and-Explanation\n#Github: https://github.com/Pushkar-Singh-14/Tracker_HSV\n#PyPI: https://pypi.org/project/Tracker-HSV/\n```\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Pushkar-Singh-14/Tracker_HSV", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "Tracker-HSV", "package_url": "https://pypi.org/project/Tracker-HSV/", "platform": "", "project_url": "https://pypi.org/project/Tracker-HSV/", "project_urls": { "Homepage": "https://github.com/Pushkar-Singh-14/Tracker_HSV" }, "release_url": "https://pypi.org/project/Tracker-HSV/0.0.3/", "requires_dist": null, "requires_python": "", "summary": "Tracker for HSV", "version": "0.0.3" }, "last_serial": 4751887, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "544207d09577938f623f0da949dce333", "sha256": "78c1af36e39c1ba6b32524dfd0521483babd4c62ebb46244b7635dbadb56f55c" }, "downloads": -1, "filename": "Tracker_HSV-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "544207d09577938f623f0da949dce333", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2449, "upload_time": "2019-01-28T10:16:59", "url": "https://files.pythonhosted.org/packages/b8/85/d1ad5e3e7268d6896aeb3de5d1387cdc4e061d41baa6c02c70349e90e9ed/Tracker_HSV-0.0.1-py3-none-any.whl" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "8adb8d83a24992ed2efee2df96d14e03", "sha256": "90d9038f966b52c436b1979926ec7fbe99f3089e369b9f1546be192a4b8b1194" }, "downloads": -1, "filename": "Tracker_HSV-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "8adb8d83a24992ed2efee2df96d14e03", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2595, "upload_time": "2019-01-28T12:20:07", "url": "https://files.pythonhosted.org/packages/af/2a/95928ca52797b93a9239f71340bfb3722ecb144eb17d16b64dfb6c01b978/Tracker_HSV-0.0.2-py3-none-any.whl" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "74bbebf129debc991d4a9dc66d75901f", "sha256": "d507a35b0e2d8dfa1917e002bca8749ba51f2f5e876ec9e5a12ddf3453ffd956" }, "downloads": -1, "filename": "Tracker_HSV-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "74bbebf129debc991d4a9dc66d75901f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3507, "upload_time": "2019-01-28T21:07:34", "url": "https://files.pythonhosted.org/packages/60/06/0803def021f11552854f4e62dc65cbd30a8dfb47cb727673ca5c026e5575/Tracker_HSV-0.0.3-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "74bbebf129debc991d4a9dc66d75901f", "sha256": "d507a35b0e2d8dfa1917e002bca8749ba51f2f5e876ec9e5a12ddf3453ffd956" }, "downloads": -1, "filename": "Tracker_HSV-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "74bbebf129debc991d4a9dc66d75901f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3507, "upload_time": "2019-01-28T21:07:34", "url": "https://files.pythonhosted.org/packages/60/06/0803def021f11552854f4e62dc65cbd30a8dfb47cb727673ca5c026e5575/Tracker_HSV-0.0.3-py3-none-any.whl" } ] }