541 Commits (d5723480e19e31028ffe5f4f289d5fbc83507e7f)

Author SHA1 Message Date
Nghia Ho b9e542e35e Missing closedir with opendir 11 years ago
Andrey Pavlenko 0a695eb314 hortening the file names (HighDynamicRange -> HDR) 11 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 11 years ago
Bahram Dahi 230bc03d97 Moved Scalar variable 'value' to int main() to work around a GCC -Wshadow warning in operations.hpp 11 years ago
Kirill Kornyakov aef347e7b3 Removed references to opencv.itseez.com 12 years ago
Kirill Kornyakov cbed07bc18 Removed references to YG from samples 12 years ago
Alexander Smorkalov 91c519467d WinRT build fix for samples and static libs. 12 years ago
Sergei Nosov 982ef83f80 Fixes bug #3071. 12 years ago
Kirill Kornyakov 53a06913cb Minor code cleanings in lkdemo.cpp 12 years ago
Kirill Kornyakov e351538697 #2813 bugfix 12 years ago
Siva Prasad Varma e2df8c7e62 Fix bug #2590 12 years ago
Alexander Shishkov 35f75147b0 removed willowgarage.com links 12 years ago
Alexander Shishkov 382695ba5a removed links to the http://opencv.willowgarage.com/ 12 years ago
Andrey Kamaev f282498b1d Drop outdated targets and fix solution folders 12 years ago
Vadim Pisarevsky 24c614f686 added load/save feature for SVM classifier in letter_recog sample 12 years ago
Vadim Pisarevsky a06af5ca25 dramatic speedup of SVM::predict in the case of linear SVM 12 years ago
Vladislav Vinogradov 0a65f2f4af merged gpunonfree and nonfree module 12 years ago
Vladislav Vinogradov fd7bf0b766 moved SURF_GPU and VIBE to gpunonfree module 12 years ago
Vladislav Vinogradov e06c3ec7c5 updated OpenGL functionality: 12 years ago
Vladislav Vinogradov a3a09cf4d1 refactored OpticalFlowDual_TVL1: 12 years ago
Vladislav Vinogradov 1498d2f427 added dual tvl1 optical flow implementation 12 years ago
Andrey Kamaev 68be50bbab Fix clang build warning 12 years ago
Andrey Kamaev 9690ed8232 Fix build of OpenCV samples (Linux) 12 years ago
Vadim Pisarevsky c69312ea0d fixed #2580, #2210. some work on #2025. 12 years ago
Andrey Kamaev 9944282b09 Fix build with STLPort from NDK r8d 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
alexandre benoit 3fb90abb76 added retina code tutorial 12 years ago
Andrey Kamaev 673aa91bac Fix remaining windows build warnings 12 years ago
Andrey Kamaev 8fb6d9f650 Fix Android build warnings 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