https://github.com/dkogan/pdl-opencv
PDL bindings to OpenCV
https://github.com/dkogan/pdl-opencv
Last synced: 4 months ago
JSON representation
PDL bindings to OpenCV
- Host: GitHub
- URL: https://github.com/dkogan/pdl-opencv
- Owner: dkogan
- License: other
- Created: 2011-04-25T08:15:24.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2014-08-28T01:07:42.000Z (almost 12 years ago)
- Last Synced: 2026-02-11T02:25:37.134Z (4 months ago)
- Language: Pure Data
- Homepage:
- Size: 428 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
This is an early prototype of PDL bindings to OpenCV. All bindings are
auto-generated from OpenCV headers. Any OpenCV function that doesn't take as its
arguments ONLY matrices or scalars is not yet bound. Since everything is
auto-generated, all piddles have to have the correct sizes before calling the
OpenCV routines. THIS INCLUDES OUTPUTS. This requirement makes any useful PDL
threading impossible. Further, at this point ALL arguments must be
supplied. PDL::null can be used for empty piddles.
So far this has ONLY been tested on amd64 machines running Debian
GNU/Linux. This is significant because the parsed OpenCV headers came from the
Debian libcv-dev package.