{ "info": { "author": "Benjamin Irving", "author_email": "mail@birving.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "License :: Free for non-commercial use", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "# maskSLIC\nSimple linear iterative clustering (SLIC) in a region of interest\n\n## Outline\nThis code demonstrates the adaption of SLIC for a defined region of interest. \nThe main contribution is in the placement of seed points within the ROI. \n\nThe code is a modification of the SLIC implementation provided by Scikit-image (http://scikit-image.org/)\n\nAn online demo is available at: http://maskslic.birving.com/index\n\nAn outline of the method is available at: http://arxiv.org/abs/1606.09518\n\nFigure 1: An example region and the automatically placed seed points using this method. \n\n![seed points](doc/images/p1.png)\n\nFigure 2: The final superpixel regions within the ROI\n\n![superpixels](doc/images/p2.png)\n\n## Getting started\n\nInstall dependencies \n`pip install -r requirements.txt`\n\nbuild cython code \n`python setup.py build_ext --inplace`\n\nrun example \n`python run_example.py`\n\nUsing a python `virtualenv` is reccommended on linux to get the latest versions of the dependencies. \n\n\n## Development\nThis code is still a work in progress.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.birving.com", "keywords": "", "license": "Copyright (C) 2016-2019, Benjamin Irving. See LICENSE file for distribution conditions", "maintainer": "", "maintainer_email": "", "name": "maskslic", "package_url": "https://pypi.org/project/maskslic/", "platform": "", "project_url": "https://pypi.org/project/maskslic/", "project_urls": { "Homepage": "https://www.birving.com" }, "release_url": "https://pypi.org/project/maskslic/0.3.3/", "requires_dist": null, "requires_python": "", "summary": "Simple linear iterative clustering (SLIC) in a region of interest (ROI)", "version": "0.3.3" }, "last_serial": 5506999, "releases": { "0.3.2.post1": [ { "comment_text": "", "digests": { "md5": "bf1b8cf2ab14e3d33e03d7c667a46e4b", "sha256": "5c00eeaee006b38b8a253d0c02d5ef684cd5818dbe69cc8809ae7430634432b7" }, "downloads": -1, "filename": "maskslic-0.3.2.post1.tar.gz", "has_sig": false, "md5_digest": "bf1b8cf2ab14e3d33e03d7c667a46e4b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14818, "upload_time": "2019-07-09T10:59:54", "url": "https://files.pythonhosted.org/packages/6f/df/22bd81708b411f4c2b7c561eae89564a490993dbf8159ec536d0df0d7599/maskslic-0.3.2.post1.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "5e9ccea30b82b53af31aa816fde7843c", "sha256": "c234185d116b883ba5f6b597da95af4997575be8351b89b89e35a31b1c79e4a5" }, "downloads": -1, "filename": "maskslic-0.3.3.tar.gz", "has_sig": false, "md5_digest": "5e9ccea30b82b53af31aa816fde7843c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16263, "upload_time": "2019-07-09T12:58:26", "url": "https://files.pythonhosted.org/packages/48/f6/390e1f9c315785629e9af68afe698f33af1aa9c377e8260d9fe2b8d42f51/maskslic-0.3.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5e9ccea30b82b53af31aa816fde7843c", "sha256": "c234185d116b883ba5f6b597da95af4997575be8351b89b89e35a31b1c79e4a5" }, "downloads": -1, "filename": "maskslic-0.3.3.tar.gz", "has_sig": false, "md5_digest": "5e9ccea30b82b53af31aa816fde7843c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16263, "upload_time": "2019-07-09T12:58:26", "url": "https://files.pythonhosted.org/packages/48/f6/390e1f9c315785629e9af68afe698f33af1aa9c377e8260d9fe2b8d42f51/maskslic-0.3.3.tar.gz" } ] }