Closed pekeler closed 5 years ago
Which platform are you running on ? There's a need to recompile all supported platform so we could start with a POC on your targeted environment.
MacOS 10.14.3
I've released a preview for 4.0.1 just for OSX. Could you help by writing a test for it ?
I compiled and build is passing on linux too: https://travis-ci.org/hellonico/origami
Could you check ? :)
Thank you! I’m afraid haven’t touched Java in 12 years and am both a Clojure and OpenCV noob (just picked computer vision as a subject to learn Clojure). I’ll see if I can figure out how to use the new jar tomorrow...
haha Well just the sample code you were trying to run will be ok then ... I'll figure out how to add it as a test case.
I ported https://docs.opencv.org/4.0.1/d5/d6f/tutorial_feature_flann_matcher.html to Clojure. https://gist.github.com/pekeler/5eddaae3523426aa147192a130783c56.
It works as expected with 4.0.1 on MacOS. With 4.0.0 it fails on line 41 (RuntimeException: Unable to find static field: DrawMatchesFlags_NOT_DRAW_SINGLE_POINTS
). Even after substituting that constant with the int 2
, it fails with IllegalArgumentException: No matching method: drawMatches
.
Note that originally I ported https://docs.opencv.org/4.0.0/d5/d6f/tutorial_feature_flann_matcher.html but that version has the same two problems with 4.0.0.
now to 4.1.1 so closing this.
Can we please update to 4.0.1? I'm currently running into https://github.com/opencv/opencv/issues/12963 with 4.0.0.