2740 Commits (3b558508beb22ebc51c968e45fcfe8b53016e5e9)
 

Author SHA1 Message Date
Vadim Pisarevsky ca2433c212 fixed opencv_flann (with flann 1.6) compile errors on Windows (VS2005 & VS2008) 14 years ago
Andrey Kamaev c52ab82bbf Minor Android samples fix 14 years ago
Andrey Kamaev 85c8a69fdf Fixed Android packaging script 14 years ago
Andrey Kamaev 20ec29f22e Android samples are included into the Android package 14 years ago
Andrey Kamaev a70f354c0f Andoid build fixed 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 0b57d904db Fixed Android compilation on Windows 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
Ana Huaman 4e42bf6308 Added reST tutorials for Contours (6 in imgproc) and for Corner Detection (4 in features2D) + links in conf.py 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 Kamaev 0b6fed32e3 Allowed spaces in Android NDK path 14 years ago
Andrey Pavlenko 801079e2ba partial implementation of complex out args in Java wrappers 14 years ago
Andrey Kamaev 066039fd15 Improved ANDROID_SDK_TARGET detection; improved NDK detection in android.toolchain.cmake 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
Andrey Kamaev 6c668dd704 Fixed Android SDK searching 14 years ago
Andrey Kamaev 355f6d0a73 Fixed Android SDK searching 14 years ago
Vadim Pisarevsky 5352684647 fixed memleak in Python bindings (ticket #1219) 14 years ago
Vadim Pisarevsky 386f147597 a few minor fixes in Python samples 14 years ago
Ana Huaman f098d98908 Added moments_demo.cpp 14 years ago
Ana Huaman bbba2a0608 Added pointPolygonTest_demo code for tutorials 14 years ago
Andrey Pavlenko fbfddbd3ea - 'c_string' support added to Java API 14 years ago
Ana Huaman 9aa5e5b000 Added generalContours_demo2.cpp 14 years ago
Ana Huaman c21b747733 Added hull_demo.cpp code for tutorials 14 years ago
Ana Huaman edc1bd4c8c Added generalContours_demo1.cpp tutorial code 14 years ago
Evgeniy Kozinov 07eed8c489 refactoring latentSVM 14 years ago
Ana Huaman ea8e27961e Added sample code for tutorial findContours_demo.cpp 14 years ago
Andrey Kamaev ecfc8e97db Android toolchain default NDK path is updated for version r6 14 years ago
Leonid Beynenson 0ddc661882 Fixed bug in the operator of cv::Ranges-s intersection (operator &). 14 years ago
Andrey Kamaev bee4c347ba Fixed bug with ARM_TARGET caching 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
Vadim Pisarevsky 49c48aabff fixed typo in the license (ticket #1211) 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
Andrey Kamaev 7159845021 Added packaging script for Android 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
Ana Huaman 7386269943 Added cornerDetector_Demo.cpp sample for tutorial of cornerMinEigenVal and cornerEigenValsAndVecs 14 years ago
Vadim Pisarevsky 21409de176 optimized sparse LK optical flow (tickets #1062 and #1210) 14 years ago
Ana Huaman 442f6b4100 Added cornerSubPix_Demo.cpp tutorial sample code 14 years ago
Ana Huaman 6c9f4d6423 Added goodFeaturesToTrack_Demo.cpp code for tutorials 14 years ago