{ "info": { "author": "Philip Schill", "author_email": "philip.schill@gmx.de", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "pimpy\n=====\n\n*pimpy* is a python package that contains some selected image processing functions.\n\nInstalling\n----------\n\nInstall from pip::\n\n python -m pip install pimpy\n\nOverview:\n---------\n\nCurrently, *pimpy* consists of the modules ``color_cluster``, ``smoothing``, and ``transformations``. The\n``color_cluster`` and ``smoothing`` modules are just convenience wrappers around some ``numpy`` and ``scipy`` functions.\n\nFunction list:\n~~~~~~~~~~~~~~\n\n``color_cluster.reduce_image``: Performs a k-means clustering to find the most prominent colors of an n-dimensional\nimage.\n\n``color_cluster.find_nearest_colors``: Maps each color of an n-dimensional image to the closest color of a given list.\n\n``color_cluster.extract_colors``: Finds all unique color values of an n-dimensional image and returns the unique color\nvalues and an image that contains color indices instead of color values.\n\n``smoothing.gaussian_smoothing``: Performs a gaussian smoothing on an n-dimensional color image.\n\n``transformations.create_edge_image``: Computes an edge image from a given gray or rgb image.\n\n``transformations.find_poles_of_inaccessibility_of_edge_image``: Returns the a list with points that are the farthest\naway from the edges.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/pschill/pimpy", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pimpy", "package_url": "https://pypi.org/project/pimpy/", "platform": "", "project_url": "https://pypi.org/project/pimpy/", "project_urls": { "Homepage": "https://gitlab.com/pschill/pimpy" }, "release_url": "https://pypi.org/project/pimpy/0.1.0/", "requires_dist": [ "numpy (>=1.15)", "scipy (>=1.1)" ], "requires_python": ">=3.6", "summary": "Contains selected image processing functions", "version": "0.1.0" }, "last_serial": 4917391, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "960023fd56db6e2b0b460731bc7d91fe", "sha256": "9952049e6c2d95fe281a2ddb6f455b24ed117e380a494475e7d8eeeecc8686de" }, "downloads": -1, "filename": "pimpy-0.1.0-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "960023fd56db6e2b0b460731bc7d91fe", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 32590, "upload_time": "2019-03-08T22:53:05", "url": "https://files.pythonhosted.org/packages/fc/1b/0fbb3437d114006d94c58a1d20059973df4baeb79ea9a23859398695d9f3/pimpy-0.1.0-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "cb6737f8ec80ac6d60b5586c5f1cd642", "sha256": "a1f52452fe58369fe66488ca92cb98e79050dba4c65bf72a1d342ba3d1242b30" }, "downloads": -1, "filename": "pimpy-0.1.0.tar.gz", "has_sig": false, "md5_digest": "cb6737f8ec80ac6d60b5586c5f1cd642", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 5690, "upload_time": "2019-03-08T22:53:07", "url": "https://files.pythonhosted.org/packages/35/18/1a7a4bba43aaa68af046e873c3d609358035b52f7f335932412074d18be9/pimpy-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "960023fd56db6e2b0b460731bc7d91fe", "sha256": "9952049e6c2d95fe281a2ddb6f455b24ed117e380a494475e7d8eeeecc8686de" }, "downloads": -1, "filename": "pimpy-0.1.0-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "960023fd56db6e2b0b460731bc7d91fe", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 32590, "upload_time": "2019-03-08T22:53:05", "url": "https://files.pythonhosted.org/packages/fc/1b/0fbb3437d114006d94c58a1d20059973df4baeb79ea9a23859398695d9f3/pimpy-0.1.0-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "cb6737f8ec80ac6d60b5586c5f1cd642", "sha256": "a1f52452fe58369fe66488ca92cb98e79050dba4c65bf72a1d342ba3d1242b30" }, "downloads": -1, "filename": "pimpy-0.1.0.tar.gz", "has_sig": false, "md5_digest": "cb6737f8ec80ac6d60b5586c5f1cd642", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 5690, "upload_time": "2019-03-08T22:53:07", "url": "https://files.pythonhosted.org/packages/35/18/1a7a4bba43aaa68af046e873c3d609358035b52f7f335932412074d18be9/pimpy-0.1.0.tar.gz" } ] }