Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

OpenCV 2.4.13 does not have an imgcodecs module (neither a core.DMatch class). You need OpenCV 3.x for that. Take a look at the Java OpenCV docs: http://docs.opencv.org/java/3.1.0/

OpenCV 2.4.13 does not have an imgcodecs module (neither a core.DMatch class). You need OpenCV 3.x for that. Take a look at the Java OpenCV docs: http://docs.opencv.org/java/3.1.0/http://docs.opencv.org/java/3.1.0/ (compare with http://docs.opencv.org/java/2.4.11/)