{ "info": { "author": "Faliu", "author_email": "yifaliu86@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation", "Topic :: Software Development :: Libraries" ], "description": "\nSMDTest\n======\n\nA simple python wrapper for disparity calculation.\n\nThe PSMNet is from: https://github.com/JiaRenChang/PSMNet\n\n\nThe code is Python 2, but Python 3 compatible.\n\nInstallation\n============\n\nFast install:\n\n```\nfor python2: pip install SMDTest\n\nfor python3: pip3 install SMDTest\n``` \n\n\nExample:\n\n\n```\nfrom PSMNet import smd\ndisparity_img = smd.calculate_disparity(imgL,imgR)\ncorrected_img = smd.correct_img(imgR,disparity_img)\n```\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/NewBee", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "SMDTest", "package_url": "https://pypi.org/project/SMDTest/", "platform": "all", "project_url": "https://pypi.org/project/SMDTest/", "project_urls": { "Homepage": "https://github.com/NewBee" }, "release_url": "https://pypi.org/project/SMDTest/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "calculate the disparity from a stereo image using PSMNet", "version": "1.0.0" }, "last_serial": 4353225, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "368f3ab53c88d0b40e467d26ba8100e3", "sha256": "bcdf8612e56fd378c6ebba3705882cb6588885948516ec93eabbea30733ec13c" }, "downloads": -1, "filename": "SMDTest-1.0.0.tar.gz", "has_sig": false, "md5_digest": "368f3ab53c88d0b40e467d26ba8100e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19463058, "upload_time": "2018-10-08T19:13:53", "url": "https://files.pythonhosted.org/packages/63/05/da8abce8307089664d670f44498aba0acd054c9458ea2df67541c4b75585/SMDTest-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "368f3ab53c88d0b40e467d26ba8100e3", "sha256": "bcdf8612e56fd378c6ebba3705882cb6588885948516ec93eabbea30733ec13c" }, "downloads": -1, "filename": "SMDTest-1.0.0.tar.gz", "has_sig": false, "md5_digest": "368f3ab53c88d0b40e467d26ba8100e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19463058, "upload_time": "2018-10-08T19:13:53", "url": "https://files.pythonhosted.org/packages/63/05/da8abce8307089664d670f44498aba0acd054c9458ea2df67541c4b75585/SMDTest-1.0.0.tar.gz" } ] }