Fixed cheatsheet for loop (bug #2701)
[profile/ivi/opencv.git] / samples /
2012-10-23 Andrey KamaevMerge pull request #80 from apavlenko/android-samples...
2012-10-23 Alexander SmorkalovRefactring. Bug fix.
2012-10-23 Alexander SmorkalovCode review coments fixed. Lint wornings fixed.
2012-10-23 Alexander Smorkalovcamera-preview sample removed from CMakeLists.txt
2012-10-23 Alexander SmorkalovCMakeLists.txt rescued. Androidmanifest unified.
2012-10-23 Alexander SmorkalovImage manipulations sample ported on new framework.
2012-10-23 Alexander SmorkalovCode clean up.
2012-10-23 Alexander SmorkalovColor blob detection sample ported on new framework.
2012-10-23 Alexander SmorkalovFace detection sample ported on new framework.
2012-10-23 Alexander SmorkalovTutorial1 ported on new framework.
2012-10-23 Alexander SmorkalovTutorial2 ported on new framework.
2012-10-23 Alexander SmorkalovTutorial3 ported on new framework.
2012-10-23 Alexander SmorkalovTutorial4 ported on new sample framework.
2012-10-23 Alexander SmorkalovopenCV application framework moved to modules/java...
2012-10-23 Alexander SmorkalovProcessing thread added to Java camera view.
2012-10-23 Alexander SmorkalovAuto focus added;
2012-10-23 Alexander SmorkalovDevice rotation support added;
2012-10-23 Alexander SmorkalovOnResume/OnPause handlers added to start/stop camera.
2012-10-23 Alexander SmorkalovNaming fixed;
2012-10-23 Konstantin BezrukPuzzle15 implementation with use of the OpenCV surface...
2012-10-23 Alexander SmorkalovMenu and style removed from sample.
2012-10-23 Andrey Pavlenkoadding initial version of a sample with new Camera...
2012-10-22 Andrey KamaevMerge pull request #55 from vpisarev/ocl_fixes
2012-10-22 Andrey KamaevMerge pull request #48 from kazuki-ma/2430_ostream_24
2012-10-22 Vadim PisarevskyMerge pull request #66 from alekcac/ios-armv7s
2012-10-19 Andrey KamaevMerge pull request #65 from taka-no-me:android/warnings
2012-10-19 Andrey KamaevFix Android build warnings
2012-10-17 OpenCV BuildbotNormalize line endings and whitespace
2012-10-16 Andrey KamaevMerge branch 'release2.4.3' into 2.4
2012-10-16 Andrey KamaevFix build of samples
2012-10-16 Andrey KamaevRevert opencv_videostab to the state of 2.4.2
2012-10-16 Andrey KamaevFix binary compatibility of opencv_contrib
2012-10-15 Andrey KamaevRevert "add new version of CommandLineParser. add empty...
2012-10-15 Andrey KamaevRevert "fixing Java test and sample after moving drawCo...
2012-10-12 Vadim PisarevskyMerge remote-tracking branch 'origin/master'
2012-10-12 Vadim Pisarevskylet Kalman handle the missing measurements (bug #1380)
2012-10-12 Andrey KamaevMerge pull request #29 from thorikawa/feature-523
2012-10-12 Andrey KamaevFix Mat indexing in TrackingMotion tutorial code (super...
2012-10-12 Andrey KamaevMerge pull request #40 from emchristiansen/manualBRISKFREAK
2012-10-11 Andrey KamaevMerge pull request #34 from roynos/master
2012-10-10 Vsevolod GlumovFixed an issue with 'how_to_scan_images.cpp' tutorial...
2012-10-10 Alexander SmorkalovBuild fix after issue #2284 fix.
2012-10-09 Vadim Pisarevskyexpanded cv::threshold parallelization to other threadi...
2012-10-09 Vadim Pisarevskyadded Asus Xtion QVGA modes to the OpenNI backend ...
2012-10-08 Vadim Pisarevskyfixed the case of scale != 1 in stereo_match.cpp (patch...
2012-10-05 Abhinav GuptaUpdate samples/cpp/tutorial_code/features2D/SURF_detect...
2012-09-28 Marius MujaMerge branch 'master' of git://code.opencv.org/opencv
2012-09-28 Andrey Pavlenkojava samples fix (clear view before drawing frame)...
2012-09-23 Vadim Pisarevskysome bugfixes & improvements in openfabmap code, docs...
2012-09-17 Alexander MordvintsevMerge branch 'master' of git://code.opencv.org/opencv
2012-09-17 Alexander MordvintsevMerge branch 'master' of git://code.opencv.org/opencv
2012-09-17 Alexander Mordvintsevget rid of Lock in gabor_threads.py
2012-09-17 Vadim PisarevskyMerge remote-tracking branch 'origin/master'
2012-09-17 Andrey KamaevFix windows build warnings
2012-09-13 yaomake ocl surf sample compile on Linux
2012-09-12 yaoAdd a SURF sample for ocl module
2012-09-10 Andrey KamaevMove gpu sample to gpu folder
2012-09-10 Vladislav Vinogradovadded Generalized Hough implementation
2012-09-10 Andrey KamaevAdd gitignore for Android tests and samples
2012-09-07 Vadim Pisarevskyfixed compile error on Windows
2012-09-07 AoD314add new version of CommandLineParser. add empty docs
2012-09-05 Yury ZemlyanskiyMerge remote-tracking branch 'itseez/opencv'
2012-09-04 Andrey KamaevFix android build warnings
2012-09-04 Andrey KamaevMerge branch 'android-toolchain'
2012-09-04 KevinOverloaded PCA constructor and ( ) operator to implemen...
2012-09-04 Alexander SmorkalovMerge branch 'master' of git://code.opencv.org/opencv
2012-09-03 Vadim Pisarevskyadded openfabmap code, contributed by Arren Glover...
2012-08-31 kirremoved duplicated sample (for facedetect)
2012-08-31 Andrey KamaevFix Android samples for devices having front camera...
2012-08-31 Andrey KamaevFix package name of Android color blob detection sample
2012-08-31 Andrey KamaevUnify manifest files in Android examples
2012-08-31 Andrey KamaevFixed java camera release in Android tutorial-0 sample
2012-08-31 Andrey KamaevFix Android samples for devices having front camera...
2012-08-31 Andrey KamaevFix package name of Android color blob detection sample
2012-08-31 Andrey KamaevUnify manifest files in Android examples
2012-08-31 Vadim PisarevskyMerge remote-tracking branch 'origin/master'
2012-08-31 Yury ZemlyanskiySmall fixes for SimpleFlow algorithm
2012-08-31 Yury ZemlyanskiyUpdates for SimpleFlow algorithm
2012-08-31 Yury Zemlyanskiy"SimpleFlow" optical flow estimation algorithm (GSoC...
2012-08-31 Yury ZemlyanskiySmall fixes for SimpleFlow algorithm
2012-08-31 Alexandre BenoitMerge branch 'master' of git://code.opencv.org/opencv
2012-08-31 nikouse mutex provided by opencv itself
2012-08-29 noobMerge branch 'master' of git://code.opencv.org/opencv
2012-08-29 Andrey KamaevMerge pull request #25 from sergiud/master
2012-08-28 Andrey KamaevFixed java camera release in Android tutorial-0 sample
2012-08-28 Andrey KamaevUpdated package version in Android samples
2012-08-28 Andrey KamaevUpdated package version in Android samples
2012-08-28 Yury ZemlyanskiyUpdates for SimpleFlow algorithm
2012-08-28 Yury Zemlyanskiy"SimpleFlow" optical flow estimation algorithm (GSoC...
2012-08-24 Andrey KamaevMerge branch 'android_camera_2.4' into 2.4
2012-08-24 Andrey KamaevFix/workaround bogus error in Android samples running...
2012-08-24 Andrey KamaevFix crash on resume in face detection sample
2012-08-24 Andrey KamaevFix Andoid samples: black screen after resume problem
2012-08-24 Andrey KamaevCherry pick Android-related changes from master till...
2012-08-24 Andrey KamaevMerge branch 'android_camera'
2012-08-24 Andrey KamaevFix/workaround bogus error in Android samples running...
2012-08-24 Andrey KamaevFix crash on resume in face detection sample
2012-08-24 Andrey KamaevFix Andoid samples: black screen after resume problem
2012-08-24 Andrey Kamaevsvn repository web references are replaced with links...
2012-08-23 Vsevolod GlumovMerge remote-tracking branch 'origin/master'
next