{ "info": { "author": "adal02", "author_email": "adal02.py@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.6" ], "description": "# cpselect\nDoes what cpselect does in MATLAB.\n\n## Prerequisites\nYou will need to have the following packages installed:\n* matplotlib (tested with 3.0.1)\n* Pillow (tested with 5.3.0)\n* PyQt5 (tested with 5.11.3)\n\n\n## Installing and import\n\nInstall the package using pip\n\n`pip install cpselect`\n\nand import it with\n\n`from cpselect.cpselect import cpselect`\n\n## Using cpselect\nJust call function `cpselect`. The function takes two inputs, two strings with the path to your pictures.\n\n`controlpointlist = cpselect(\"path/to/image1\", \"path/to/image2\")`\n\nIt will return a list object, which contains a dictionary for each control point.\n\n [\n {\n 'point_id': 1,\n 'img1_x': 1060.4614978873824,\n 'img1_y': 1152.554044351164,\n 'img2_x': 136.567465687222,\n 'img2_y': 1095.033125293419,\n }\n {\n 'point_id': 2,\n 'img1_x': 1681.815230178675,\n 'img1_y': 727.6577421225597,\n 'img2_x': 1378.2481704454449,\n 'img2_y': 101.68856148684131,\n }\n ]", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/adal02/phg-cpselect", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "cpselect", "package_url": "https://pypi.org/project/cpselect/", "platform": "", "project_url": "https://pypi.org/project/cpselect/", "project_urls": { "Homepage": "https://github.com/adal02/phg-cpselect" }, "release_url": "https://pypi.org/project/cpselect/1.0.3/", "requires_dist": null, "requires_python": "", "summary": "Does what cpselect does in MATLAB.", "version": "1.0.3" }, "last_serial": 5892218, "releases": { "1.0.2": [ { "comment_text": "", "digests": { "md5": "5fe6cdc14ca15f3301ca0f104e7d7b87", "sha256": "69531009e17671ae40fb23c13ad11334175e41052f271f34c771cd2167616bf2" }, "downloads": -1, "filename": "cpselect-1.0.2.tar.gz", "has_sig": false, "md5_digest": "5fe6cdc14ca15f3301ca0f104e7d7b87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14945, "upload_time": "2019-04-08T16:27:22", "url": "https://files.pythonhosted.org/packages/85/9a/cedff6bea6e890a3cfdba432b6270e7aa44cc8f396bac75ad3a33b765804/cpselect-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "0bfedebfdd16ca36bd31d9dfa43539f5", "sha256": "2f9b667f8ef217624a138cf958ff0a2693eca9439caa943008237d274ad1de3c" }, "downloads": -1, "filename": "cpselect-1.0.3.tar.gz", "has_sig": false, "md5_digest": "0bfedebfdd16ca36bd31d9dfa43539f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14707, "upload_time": "2019-09-26T19:01:39", "url": "https://files.pythonhosted.org/packages/55/ac/8c1fbc294ba1b62c5e62b200958f387efc19e37714d567d86386f0ef2f8b/cpselect-1.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0bfedebfdd16ca36bd31d9dfa43539f5", "sha256": "2f9b667f8ef217624a138cf958ff0a2693eca9439caa943008237d274ad1de3c" }, "downloads": -1, "filename": "cpselect-1.0.3.tar.gz", "has_sig": false, "md5_digest": "0bfedebfdd16ca36bd31d9dfa43539f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14707, "upload_time": "2019-09-26T19:01:39", "url": "https://files.pythonhosted.org/packages/55/ac/8c1fbc294ba1b62c5e62b200958f387efc19e37714d567d86386f0ef2f8b/cpselect-1.0.3.tar.gz" } ] }