{ "info": { "author": "Houssem-Eddine Gueziri", "author_email": "houssem-eddine.gueziri.1@etsmtl.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7" ], "description": "# FastDRaW\nFastDRaW \u2013 Fast Delineation by Random\n\nThis software is under the MIT License. If you use this code in your research please cite the following paper:\n\nH.-E. Gueziri, L. Lakhdar, M. J. McGuffin and C. Laporte \"FastDRaW \u2013 Fast Delineation by Random Walker: application to large images\", MICCAI workshop on Interactive Medical Image Computing (IMIC), Athens, Greece, (2016).\n\n@author Houssem-Eddine Gueziri\n\n## Requirements:\n\nFastDRaW requires the following packages\n\n- [Scipy and Numpy](https://www.scipy.org/install.html)\n- [PyAMG](http://pyamg.org/) (for linear system solver)\n\nOr run\n\n```shell\nsudo apt-get install build-essential python2.7-dev\nsudo pip install -r requirements.txt\n```\n\n## Install:\n\nFrom PyPI:\n\n```shell\nsudo pip install FastDRaW\n```\nFrom git repository:\n\n```shell\ngit clone https://github.com/hgueziri/FastDRaW-Segmentation.git\ncd FastDRaW-Segmentation\nsudo python setup.py install\n```\n\n## Usage example:\n\n```python\n>>> from FastDRaW import Segmenter\n>>> from skimage.data import coins\n>>> import matplotlib.pyplot as plt\n>>> image = coins()\n>>> labels = np.zeros_like(image)\n>>> labels[[129, 199], [155, 155]] = 1 # label some pixels as foreground\n>>> labels[[162, 224], [131, 184]] = 2 # label some pixels as background\n>>> fastdraw = Segmenter(image, beta=100, downsampled_size=[100,100])\n>>> segm = fastdraw.update(labels)\n>>> plt.imshow(image,'gray')\n>>> plt.imshow(segm, alpha=0.7)\n```", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/hgueziri/FastDRaW-Segmentation/archive/1.2.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/hgueziri/FastDRaW-Segmentation", "keywords": "segmentation,fastdraw,medical", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "FastDRaW", "package_url": "https://pypi.org/project/FastDRaW/", "platform": "", "project_url": "https://pypi.org/project/FastDRaW/", "project_urls": { "Download": "https://github.com/hgueziri/FastDRaW-Segmentation/archive/1.2.tar.gz", "Homepage": "https://github.com/hgueziri/FastDRaW-Segmentation" }, "release_url": "https://pypi.org/project/FastDRaW/1.2.1/", "requires_dist": null, "requires_python": "", "summary": "Image segmentation algorithm using Fast Delineation by RAndom Walker", "version": "1.2.1" }, "last_serial": 3163363, "releases": { "1.2.0": [ { "comment_text": "", "digests": { "md5": "3a87b8e5337e88cdc42c4654f97f45cd", "sha256": "58b970972a034c7fd20f0c3c7dea19962bcb292b64d7c69cf1eceae92a99a48e" }, "downloads": -1, "filename": "FastDRaW-1.2.0.tar.gz", "has_sig": false, "md5_digest": "3a87b8e5337e88cdc42c4654f97f45cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5319, "upload_time": "2017-09-10T14:52:24", "url": "https://files.pythonhosted.org/packages/c0/2c/1e6f72e99f42229277794098d92588be581b214af2f8c64f17e017297e80/FastDRaW-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "252fe6967cdb989eb24977dbd1a2d1e1", "sha256": "506fd7934e408af10947c6d41cbf3ff43a0348ed260e162f441730f3c31a5668" }, "downloads": -1, "filename": "FastDRaW-1.2.1.tar.gz", "has_sig": false, "md5_digest": "252fe6967cdb989eb24977dbd1a2d1e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5911, "upload_time": "2017-09-10T15:28:57", "url": "https://files.pythonhosted.org/packages/ec/d0/7b23717ca51eeaa63e47c38b47f133d2d95fae524e309ae938daa9daa3e5/FastDRaW-1.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "252fe6967cdb989eb24977dbd1a2d1e1", "sha256": "506fd7934e408af10947c6d41cbf3ff43a0348ed260e162f441730f3c31a5668" }, "downloads": -1, "filename": "FastDRaW-1.2.1.tar.gz", "has_sig": false, "md5_digest": "252fe6967cdb989eb24977dbd1a2d1e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5911, "upload_time": "2017-09-10T15:28:57", "url": "https://files.pythonhosted.org/packages/ec/d0/7b23717ca51eeaa63e47c38b47f133d2d95fae524e309ae938daa9daa3e5/FastDRaW-1.2.1.tar.gz" } ] }