{ "info": { "author": "Michael Jaison Gnanasekar, Shreyas Joshi", "author_email": "gmichaeljaison@gmail.com, shreyasvj25@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Topic :: Utilities" ], "description": "# Specularity removal in multi-viewpoint images\n\nThe package is an open source utility to remove specularity in Images that has been captured from multiple viewpoints.\n\n#### Disclaimer\nThe method uses Homography to find the best pixels available in other viewpoint images. It will not work if the object is not planar.\n\n## Requirements:\n- Numpy\n- OpenCV\n\nWorks with both Python 2.7+ and Python 3+\n\n## Usage\n```python\nfnames = [\n 'data/pshycology-book-1.jpg',\n 'data/pshycology-book-2.jpg',\n 'data/pshycology-book-3.jpg'\n]\nremove_specularity(fnames)\n```\n\n## Example 1\n#### Using two input images\n\"Calculus\n\"Calculus\n### Output\n\"Calculus\n\"Calculus\n\n## Example 2\n#### Using three input images\n\"Calculus\n\"Calculus\n\"Calculus\n### Output\n\"Calculus\n\"Calculus\n\"Calculus", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/gmichaeljaison/specularity-removal/tarball/0.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/gmichaeljaison/specularity-removal", "keywords": "computer vision,image processing,specularity-removal,highlights,homography", "license": "LICENSE", "maintainer": null, "maintainer_email": null, "name": "specularity_removal", "package_url": "https://pypi.org/project/specularity_removal/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/specularity_removal/", "project_urls": { "Download": "https://github.com/gmichaeljaison/specularity-removal/tarball/0.1", "Homepage": "https://github.com/gmichaeljaison/specularity-removal" }, "release_url": "https://pypi.org/project/specularity_removal/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Implements specular removal in images captured from various view points", "version": "0.1.1" }, "last_serial": 2107572, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "e327e6b9b1fe7c6c824282100a7dd087", "sha256": "9db7d8f89676bb22871282e743bfc62b94aa46c534bb47953b535a6e3bbf7897" }, "downloads": -1, "filename": "specularity_removal-0.1-py2.7.egg", "has_sig": false, "md5_digest": "e327e6b9b1fe7c6c824282100a7dd087", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 14536, "upload_time": "2016-04-30T21:08:55", "url": "https://files.pythonhosted.org/packages/9b/c5/baff2b8d778ccdbde5de8e3b704ba2b1c161c280d7f35115c43fd103ae60/specularity_removal-0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "6047be3e0032ca1bf6a7c240998fe773", "sha256": "8abbe77cc63b2b3288fc3880b15d9bc80dae2aad54f7b6882d050fb251b00f47" }, "downloads": -1, "filename": "specularity_removal-0.1.tar.gz", "has_sig": false, "md5_digest": "6047be3e0032ca1bf6a7c240998fe773", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3176, "upload_time": "2016-04-30T19:19:09", "url": "https://files.pythonhosted.org/packages/bc/83/faf7c54b3d8daad6081e9f5102f47eefb6da2a6c7437f3d48af74eb11422/specularity_removal-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "56da2aa1ee60bbe0b443259aea060762", "sha256": "b88496a0ccd640fc52b1e0876ee7b107481b284caa0a8ca89b43828c56cc9486" }, "downloads": -1, "filename": "specularity_removal-0.1.1.tar.gz", "has_sig": false, "md5_digest": "56da2aa1ee60bbe0b443259aea060762", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3663, "upload_time": "2016-05-10T00:50:08", "url": "https://files.pythonhosted.org/packages/b8/43/07c67a7619803ca96467f7cf36ed59df656a998f20f6e20d37b7707c70cf/specularity_removal-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "56da2aa1ee60bbe0b443259aea060762", "sha256": "b88496a0ccd640fc52b1e0876ee7b107481b284caa0a8ca89b43828c56cc9486" }, "downloads": -1, "filename": "specularity_removal-0.1.1.tar.gz", "has_sig": false, "md5_digest": "56da2aa1ee60bbe0b443259aea060762", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3663, "upload_time": "2016-05-10T00:50:08", "url": "https://files.pythonhosted.org/packages/b8/43/07c67a7619803ca96467f7cf36ed59df656a998f20f6e20d37b7707c70cf/specularity_removal-0.1.1.tar.gz" } ] }