584 Commits (bd144cfa64094966e9fdf95c18e6ea594c34fe82)

Author SHA1 Message Date
vbystricky d58f736935 Split highgui module to videoio and highgui 10 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
Ilya Lavrenov 66b2acc8ee removed ocl from allmodules list 11 years ago
Roman Donchenko 0dad2876e2 Removed all use of the obsolete IMMEDIATE parameter to configure_file. 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 b75cbfde45 All installed files marked with component names for install customization. 11 years ago
Hilton Bristow 2f45942adc converted necessary files for python3 compatibility using 2to3 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
Alexander Smorkalov 5a5c82bb1d Additional ENABLE_DYNAMIC_CUDA option implemented in cmake. Warning fixes and refactoring. 11 years ago
Alexander Smorkalov 037ffcdf99 Dynamic CUDA support library reimplemented as OpenCV module. 11 years ago
Vladimir Bystricky 66145ea06c Add CV_CAP_INTELPERC and CV_CAP_PROP_INTELPERC_ prefixes to const_ignore_list 11 years ago
Ilya Lavrenov 3eaa8f149b added cv::intergal to T-API 11 years ago
Roman Donchenko 615d6c22d1 Switched OpenCV to a 3-component version number. 11 years ago
Roman Donchenko 65389e41db Revert commit 994e07db0 (PR #1715), because it's irrelevant for master. 11 years ago
Vincent Rabaud 0b1df62215 add VERBATIM as advised by @SpecLad 11 years ago
Vincent Rabaud 3b0108e4c1 fix the crash as suggested by @SpecLad 11 years ago
Vincent Rabaud e1b2f593d6 fix crash when path has spaces 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 Alekhin 4b17d073c0 cmake: fix linker dependencies for opencv_java 11 years ago
Roman Donchenko 5bb6949bd6 Fix running Java tests with run.py on everything other than Windows. 11 years ago
Alexander Alekhin 2a9d24323c cmake: add opencv_java into list of exported targets (fix for android) 11 years ago
Roman Donchenko a61d1e6494 Delete an import of junit.framework.Assert, which is deprecated in JUnit 4.x. 11 years ago
Roman Donchenko 7ff91665cf In Java bindings, wrap version constants into functions to prevent inlining. 11 years ago
Alexander Alekhin bc089bb18c cmake: update java module install rules 11 years ago
Roman Donchenko b525c28244 Updated the Java bindings and docs to support the version status. 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 6ebfa87181 Delete a bunch more trailing whitespace that slipped through the cracks. 11 years ago
Vladislav Vinogradov a41006754e fix documentation 11 years ago
Roman Donchenko 3c137f7a04 Converted tabs to spaces. 11 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 11 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 11 years ago
Alexander Smorkalov e37f7a4c73 Typo in Java generator fixed. 11 years ago
Andrey Pavlenko 5a9bd3f080 restoring binary compatibility 11 years ago
Andrey Pavlenko f3b1933a92 LinkedList -> ArrayList 11 years ago
Andrey Pavlenko 4902db1c42 also fixing JNI library name in JUnit tests 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