1994 Commits (0ed6d86a49aa1776fb6c50486e1d9156550f363c)

Author SHA1 Message Date
Leonid Beynenson 8625b5689d Added setters to Java API 14 years ago
Kirill Kornyakov c1dab7bf6e updated some java tests 14 years ago
Andrey Kamaev 72a55a4139 Refactored Android sample (1-java) 14 years ago
Evgeniy Kozinov c3e9d0dd7e fixed parser bug. 14 years ago
Leonid Beynenson c8a603d853 Fixed bug in the function of search of Android applicvation path. 14 years ago
Andrey Kamaev b16fb5d518 Fixed Android build. 14 years ago
Vadim Pisarevsky 7702fa4d61 added improved version of the variational stereo correspondence algorithm by Sergey Kosov 14 years ago
Andrey Pavlenko 5f0c312087 - partial 'vector' support in Java API generator 14 years ago
Vadim Pisarevsky 12715c210d fixed mixed-type arithmetic operations (ticket #1224) 14 years ago
Leonid Beynenson 0db73575a6 Added class TermCriteria. 14 years ago
Kirill Kornyakov da64ba1bde java tests: found a reason of crash (addWeighted bug #1224), some tests cleaned and added 14 years ago
Vadim Pisarevsky 2dea07f9f8 repaired Python bindings for functions using InputOutputArray 14 years ago
Andrey Kamaev 14bc6e3e6c Modified Android Samples 14 years ago
Vadim Pisarevsky 08f1f5769a ok. enabled TBB in LatentSVM, but need to check if it works 14 years ago
Vadim Pisarevsky 36ba3d691e temporarily switch off TBB 14 years ago
Vadim Pisarevsky ca2433c212 fixed opencv_flann (with flann 1.6) compile errors on Windows (VS2005 & VS2008) 14 years ago
Leonid Beynenson 510ca53687 Added the function minMaxLoc to JavaAPI as a manual ported function. 14 years ago
Andrey Pavlenko ab1ff12a71 class ignore list added for Java API generator 14 years ago
Andrey Pavlenko a99b80b1a9 funcs ignore list added for Java API generator 14 years ago
Andrey Kamaev 87cfcc8ee2 Fixed Android build 14 years ago
Vadim Pisarevsky 562914e33b upgraded to FLANN 1.6. Added miniflann interface, which is now used in the rest of OpenCV. Added Python bindings for FLANN. 14 years ago
Maria Dimashova b64bb95860 added ability to reset view point of depth generator to normal one (#1195) 14 years ago
Andrey Kamaev 4d8a261d99 Allowed spaces in path to OpenCV (tested only Android build) 14 years ago
Andrey Pavlenko 801079e2ba partial implementation of complex out args in Java wrappers 14 years ago
Ilya Lysenkov 2c2d7d7bbd Fixed findCirclesGrid for the case of working with 'square' asymmetric patterns. 14 years ago
Leonid Beynenson d60349b1fc Added to Java API classes Range and CvSlice. 14 years ago
Vadim Pisarevsky a69bd80b99 fixed opencv_video tests 14 years ago
Vadim Pisarevsky 5352684647 fixed memleak in Python bindings (ticket #1219) 14 years ago
Andrey Pavlenko fbfddbd3ea - 'c_string' support added to Java API 14 years ago
Evgeniy Kozinov 07eed8c489 refactoring latentSVM 14 years ago
Leonid Beynenson 0ddc661882 Fixed bug in the operator of cv::Ranges-s intersection (operator &). 14 years ago
Andrey Kamaev 6623fe3b08 Added option INSTALL_ANDROID_EXAMPLES (default off); Added option for choosing SDK platform for Android tests and samples. 14 years ago
Leonid Beynenson e59f530338 Added the class RotatedRect to Java API. 14 years ago
Kirill Kornyakov b58dc21074 java tests: added 2 tests for calib3d, implemented assertMatNotEqual 14 years ago
Kirill Kornyakov 63f8feb2a1 java tests: added a chessboard image 14 years ago
Andrey Pavlenko 7ca50b2b3d org.opencv.utils renamed to org.opencv.android 14 years ago
Andrey Pavlenko bc9a9b714c adding runtime Android logging in Debug 14 years ago
Vadim Pisarevsky 569b1ad582 embeded cv Python module into cv2. 14 years ago
Kirill Kornyakov 9b464199d6 java tests: Mat.inv and Mat.cross implemented, almost all Mat tests finished except put, get and dispose 14 years ago
Andrey Kamaev 2dd965b7f5 minor cmake corrections 14 years ago
Vadim Pisarevsky 21409de176 optimized sparse LK optical flow (tickets #1062 and #1210) 14 years ago
Andrey Pavlenko 4033d8324c native exception handling added 14 years ago
Kirill Kornyakov d227079753 java tests: added stubs for calib3d, features2d classes, some other updates 14 years ago
Andrey Kamaev ec866c5acd Improved rst_parser and javadoc generation scripts 14 years ago
Andrey Kamaev dfe7708f17 Improved javadoc comments generation scripts; fixed some typos in documentation 14 years ago
Andrey Pavlenko eea62ca6fb - added missing loadLibrary for inner classes 14 years ago
Andrey Pavlenko b5d864f579 'clib3d' support added 14 years ago
Alexander Mordvintsev 848fa23a07 made boundingRects argument of segmentMotion CV_OUT 14 years ago
Alexey Spizhevoy 8a3d1937c3 fixed BFM GPU test compile-time error on ubuntu x64 in debug mode 14 years ago
Vadim Pisarevsky 3f0c17b592 re-added the opencv_flann documentation 14 years ago