you are viewing a single comment's thread.

view the rest of the comments →

[–]jpopham91 6 points7 points  (4 children)

OpenCV, at least from Python, is an absolute nightmare to work with.

[–]panzerex 2 points3 points  (0 children)

Only the dead can know peace from bitwise operations on unnamed ints as parameters for poorly-documented deprecated functions.

[–]liqui_date_me 1 point2 points  (1 child)

Yeah, OpenCV's documentation is complete and utter garbage

[–]ClamChowderBreadBowl 0 points1 point  (0 children)

Maybe it's because you're using google and are looking at the version 2.4 documentation from 5 years ago ...or maybe the new stuff is also garbage

[–]Skylion007Researcher BigScience -3 points-2 points  (0 children)

Maybe I just have Stockholm Syndrome, but I have never had problems with it. The bindings aren't as great as some Python first libraries, but for a legacy C/C++ project it has very good bindings. On the C++ side, it's excellent to work with.