{ "info": { "author": "Chris Cummins", "author_email": "chrisc.101@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "VisionCpp\n=========\n\n|Build Status| |Coverage Status| |Documentation Status|\n\nGPU-accelerated vision processing using\n`VisionCpp `__.\n\nRequirements\n------------\n\n- python 2.7 or >= 3.3\n- `ComputeCpp `__\n Community Edition Beta\n- `clang-format `__\n *(optional)*\n\nInstallation\n------------\n\n::\n\n $ pip install visioncpp\n\nTo build from source:\n\n.. code:: sh\n\n $ virtualenv env\n $ source env/bin/activate\n (env) $ python ./setup.py install\n\nGet Started\n-----------\n\n.. code:: sh\n\n $ python\n\n.. code:: py\n\n >>> import visioncpp as vp\n >>> vp.init(\"~/ComputeCpp-CE-0.1-Linux\") # path to your ComputeCpp package\n >>> a = vp.Image(\"examples/lena.jpg\")\n >>> b = vp.show(a)\n >>> vp.run(b)\n\nSee the `tutorial `__\nfor more information.\n\n.. |Build Status| image:: https://travis-ci.org/ChrisCummins/visioncpp.svg?branch=development\n :target: https://travis-ci.org/ChrisCummins/visioncpp\n.. |Coverage Status| image:: https://coveralls.io/repos/github/ChrisCummins/visioncpp/badge.svg?branch=development\n :target: https://coveralls.io/github/ChrisCummins/visioncpp?branch=development\n.. |Documentation Status| image:: https://img.shields.io/badge/docs-latest-f39f37.svg\n :target: http://chriscummins.cc/visioncpp/\n", "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/ChrisCummins/visioncpp/tree/development/contrib/python", "keywords": "vision,image processing,gpu,sycl,computecpp,machine learning", "license": "Apache License, Version 2.0", "maintainer": null, "maintainer_email": null, "name": "visioncpp", "package_url": "https://pypi.org/project/visioncpp/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/visioncpp/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ChrisCummins/visioncpp/tree/development/contrib/python" }, "release_url": "https://pypi.org/project/visioncpp/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Fast, GPU-accelerated computer vision and image processing", "version": "0.1.0" }, "last_serial": 2425958, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "1d7b559dc7c50dd32c3bd5f21a5ff588", "sha256": "564d1574eafcf826024b6d034f90f39175babedcd74adf964b977ac3cb49885e" }, "downloads": -1, "filename": "visioncpp-0.0.1.tar.gz", "has_sig": false, "md5_digest": "1d7b559dc7c50dd32c3bd5f21a5ff588", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62684, "upload_time": "2016-09-30T14:30:20", "url": "https://files.pythonhosted.org/packages/9f/4d/1f06d9b15c8e71ad44dd16946dee370126b55143d641aed36c0e998b010d/visioncpp-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "2ff185c05f49824e815b0b7abaa93eff", "sha256": "fb9d8a282d4f2d7f6c46f9f0a23e40b141988538142ae86e549253a115b77686" }, "downloads": -1, "filename": "visioncpp-0.0.2.tar.gz", "has_sig": false, "md5_digest": "2ff185c05f49824e815b0b7abaa93eff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62613, "upload_time": "2016-09-30T14:33:55", "url": "https://files.pythonhosted.org/packages/4e/df/2276e04d1af6597a5eacefb403766e40e1778d3ebd2fa5529df7e4d770fb/visioncpp-0.0.2.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "5b071d14eb683245bf3053bce275e1f5", "sha256": "b59b1f9a81db9ec367191742f2782f684c193d1f354861bb4bfa97652ba467bd" }, "downloads": -1, "filename": "visioncpp-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5b071d14eb683245bf3053bce275e1f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 64381, "upload_time": "2016-10-27T11:17:14", "url": "https://files.pythonhosted.org/packages/92/65/a954d53bb410f0a7cfcd6ed8dc9d942420c5c19c2d20bdc580dde2d98e38/visioncpp-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5b071d14eb683245bf3053bce275e1f5", "sha256": "b59b1f9a81db9ec367191742f2782f684c193d1f354861bb4bfa97652ba467bd" }, "downloads": -1, "filename": "visioncpp-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5b071d14eb683245bf3053bce275e1f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 64381, "upload_time": "2016-10-27T11:17:14", "url": "https://files.pythonhosted.org/packages/92/65/a954d53bb410f0a7cfcd6ed8dc9d942420c5c19c2d20bdc580dde2d98e38/visioncpp-0.1.0.tar.gz" } ] }