/README

http://github.com/dkogan/PDL-OpenCV · #! · 12 lines · 10 code · 2 blank · 0 comment · 0 complexity · 961632a4b3af426582f4a4a978eaeae7 MD5 · raw file

  1. This is an early prototype of PDL bindings to OpenCV. All bindings are
  2. auto-generated from OpenCV headers. Any OpenCV function that doesn't take as its
  3. arguments ONLY matrices or scalars is not yet bound. Since everything is
  4. auto-generated, all piddles have to have the correct sizes before calling the
  5. OpenCV routines. THIS INCLUDES OUTPUTS. This requirement makes any useful PDL
  6. threading impossible. Further, at this point ALL arguments must be
  7. supplied. PDL::null can be used for empty piddles.
  8. So far this has ONLY been tested on amd64 machines running Debian
  9. GNU/Linux. This is significant because the parsed OpenCV headers came from the
  10. Debian libcv-dev package.