Revision 85677932
Added by coolo over 9 years ago
- ID 85677932b1fd4a8a4f8fc8bfd680177b752e07a0
Files
- added
- modified
- copied
- renamed
- deleted
- .gitignore (diff)
- INSTALL (diff)
- basetest.pm (diff)
- bmwqemu.pm (diff)
- cv.pm
- ocr.pm (diff)
- ppm.pm
- ppmclibs
- .gitignore
- Makefile
- Makefile.PL
- tinycv.cc
- tinycv.h (diff)
- tinycv.pm
- tinycv.xs
- tinycv_impl.cc
- typemap
- tools
move (most of) ppm usage to opencv functions
The functions for opencv are stubs only (all in tinycv_impl.cc)
I removed the ppm module completely and replaced it with the cv
module. This is highly untested as testing is hard with stubs