dfd-tud / deda

Home Page:https://dfd.inf.tu-dresden.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenCV false build path?

jkuhnregnier opened this issue · comments

I'm wondering whether there is a false build path included in deda or whether it's just not correctly set up on my computer.
The call path is strange because there is no user "travis" on my computer, thus, I am wondering whether this is something that is hard-coded.

python3 deda_parse_print.py new_dots.pdf
OpenCV(3.4.1) Error: Assertion failed (!buf.empty() && buf.isContinuous()) in imdecode_, file /Users/travis/build/skvark/opencv-python/opencv/modules/imgcodecs/src/loadsave.cpp, line 731

Any idea?

Ok. Besides please note that your PNG seems to be very small. Automatic dpi detection works on A4 pages but shows 0.00 here. You can also set the number from the scanner's dpi setting with parameter --inputDpi.

If you give a PDF to opencv it produces an error. The rest were just hints ;)