{ "info": { "author": "Arve Seljebu", "author_email": "arve.seljebu@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4" ], "description": "microscopestitching\n===================\n\n|build-status-image| |pypi-version| |wheel|\n\nOverview\n--------\n\nThis software aims to be a reliable way to stitch your microscope\nimages. To get good results, a couple of assumptions should be true\nabout your dataset:\n\n- images are regular spaced\n- images are of same size\n- side by side images have translation only in one dimension\n- (if not, check your scanning mirror rotation)\n- scale in edge of images are constant\n\nInstallation\n------------\n\nInstall using ``pip``...\n\n.. code:: bash\n\n pip install microscopestitching\n\nExample\n-------\n\n.. code:: python\n\n from microscopestitching import stitch\n from skimage.io import imsave\n\n images = []\n for i in range(50):\n row = i // 10\n col = i % 10\n images.append(('%d.png' % i, row, col))\n\n merged = stitch(images)\n imsave('merged.png', merged)\n\nSee also `notebook\nexamples `__.\n\nAPI reference\n-------------\n\nAPI reference is at http://microscopestitching.rtfd.org.\n\nDevelopment\n-----------\n\nInstall dependencies and link development version of microscopestitching\nto pip:\n\n.. code:: bash\n\n git clone https://github.com/arve0/microscopestitching\n cd microscopestitching\n pip install -r requirements.txt # install dependencies and microscopestitching-package\n\nTesting\n~~~~~~~\n\n.. code:: bash\n\n tox\n\nBuild documentation locally\n~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nTo build the documentation:\n\n.. code:: bash\n\n pip install -r docs/requirements.txt\n make docs\n\n.. |build-status-image| image:: https://secure.travis-ci.org/arve0/microscopestitching.png?branch=master\n :target: http://travis-ci.org/arve0/microscopestitching?branch=master\n.. |pypi-version| image:: https://pypip.in/version/microscopestitching/badge.svg\n :target: https://pypi.python.org/pypi/microscopestitching\n.. |wheel| image:: https://pypip.in/wheel/microscopestitching/badge.svg\n :target: https://pypi.python.org/pypi/microscopestitching", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/arve0/microscopestitching", "keywords": "microscopestitching", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "microscopestitching", "package_url": "https://pypi.org/project/microscopestitching/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/microscopestitching/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/arve0/microscopestitching" }, "release_url": "https://pypi.org/project/microscopestitching/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Automatic merge/stitching of regular spaced images", "version": "0.2.0" }, "last_serial": 1596222, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "ffc1a694b3ce622a09cf0a7f56fd762b", "sha256": "fb315989c4c08146e532be9db4de804283b8031e817acde4165a5c4f28630a90" }, "downloads": -1, "filename": "microscopestitching-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ffc1a694b3ce622a09cf0a7f56fd762b", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 6315, "upload_time": "2015-05-04T17:08:01", "url": "https://files.pythonhosted.org/packages/35/ff/ef5d79b76d6f424a0a1d3c819ef044b108ce4399b77cec363ba3823ffd65/microscopestitching-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "20c75bdfb74ae581ad20b36ab9c8586a", "sha256": "990ce677e3e37a667bed022795415b9f84351d0d213f37be8391a95357fe09af" }, "downloads": -1, "filename": "microscopestitching-0.0.1.tar.gz", "has_sig": false, "md5_digest": "20c75bdfb74ae581ad20b36ab9c8586a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2119923, "upload_time": "2015-05-04T17:07:57", "url": "https://files.pythonhosted.org/packages/f5/1c/3d5cf7d8bf644d080d5155ea7c651f479d5619ea0b249a24ae8c86d968d1/microscopestitching-0.0.1.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "b608625637d3b7f4f4b2e1065bb178e8", "sha256": "2429f1dc587ca4d012faed24b083ab1f7d051777b00d7333e34686730ff95ba8" }, "downloads": -1, "filename": "microscopestitching-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b608625637d3b7f4f4b2e1065bb178e8", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 6437, "upload_time": "2015-05-14T16:32:58", "url": "https://files.pythonhosted.org/packages/84/f6/8402686ae648ea47ddb6b4039ebafb8d707e5899243ad20bec39ebd60041/microscopestitching-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c72fe555c2051cdc697b0265ba8d1834", "sha256": "f2bb423ab96062df40d85adf8dafc449c74608c8fe186b7f4799320046be1159" }, "downloads": -1, "filename": "microscopestitching-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c72fe555c2051cdc697b0265ba8d1834", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3776182, "upload_time": "2015-05-14T16:32:51", "url": "https://files.pythonhosted.org/packages/13/09/833232da03caec4d42d07e217084d5bb3c6f501b1c3ff99e2035f2f2c205/microscopestitching-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "7cffc5eee91464f2046642923ccaa18a", "sha256": "e94e4b9656b10b7529371ea22d30a825d483d5fab56bda0cd49860ac444906c7" }, "downloads": -1, "filename": "microscopestitching-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7cffc5eee91464f2046642923ccaa18a", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 6459, "upload_time": "2015-05-14T16:45:42", "url": "https://files.pythonhosted.org/packages/dd/4d/66f3fefef2f53ed6b44c13f3d60a974aca58a757dcfda4504ccd9e5586e5/microscopestitching-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "371a39484f82f2d4332482d6b6014cbe", "sha256": "fca0d52e714feaa48154522e642eb266e665ee63f69f080ecfcdcc84ad10ef8b" }, "downloads": -1, "filename": "microscopestitching-0.1.1.tar.gz", "has_sig": false, "md5_digest": "371a39484f82f2d4332482d6b6014cbe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3776203, "upload_time": "2015-05-14T16:45:34", "url": "https://files.pythonhosted.org/packages/fe/8d/5d2f71c4a619955dcdf061c82a75b8e6974a47e788ecfb97e8dc4f029381/microscopestitching-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "fdc608e6142522e4a4b68efc9c42e9a2", "sha256": "437545dae854cdc583e6db7e35075ba1a015c664118d5342f82020469b0c499f" }, "downloads": -1, "filename": "microscopestitching-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fdc608e6142522e4a4b68efc9c42e9a2", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 6545, "upload_time": "2015-05-14T17:59:49", "url": "https://files.pythonhosted.org/packages/58/a4/3208936d970ddf9bfd5e2d68e43299fa825715a89aa2bfb00a4195ff9bd2/microscopestitching-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c9d48e8c17852db4313f5f7df6c34b14", "sha256": "acb96acaf40f2e50e25f7c1675abcab3dcf6b9e45aba953f082cf6d3b344e6d6" }, "downloads": -1, "filename": "microscopestitching-0.1.2.tar.gz", "has_sig": false, "md5_digest": "c9d48e8c17852db4313f5f7df6c34b14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3774375, "upload_time": "2015-05-14T17:59:42", "url": "https://files.pythonhosted.org/packages/45/2a/3b2eebddd58b704f97f08c471445d0e1cce062467cda183a1694a0df671d/microscopestitching-0.1.2.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "2d4d6ce24937b1114aded557e1874bbb", "sha256": "0f9ec762866e486e4884bda944cf1f05f3073c3a5c37bca104df07eead19c079" }, "downloads": -1, "filename": "microscopestitching-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2d4d6ce24937b1114aded557e1874bbb", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 6572, "upload_time": "2015-06-17T17:37:46", "url": "https://files.pythonhosted.org/packages/fc/7e/c10f8b611e2317b9312ccad19b8964c19173da87b1f3f80f91684b401acc/microscopestitching-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8dca2bf240760d35a00843b80ecbc86d", "sha256": "ac2b156a87866d428a5f596b7d6a5fac3b1fbc5fbb46b0423deda4c08dac98e2" }, "downloads": -1, "filename": "microscopestitching-0.2.0.tar.gz", "has_sig": false, "md5_digest": "8dca2bf240760d35a00843b80ecbc86d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4143808, "upload_time": "2015-06-17T17:37:37", "url": "https://files.pythonhosted.org/packages/41/bc/95d3654abeb4835c6d8d847bad05e73c1fff5434635db09881dac1756c05/microscopestitching-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2d4d6ce24937b1114aded557e1874bbb", "sha256": "0f9ec762866e486e4884bda944cf1f05f3073c3a5c37bca104df07eead19c079" }, "downloads": -1, "filename": "microscopestitching-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2d4d6ce24937b1114aded557e1874bbb", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 6572, "upload_time": "2015-06-17T17:37:46", "url": "https://files.pythonhosted.org/packages/fc/7e/c10f8b611e2317b9312ccad19b8964c19173da87b1f3f80f91684b401acc/microscopestitching-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8dca2bf240760d35a00843b80ecbc86d", "sha256": "ac2b156a87866d428a5f596b7d6a5fac3b1fbc5fbb46b0423deda4c08dac98e2" }, "downloads": -1, "filename": "microscopestitching-0.2.0.tar.gz", "has_sig": false, "md5_digest": "8dca2bf240760d35a00843b80ecbc86d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4143808, "upload_time": "2015-06-17T17:37:37", "url": "https://files.pythonhosted.org/packages/41/bc/95d3654abeb4835c6d8d847bad05e73c1fff5434635db09881dac1756c05/microscopestitching-0.2.0.tar.gz" } ] }