{ "info": { "author": "Dave Williams", "author_email": "cdave@uw.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Multimedia :: Graphics", "Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator" ], "description": "===========\ntiffcapture\n===========\n\nProvides a PIL based capture interface to multi-part tiffs, allowing them to be used more easily with OpenCV. This allows you to use OpenCV's image and video processing capabilities with tiff stacks, a video form frequently encountered in scientific video as it is lossless and supports custom metadata. \n\nExamples\n========\n\nA minimal example looks like this::\n\n import tiffcapture as tc\n import matplotlib.pyplot as plt\n tiff = tc.opentiff(filename)\n plt.imshow(tiff.read()[1])\n plt.show()\n tiff.release()\n \n\nMore real world usage looks like this::\n\n import tiffcapture as tc\n import cv2\n tiff = tc.opentiff(filename) #open img\n _, first_img = tiff.retrieve() \n cv2.namedWindow('video')\n for img in tiff:\n tempimg = cv2.absdiff(first_img, img) # bkgnd sub\n _, tempimg = cv2.threshold(tempimg, 5, 255, \n cv2.THRESH_BINARY) # convert to binary\n cv2.imshow('video', tempimg)\n cv2.waitKey(80)\n cv2.destroyWindow('video')\n \n\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/cdw/TiffCapture/archive/0.1.6.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cdw/TiffCapture", "keywords": "tiff", "license": "LICENSE.txt", "maintainer": "", "maintainer_email": "", "name": "TiffCapture", "package_url": "https://pypi.org/project/TiffCapture/", "platform": "", "project_url": "https://pypi.org/project/TiffCapture/", "project_urls": { "Download": "https://github.com/cdw/TiffCapture/archive/0.1.6.tar.gz", "Homepage": "https://github.com/cdw/TiffCapture" }, "release_url": "https://pypi.org/project/TiffCapture/0.1.6/", "requires_dist": null, "requires_python": "", "summary": "Brings the power of OpenCV to TIFF videos; provides interface to multi-part TIFFs compatible with OpenCV's VideoCapture.", "version": "0.1.6" }, "last_serial": 2741696, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "859a03d78aa316b60a18e5be4203e132", "sha256": "62ce1799211344fca1aca0a82880cc1053121bf554deffc2c0b2261d7ca6db3a" }, "downloads": -1, "filename": "TiffCapture-0.1.0.tar.gz", "has_sig": false, "md5_digest": "859a03d78aa316b60a18e5be4203e132", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3695, "upload_time": "2014-05-14T18:23:28", "url": "https://files.pythonhosted.org/packages/ff/1f/9812c3315de1f8957f8e3691a6c3c4714244ef2499bff31114ee0c3ee14e/TiffCapture-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "24dbdb2a4d07d56848aafae660f5446f", "sha256": "2de91bbf1f2dde6c030b4d0125f1d6e8fa8a23aed643cfec9e685ac0ae2e486e" }, "downloads": -1, "filename": "TiffCapture-0.1.1.tar.gz", "has_sig": false, "md5_digest": "24dbdb2a4d07d56848aafae660f5446f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3700, "upload_time": "2014-05-14T18:33:16", "url": "https://files.pythonhosted.org/packages/b9/57/e48124a81bd694ba80ac62ebb317b09a445250ecf423d3bc11a70b3bde9e/TiffCapture-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "12415743ffc79c1e1c66e5beffc60502", "sha256": "89184fb912162d376e3350cbfb11b5394e9aa4d36083e3d948e4176de6ad81a4" }, "downloads": -1, "filename": "TiffCapture-0.1.2.tar.gz", "has_sig": false, "md5_digest": "12415743ffc79c1e1c66e5beffc60502", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3712, "upload_time": "2014-05-14T19:05:11", "url": "https://files.pythonhosted.org/packages/2b/e1/a41e89bf76a3991d4e2927c13086a5cb72e0c85feb96d5444a4dc933d36c/TiffCapture-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "57fe98689f505f73623fb49e45692439", "sha256": "006a333b7882bca7891b049be8660c6cc284034c7320a4ed7aceac4420200e1f" }, "downloads": -1, "filename": "TiffCapture-0.1.3.tar.gz", "has_sig": false, "md5_digest": "57fe98689f505f73623fb49e45692439", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3742, "upload_time": "2014-05-15T21:29:53", "url": "https://files.pythonhosted.org/packages/ab/2c/5cc8a32af7a99d1914009ee7e01b3501a056a7c9b29026b2b48ad764358c/TiffCapture-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "45df2d1c96dcae078d15233acc63d578", "sha256": "040c8f19a4c3b1c84b54c5cd3d0d341279d5cc1a1fc6f7e752f99e11b5fa242d" }, "downloads": -1, "filename": "TiffCapture-0.1.4.tar.gz", "has_sig": false, "md5_digest": "45df2d1c96dcae078d15233acc63d578", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3788, "upload_time": "2016-06-29T00:04:35", "url": "https://files.pythonhosted.org/packages/7a/0d/0e70271ba5607d8eda23353dc323b284a8f3036fada2aeb777a09a1cfba8/TiffCapture-0.1.4.tar.gz" } ], "0.1.5": [], "0.1.6": [ { "comment_text": "", "digests": { "md5": "a1d6a4807fbb2db2e8c7e391e9970d22", "sha256": "d7a33097536bff6ffedb1715b6a44ca78e0df5fae8535e24ddd7e918bf948425" }, "downloads": -1, "filename": "TiffCapture-0.1.6.tar.gz", "has_sig": false, "md5_digest": "a1d6a4807fbb2db2e8c7e391e9970d22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3899, "upload_time": "2017-03-30T16:26:45", "url": "https://files.pythonhosted.org/packages/1b/cc/0ab217237c2d195a61e42635421bd8a8c83927526b950066ac4853a79f10/TiffCapture-0.1.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a1d6a4807fbb2db2e8c7e391e9970d22", "sha256": "d7a33097536bff6ffedb1715b6a44ca78e0df5fae8535e24ddd7e918bf948425" }, "downloads": -1, "filename": "TiffCapture-0.1.6.tar.gz", "has_sig": false, "md5_digest": "a1d6a4807fbb2db2e8c7e391e9970d22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3899, "upload_time": "2017-03-30T16:26:45", "url": "https://files.pythonhosted.org/packages/1b/cc/0ab217237c2d195a61e42635421bd8a8c83927526b950066ac4853a79f10/TiffCapture-0.1.6.tar.gz" } ] }