{ "info": { "author": "Michael Sobrepera", "author_email": "mjsobrep@live.com", "bugtrack_url": null, "classifiers": [], "description": "camera_calibration\n==================\nThis library takes in images of a chessboard or grid of circles in a folder and\ngenerates camera calibration data based on the images.\n\nSome tips:\n * Use an asymmetric grid (different number of rows and cols). Don't worry\n if you already have a grid that is symmetric, just cover a row or column with\n white paper or tape.\n * Use a grid with a white border around it.\n * Take more images than you think you will need. Often, some images fail.\n\n\nTo Install:\n-----------\nUsing PIP (recommended):\n........................\n``pip install camera_calibration``\n\nUsing SetupTools:\n.................\n #. Clone the repository or download the zip\n #. run: ``python setup.py install``\n\n **A Note on virtualenv**: When using a virtual env, one must copy their cv2.so\n (linux) or cv2.pyd (windows) file into the virtual environment at\n Lib/site-packages\n\nTo use within another python script:\n------------------------------------\nThe calibration routine can be run from within another script like this::\n\n import camera_calibration as cc\n cc.calibrate(dir, rows, cols, win, save, outdir, space, visualize, circles)\n\n============= ========= ========================================================\nArg Type Use\n============= ========= ========================================================\n``dir`` ``str`` The directory where the image sources are\n``rows`` ``int`` The number of internal corners on the grid vertically\n``cols`` ``int`` The number of internal corners on the grid horizontally\n``win`` ``int`` The window across which to look for sub-pixel corners\n``save`` ``bool`` Whether or not to save output\n``outdir`` ``str`` Where to save output\n``space`` ``float`` The grid spacing in mm\n``visualize`` ``bool`` Whether or not to visualize output while running\n``circles`` ``bool`` Whether to use a circle grid\n============= ========= ========================================================\n\nTo use as a standalone command line utility:\n--------------------------------------------\nThis system can also be used from the commandline. Once the system is installed,\nso long as python is on your path, it can be run very simply. For more\ninformation, run ``calibrate-camera -h`` from the commandline/terminal\n\nThanks:\n-------\nThis is heavily based on `This Tutorial `_.\n\nContributors:\n-------------\n- Michael Sobrepera\n- Toni Cvitanic\n\nLicense:\n--------\nThe MIT License (MIT)\n\nCopyright (c) 2016 GTRC.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.", "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/IRIM-Technology-Transition-Lab/camera-calibration.git", "keywords": null, "license": "License :: OSI Approved :: MIT License", "maintainer": null, "maintainer_email": null, "name": "camera_calibration", "package_url": "https://pypi.org/project/camera_calibration/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/camera_calibration/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/IRIM-Technology-Transition-Lab/camera-calibration.git" }, "release_url": "https://pypi.org/project/camera_calibration/0.2/", "requires_dist": null, "requires_python": null, "summary": "A basic script to run camera calibration on images in a folder.", "version": "0.2" }, "last_serial": 2006536, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "ba3960ddd258c55e5f40ee83e14730fa", "sha256": "11197c99ceb25e1211eb134c36a29811a5703d71550e6addc3268853b96e8e66" }, "downloads": -1, "filename": "camera_calibration-0.1.zip", "has_sig": false, "md5_digest": "ba3960ddd258c55e5f40ee83e14730fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14535, "upload_time": "2016-03-10T17:24:54", "url": "https://files.pythonhosted.org/packages/0e/3d/97528ed0a5f4bcfff5676a1949654048aa7915b97258d322ac410b3dc6ec/camera_calibration-0.1.zip" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "7ccb8672246076259094fb487b298d1d", "sha256": "1bc844f817123d2e1ceaf5b8eb987292d8ad92ea29126306f84592c904aefdbc" }, "downloads": -1, "filename": "camera_calibration-0.2.zip", "has_sig": false, "md5_digest": "7ccb8672246076259094fb487b298d1d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14634, "upload_time": "2016-03-14T19:19:10", "url": "https://files.pythonhosted.org/packages/09/55/55d036447162cdacc3b91d7f0c835e9ec465f5d4356f09bdbba7c2996eb1/camera_calibration-0.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7ccb8672246076259094fb487b298d1d", "sha256": "1bc844f817123d2e1ceaf5b8eb987292d8ad92ea29126306f84592c904aefdbc" }, "downloads": -1, "filename": "camera_calibration-0.2.zip", "has_sig": false, "md5_digest": "7ccb8672246076259094fb487b298d1d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14634, "upload_time": "2016-03-14T19:19:10", "url": "https://files.pythonhosted.org/packages/09/55/55d036447162cdacc3b91d7f0c835e9ec465f5d4356f09bdbba7c2996eb1/camera_calibration-0.2.zip" } ] }