663 Commits (34af7eeb84843c244662e0bca07be88ba566237c)

Author SHA1 Message Date
Andrey Kamaev 9944282b09 Fix build with STLPort from NDK r8d 12 years ago
Anatoly Baksheev 680eeecc3b fixed samples compilation 12 years ago
Jason Newton 6a4d881a78 use vector instead of non-standard stack allocation. also correct program argument borkage 12 years ago
Vladislav Vinogradov 08fbf667f9 refactored opengl functionality 12 years ago
Jason Newton 00bdca7684 A few changes to comply with upstream requirements for merge. 12 years ago
Andrey Kamaev dad56e202f Rename sample & tutorial executables 12 years ago
Andrey Kamaev b131dfeecd Build tutorial codes together with other samples 12 years ago
Andrey Kamaev 0a4ed2bc01 Fix Windows build warnings 12 years ago
Jason Newton 4c0cb2576d connectedComponents: peep-hole optimizations, mostly surrouding the fact that cv::Mat::at is expensive in a tight-loop -also added a "blobstats" version 12 years ago
Jason Newton 45b4f4f32b connectedComponents: warning free version 12 years ago
alexandre benoit 3fb90abb76 added retina code tutorial 12 years ago
Vladislav Vinogradov 0ad849d2fd Dual TV-L1 optical flow implementation 12 years ago
Andrey Kamaev 673aa91bac Fix remaining windows build warnings 12 years ago
alexandre benoit b5bd86b2a7 added retina code tutorial 12 years ago
Stephen Fox 9f8ce906f4 fix to documentation regarding CV_CAP_OPENNI_* in high gui userguide 12 years ago
Andrey Kamaev 8fb6d9f650 Fix Android build warnings 12 years ago
Andrey Kamaev 0e7ca71dcc Normalize whitespace in documentation and text files 12 years ago
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago
Andrey Kamaev f4e33ea0ba Fix build of samples 12 years ago
Andrey Kamaev 7225f89ea2 Revert opencv_videostab to the state of 2.4.2 12 years ago
Andrey Kamaev d566c6bc86 Revert "add new version of CommandLineParser. add empty docs" 12 years ago
Vadim Pisarevsky cb58e5a3a4 let Kalman handle the missing measurements (bug #1380) 12 years ago
Andrey Kamaev 83799d6bf4 Fix Mat indexing in TrackingMotion tutorial code (supersedes pull request #38) 12 years ago
Vsevolod Glumov 69fbc6102c Fixed an issue with 'how_to_scan_images.cpp' tutorial code. Issue #2259 12 years ago
Vadim Pisarevsky 044d38a051 expanded cv::threshold parallelization to other threading frameworks; fixed potential bug with unprocessed bottom of the image; fixed build problem in stitching 12 years ago
Vadim Pisarevsky a09c88ab16 added Asus Xtion QVGA modes to the OpenNI backend (patch #1753) 12 years ago
Vadim Pisarevsky a310e2f027 fixed the case of scale != 1 in stereo_match.cpp (patch #1936) 12 years ago
Abhinav Gupta c0638aa2e0 Update samples/cpp/tutorial_code/features2D/SURF_detector.cpp 12 years ago
Vadim Pisarevsky 427ce1247a some bugfixes & improvements in openfabmap code, docs and samples by Arren Glover 12 years ago
Andrey Kamaev e73089bdb5 Fix windows build warnings 12 years ago
Andrey Kamaev 36f912261b Move gpu sample to gpu folder 12 years ago
Vladislav Vinogradov 98c92f196e added Generalized Hough implementation 12 years ago
Vadim Pisarevsky 53fdae93bd fixed compile error on Windows 12 years ago
AoD314 54a202b3d5 add new version of CommandLineParser. add empty docs 12 years ago
Andrey Kamaev 07d92d9e5a Fix android build warnings 12 years ago
Kevin 93155c6ae0 Overloaded PCA constructor and ( ) operator to implement Feature#2287 - PCA that retains a specified amount of variance from the data. A sample was added to samples/cpp to demonstrate the new functionality. Docs and Tests were also updated 12 years ago
Vadim Pisarevsky 67ff95083d added openfabmap code, contributed by Arren Glover. fixed several warnings in the new versions of retina filters 12 years ago
kir 44da71daf4 removed duplicated sample (for facedetect) 12 years ago
Yury Zemlyanskiy 1fde184192 Small fixes for SimpleFlow algorithm 12 years ago
Yury Zemlyanskiy 784c09d6f9 Updates for SimpleFlow algorithm 12 years ago
Yury Zemlyanskiy c77d099018 "SimpleFlow" optical flow estimation algorithm (GSoC project) declaration in includes, implementation, usage example, test 12 years ago
Yury Zemlyanskiy 7ad4c25452 Small fixes for SimpleFlow algorithm 12 years ago
Yury Zemlyanskiy 5ee632fe90 Updates for SimpleFlow algorithm 12 years ago
Yury Zemlyanskiy cc6f1eb824 "SimpleFlow" optical flow estimation algorithm (GSoC project) 12 years ago
Andrey Kamaev f2a02feffa Fix Windows build issues 12 years ago
Alexey Spizhevoy 7992203598 Fixed CMakeLists.txt 12 years ago
Alexey Spizhevoy 27eb5d07cf Added getScale/setScale for image warpers (stitching module) 12 years ago
Vladislav Vinogradov 42c1d4f4b1 new optimized version of BackgroundSubtractorGMG 12 years ago
Vladislav Vinogradov c5e92c31ba fixed Bug #2252 12 years ago