Closed GoogleCodeExporter closed 8 years ago
OpenCV 2.3.1a rev1
Original comment by jerda...@speakeasy.net
on 29 Dec 2011 at 7:24
Ok, weird work around on this...
opencv_features2d.LDetector unusedLd = new opencv_features2d.LDetector();
opencv_features2d.PatchGenerator gen = new opencv_features2d.PatchGenerator();
//success
So I think this is just not loading the JNI at all..
I notice LDetector has a
static { load(); }
but PatchGenerator does not.
Original comment by jerda...@speakeasy.net
on 29 Dec 2011 at 7:35
Yes, seems to be missing. Thanks for reporting!
Original comment by samuel.a...@gmail.com
on 30 Dec 2011 at 3:42
Fixed in latest release
Original comment by samuel.a...@gmail.com
on 8 Jan 2012 at 3:32
Original issue reported on code.google.com by
jerda...@speakeasy.net
on 29 Dec 2011 at 7:19