Fast, GPU-accelerated computer vision and image processing
Project description
GPU-accelerated vision processing using VisionCpp.
Requirements
python 2.7 or >= 3.3
ComputeCpp Community Edition Beta
clang-format (optional)
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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file visioncpp-0.1.0.tar.gz.
File metadata
- Download URL: visioncpp-0.1.0.tar.gz
- Upload date:
- Size: 64.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b59b1f9a81db9ec367191742f2782f684c193d1f354861bb4bfa97652ba467bd
|
|
| MD5 |
5b071d14eb683245bf3053bce275e1f5
|
|
| BLAKE2b-256 |
9265a954d53bb410f0a7cfcd6ed8dc9d942420c5c19c2d20bdc580dde2d98e38
|