Quote:
Originally Posted by lopsided98
I wouldn't use JavaCV (the old third-party Java wrappers) because they only support OpenCV 2 and there is now an official Java API. It does not have its own documentation but the C++ documentation applies to it as well in most cases.
|
This. I've noticed a few changes, specifically that there is no IplImage anymore (Mat is the new storage type of choice) and imread/imwrite is in Imgcodecs.