78 Commits (4eec73962410e171a5458bf7f413e5274cddebf4)

Author SHA1 Message Date
Giles Payne 5cf08b0722 Fix/optimize Android put/get functions 4 years ago
Alexander Alekhin 80c4cedd25 android: use .getRowStride() in JavaCamera2View 6 years ago
Jan Starzynski e9ed7eb68d make -fvisibility=hidden work with java 1.7 6 years ago
Giles Payne 11dbd86aa3 Merge pull request #13956 from komakai:java-mat-class-improvements 6 years ago
berak 0cd14e3fb4 java: add support for MatOfRotatedRect 7 years ago
Dmitry Kurtaev 92f754c675 Add methods to reshape Mat in Java by array of shapes and retreive sizes of each dimension. 7 years ago
Hamdi Sahloul a39e0daacf Utilize CV_UNUSED macro 7 years ago
berak 72f422c7dc java: fix LIST_GET macro 7 years ago
luz.paz d05714995c Misc. modules/ cont. pt2 7 years ago
Alexander Alekhin 8533b45ce9 cmake: Java/Android SDK refactoring 7 years ago
Alexander Alekhin 0cad2d2a83 java: files rename 7 years ago
SarenT c6d9ce8fd3 Merge pull request #10489 from SarenT:offset-mat_put 7 years ago
Florian Echtler 2e772510ea Merge pull request #10050 from floe/android-studio-3.3.1 8 years ago
Alexander Alekhin 01519313d7 dnn: invalid bindings 8 years ago
Aleksandr Rybnikov 8b1146deb2 Added function to get timings for layers 8 years ago
abratchik 037d8fbdcd Refactor OpenCV Java Wrapping 8 years ago
utibenkei 579ffbf97e Added Java wrapping for tracking module 8 years ago
Jan Starzynski 479f933970 get/put: more type-safety and code unification using templates 9 years ago
Maksim Shabunin f49936a849 Fixed cmake and build issues when using Visual Studio 2015 10 years ago
Maksim Shabunin 6e9d0d9a0c Visual Studio 2015 warning and test fixes 10 years ago
Maksim Shabunin 457123027e Modified java wrapping mechanism 10 years ago
Vadim Pisarevsky d2b9dc5530 quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val) 11 years ago
Vadim Pisarevsky 1176d4ef84 fixed some more compile errors and test failures 11 years ago
Vadim Pisarevsky 9c9ecc22e2 fixed opencv_java build 11 years ago
Vadim Pisarevsky c422bdc3f8 fixed some more compile errors and test failures 11 years ago
Vadim Pisarevsky 61cddd8b63 fixed opencv_java build 11 years ago
Vadim Pisarevsky 27d2d3cbac fixed doc builder complains and the test failures 11 years ago
Vadim Pisarevsky 31df47b6ea moved nonfree and a part of features2d to opencv_contrib/xfeatures2d 11 years ago
Vadim Pisarevsky 8e9d1d9fe6 temporarily disabled java bindings for ml; hopefully fixed warnings etc. 11 years ago
Muto Masayuki 518d0df201 Add AKAZE support for the Java wrapper 11 years ago
Vladislav Vinogradov 5f88e2b496 fix #3477: 11 years ago
Alexander Alekhin 5474935a81 fixes for defects from code coverity 11 years ago
Vladislav Vinogradov c41e8006c7 fix #3477: 11 years ago
Alexander Smorkalov e79c875fe2 Java wrappers for functions from cv::gpu namespace in core module added. 12 years ago
Roman Donchenko 65389e41db Revert commit 994e07db0 (PR #1715), because it's irrelevant for master. 12 years ago
Andrey Pavlenko a88360bea6 minor refactoring of Android VideoCapture jni code to make it similar to generated one 12 years ago
Alexander Smorkalov 994e07db07 Bug #3276 Java bindings binary compatibility is broken in branch 2.4 fixed. 12 years ago
Vladislav Vinogradov 0c7663eb3b Merge branch 'master' into gpu-cuda-rename 12 years ago
Roman Donchenko 2f942efdf7 Java: removed usages of Ptr<T>::addref(). 12 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 12 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 12 years ago
Andrey Pavlenko 5a9bd3f080 restoring binary compatibility 12 years ago
Andrey Pavlenko d4e098f401 enabling of VideoCapture(String) [fixing issue #3207] 12 years ago
Roman Donchenko 48a6edbdfe Fixed compilation errors. 12 years ago
Andrey Pavlenko a06891851d fixing compilation with `-Werror=format-security` enabled 12 years ago
Jan Starzynski d6b86d43c9 removed declaration of throwJavaException 12 years ago
Jan Starzynski 70930a30a1 refactored throwJavaException() and removed useless returns 12 years ago
Jan Starzynski 925e4eec98 removed multiplied code for exception handling 12 years ago
Jan Starzynski ee42b65063 corrected some spelling errors 12 years ago
Jan Starzynski 12c42ac145 fixed strings in n1_dims(): n1_dcols() -> n1_dims() 12 years ago