171 Commits (680efe1a9725063d3f982f6c62abf319fd66b5cd)

Author SHA1 Message Date
Maksim Shabunin 83b2621de4 Android: renamed default library name for static and dynamic fallback load; fixed libz import for 64-bit platforms 10 years ago
Maksim Shabunin 33ab9ea188 AndroidMgr: fixed typos and package name 10 years ago
Maksim Shabunin caffbaafbe Updated Manager for Android 10 years ago
Andrey Pavlenko 6006790c18 releasing native memory in Java converters 10 years ago
aletheios 6a50a51b4e Bugfix #3705: params.setRecordingHint(true) breaks camera preview on Samsung Galaxy S2 10 years ago
Maksim Shabunin a362aca783 Rename manager package to OpenCV3 Manager 10 years ago
Maksim Shabunin 316d76bdb6 Rename OpenCV Engine to org.opencv.engine3 for release candidate 10 years ago
Simon Heinen d2dc7f4c27 Update android+AsyncServiceHelper.java 10 years ago
Simon Heinen 0df9dc8fb9 Update android+AsyncServiceHelper.java 10 years ago
Maksim Shabunin 231685133e OpenCV Manager: support 3.0.0 library 10 years ago
Maksim Shabunin 457123027e Modified java wrapping mechanism 10 years ago
Alexander Alekhin 52effe9e72 Android: fix JavaCameraView implementation 10 years ago
Simon Heinen 5d97dd0ea5 Update android+AsyncServiceHelper.java 10 years ago
Vadim Pisarevsky d2b9dc5530 quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val) 10 years ago
Vadim Pisarevsky 1176d4ef84 fixed some more compile errors and test failures 10 years ago
Vadim Pisarevsky 9c9ecc22e2 fixed opencv_java build 10 years ago
Vadim Pisarevsky c422bdc3f8 fixed some more compile errors and test failures 10 years ago
Vadim Pisarevsky 61cddd8b63 fixed opencv_java build 10 years ago
Vadim Pisarevsky 27d2d3cbac fixed doc builder complains and the test failures 10 years ago
Vadim Pisarevsky 31df47b6ea moved nonfree and a part of features2d to opencv_contrib/xfeatures2d 10 years ago
Vadim Pisarevsky 8e9d1d9fe6 temporarily disabled java bindings for ml; hopefully fixed warnings etc. 10 years ago
vbystricky d58f736935 Split highgui module to videoio and highgui 11 years ago
vbystricky 4286f60387 Extract imgcodecs module from highgui 11 years ago
Muto Masayuki 518d0df201 Add AKAZE support for the Java wrapper 11 years ago
Alexander Smorkalov e23f7303a6 OpenCV version++. OpenCV Manager version++. 11 years ago
Alexander Smorkalov d17740ec87 Bug #3553 JavaCameraView frame format and cvtColor format inconsistency fixed. 11 years ago
Alexander Smorkalov 846266fde4 Native camera fix for some deivices with Qualcomm SoC like Samsung Galaxy S4. 11 years ago
Alexander Smorkalov c78142acb0 Bug #3391 org.opencv.android.NativeCameraView crashes after latest OpenCV Manager update fixed. 11 years ago
Alexander Smorkalov dbe7634286 Dead code removed as this cannot be null in Java. 11 years ago
Alexander Smorkalov 6ae4a9b09b Multiple improvements in OpenCV examples build. 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. 11 years ago
Alexander Smorkalov 4ec1930949 OpenCV version++; OpenCV Manager version++. 11 years ago
Roman Donchenko 65389e41db Revert commit 994e07db0 (PR #1715), because it's irrelevant for master. 11 years ago
Alexander Smorkalov f027cf80f7 OpenCV Version++. OpenCV Manager Version++. 11 years ago
Andrey Pavlenko a88360bea6 minor refactoring of Android VideoCapture jni code to make it similar to generated one 11 years ago
Alexander Smorkalov 994e07db07 Bug #3276 Java bindings binary compatibility is broken in branch 2.4 fixed. 11 years ago
Alexander Smorkalov 98cb1dcc9a MediaRecorder hint enabled for all Android devices with API level 14 and above. 11 years ago
Vladislav Vinogradov 0c7663eb3b Merge branch 'master' into gpu-cuda-rename 11 years ago
Roman Donchenko 2f942efdf7 Java: removed usages of Ptr<T>::addref(). 11 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 11 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 11 years ago
Andrey Pavlenko 5a9bd3f080 restoring binary compatibility 11 years ago
Andrey Pavlenko d4e098f401 enabling of VideoCapture(String) [fixing issue #3207] 11 years ago
Roman Donchenko 48a6edbdfe Fixed compilation errors. 11 years ago
Andrey Pavlenko a06891851d fixing compilation with `-Werror=format-security` enabled 11 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