Skip to main content

Fast, GPU-accelerated computer vision and image processing

Project description

Build Status Coverage Status Documentation Status

GPU-accelerated vision processing using VisionCpp.

Requirements

Installation

$ pip install visioncpp

To build from source:

$ virtualenv env
$ source env/bin/activate
(env) $ python ./setup.py install

Get Started

$ python
>>> import visioncpp as vp
>>> vp.init("~/ComputeCpp-CE-0.1-Linux")  # path to your ComputeCpp package
>>> a = vp.Image("examples/lena.jpg")
>>> b = vp.show(a)
>>> vp.run(b)

See the tutorial for more information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

visioncpp-0.1.0.tar.gz (64.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page