1915 Commits (a9fdc1bdff6b57c65efc835349d6fb75c1f18a21)

Author SHA1 Message Date
Andrey Kamaev 8378ba7554 Fixed Android package build 14 years ago
Kirill Kornyakov 387334e991 java tests: imgproc test cleaned 14 years ago
Andrey Pavlenko e9cd8296af fixed warnings in generated Java code (accurate imports) 14 years ago
Andrey Kamaev ebf9916242 Fixed android samples; fixed cmake files 14 years ago
Anatoly Baksheev cb9dd71f82 compilation 14 years ago
Anatoly Baksheev de204fe413 14 years ago
Andrey Kamaev 712ea05058 Refactored CMakeLists.txt for java module 14 years ago
Vadim Pisarevsky 41df54e75f fixed several typoes and errors in the refman (ticket #1203) 14 years ago
Kirill Kornyakov 1098566a2f java api: fixed ctor in RotatedRect, added 114 tests by Hussein Abdinoor 14 years ago
Andrey Pavlenko 2bc9bca349 classes/files renaming, some code refactoring 14 years ago
Vadim Pisarevsky b700521b95 fixed trim_weights in boosting (thanks to frankman for the patch; ticket #1231) 14 years ago
Vadim Pisarevsky 216fbc004a fixed printing Mx0 matrices (ticket #1247) 14 years ago
Andrey Pavlenko 83e2ecd5e1 renaming the class and file to Tiltle case to meet Java conventions 14 years ago
Andrey Pavlenko e92ad9275d renaming the class and its file 14 years ago
Andrey Pavlenko a89b4f019c renaming the class and file to Tiltle case to meet Java conventions 14 years ago
Andrey Kamaev e9458c1f6d Errors from javadoc generator are redirected to log file. 14 years ago
Andrey Kamaev bba5653bf0 Added option to automatically move constants to private list 14 years ago
Vadim Pisarevsky 0bf4d9ec2b fixed Xcode 4.1 compile errors in png codec in highgui 14 years ago
Andrey Kamaev 6d288978ab Fixed typo 14 years ago
Andrey Pavlenko eb5e22dd74 Java API generator: refactored manual const and funcs handling, collected real 'import' needs for java classes (to eliminate eclipse warnings in java classes) 14 years ago
Maria Dimashova 0d7a37c1e7 added an ability to make push_back to the empty matrix 14 years ago
Anatoly Baksheev 3a1beb1c01 added cv::gpu::pow, ticket #1227 14 years ago
Andrey Kamaev 05ff8217e0 Removed debug print form cmake 14 years ago
Andrey Kamaev 930b2995eb Fixed Android samples; Fixed bugs in cmake (java module). 14 years ago
Andrey Pavlenko fd4fe3ef5a Java API generator: updated CvException class path 14 years ago
Andrey Pavlenko 4df98f2c2c Java API generator: class properties support added 14 years ago
Kirill Kornyakov 6b789dd2ea java tests: adopted for the new package structure 14 years ago
Andrey Kamaev dfdb15be79 Added Java packages support to cmake 14 years ago
Andrey Pavlenko 070579d9c3 Java API generator: fixed consts generation 14 years ago
Andrey Pavlenko 84ec0d2881 Java API packages restructured (require further changes in CMake part to work) 14 years ago
Vadim Pisarevsky f4f2340039 fixed just introduced compile errors on Mac 14 years ago
Vadim Pisarevsky ff5e97c8e4 added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 14 years ago
Kirill Kornyakov 6bb1c07fd4 java tests: COLOR_RGB2GRAY used instead of CV_BGR2GRAY 14 years ago
Andrey Kamaev 6932203349 Fixed Android samples; updated black list of enums. 14 years ago
Kirill Kornyakov 1fc895ff42 java tests: added tests for calcHist, calcBackProject, Mat.size() method renamed 14 years ago
Kirill Kornyakov e715894ffb fix by Vadim in calcBackProject: additional case is considered 14 years ago
Andrey Pavlenko 343bba93db Java API: added int64 and Vec3d support; small code refactoring performed 14 years ago
Marius Muja d8ebf22444 Fixes 14 years ago
Marius Muja ddc1267410 Checking for already defined proprocessor macros 14 years ago
Marius Muja 481256017e Fixing ticket #1230 14 years ago
Kirill Kornyakov 39ec7099e2 java tests: split test, minor improvements 14 years ago
Vadim Pisarevsky 1badec0b2d eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers) 14 years ago
Andrey Kamaev 72541721a1 Added image-manipulations android sample, other samples are updated; added Mat.size method to java API. 14 years ago
Andrey Pavlenko 3119af1c72 Java API: fixed bug in converter vector<Mat> <-> Mat 14 years ago
Andrey Pavlenko 60d59aa9d2 Java API: added missing converter vector<Mat> <-> Mat 14 years ago
Andrey Pavlenko d989b6c89a Java API: added pointers support (Point*, double*) 14 years ago
Kirill Kornyakov 51922658b6 java tests: added test for OFLK, FD, other improvements 14 years ago
Vadim Pisarevsky 16ba62dcd5 added COLOR_... enumeration to imgproc.hpp and EVENT_... enumeration to highgui.hpp 14 years ago
Andrey Pavlenko 86105b8727 Java API: fix in Mat::put(r,c,double[]vals) method 14 years ago
Andrey Pavlenko 1e2880b7aa Java API: fix in Mat::put methods, general improvements 14 years ago