80 Commits (adbb1471fcb55f8dbcf454d296016183fe8b078e)

Author SHA1 Message Date
abratchik 4207ebbce7 fix for VideoCapture crash 8 years ago
abratchik 084c595855 fix for legacy FeatureDetector and DescriptorMatcher classes 8 years ago
Alexander Alekhin c16c803fe9 java: integrate code from base modules 8 years ago
abratchik 789b35d813 improved fix for java wrapper generator (gen_java.py) to avoid generation of java methods with duplicate signatures(v3) 8 years ago
Alexander Alekhin 714db4cf0d java: fix Ptr<> code generation 8 years ago
abratchik be028d0774 fix for #7420, #7421 8 years ago
Jcrist99 770c69a978 fix for feature2d java wrappers as described in this post: http://ans… (#7372) 8 years ago
mshabunin 7a7a2749e0 Fixed java wrappers 8 years ago
Marek Smigielski 1aa14e4929 fix tab for gen_java.py 8 years ago
Marek Smigielski 723b42e0da Add namespaces and proper support of the pointers 8 years ago
Marek Smigielski ef45005056 Adding support for pointer generation. Fixes #6605 9 years ago
dharezlak 308b47ce58 Improved Java wrapper generation 9 years ago
Jason von Nieda f4b502dd03 Adds supports for the majority of features2d to the Java wrappers: 9 years ago
Nikolay Polyarniy 46e08d34dd T-API python support implemented: 9 years ago
Maksim Shabunin 5ebc7f0b72 Simple Moments class for Java 9 years ago
Maksim Shabunin f49936a849 Fixed cmake and build issues when using Visual Studio 2015 9 years ago
Maksim Shabunin 6e9d0d9a0c Visual Studio 2015 warning and test fixes 9 years ago
berak a11ff876d4 enable VideoWriter class for java 9 years ago
Alexander Alekhin bbff288447 fix build with python3 only 9 years ago
Maksim Shabunin caffbaafbe Updated Manager for Android 10 years ago
Andrey Pavlenko 72ec9c159e releasing native memory of temp `Mat` objects in generated Java code 10 years ago
Andrey Pavlenko c1c03e16f4 releasing native memory of temp `Mat` objects in generated Java code 10 years ago
Andrey Pavlenko ab8afc3bcc Revert of "Merge pull request #4006 from sgjava:opencv-steve" (reverted from commit 4743184078) 10 years ago
Andrey Pavlenko d67d32af48 Revert of "Merge pull request #4014 from sgjava:opencv-sgjava" (reverted from commit 52fa55a770) 10 years ago
sgjava fe0ce9282a Changed delete() modifier to public from protected 10 years ago
sgjava 0f53526598 Added VideoWriter and changed finalize to delete 10 years ago
Prof. Dr. Rudolf Haussmann a9d4e05346 Changes to be committed: 10 years ago
Prof. Dr. Rudolf Haussmann a7bf1d53d8 Changes to be committed: 10 years ago
Prof. Dr. Rudolf Haussmann 9f1eb70dbc Changes to be committed: 10 years ago
Maksim Shabunin 457123027e Modified java wrapping mechanism 10 years ago
StevenPuttemans f151b1d277 fix wrong property name and corresponding documentation 10 years ago
Maksim Shabunin c5a1650ac0 Refactoring in gen_java.py script 10 years ago
Maksim Shabunin 0d7b44db50 Java wrappers now support nested namespaces and classes 10 years ago
Maksim Shabunin 39874ef742 Fixed some failing java tests 10 years ago
Maksim Shabunin b3bae170ed Fixed java tests build 10 years ago
Maksim Shabunin 66ed9ddbe3 Added Ptr<T> support to Java wrappers 10 years ago
Vadim Pisarevsky 75487d43f5 fixed trailing whitespaces 10 years ago
Vadim Pisarevsky 00b2124876 fixing more compile problems with Java bindings etc 10 years ago
vbystricky d58f736935 Split highgui module to videoio and highgui 10 years ago
Alexander Alekhin 5474935a81 fixes for defects from code coverity 11 years ago
Vladimir Bystricky 66145ea06c Add CV_CAP_INTELPERC and CV_CAP_PROP_INTELPERC_ prefixes to const_ignore_list 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
Alexander Smorkalov 994e07db07 Bug #3276 Java bindings binary compatibility is broken in branch 2.4 fixed. 11 years ago
Roman Donchenko 7ff91665cf In Java bindings, wrap version constants into functions to prevent inlining. 11 years ago
Roman Donchenko b525c28244 Updated the Java bindings and docs to support the version status. 11 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 11 years ago
Alexander Smorkalov e37f7a4c73 Typo in Java generator fixed. 11 years ago
Andrey Pavlenko f3b1933a92 LinkedList -> ArrayList 11 years ago
Andrey Pavlenko d4e098f401 enabling of VideoCapture(String) [fixing issue #3207] 11 years ago