1255 Commits (378543991705088a3cb75bbba323874258d3c0a6)

Author SHA1 Message Date
Andrey Kamaev c979de1eed Rewrite Mat formatting without std streams 12 years ago
Andrey Kamaev 517062039e Make core/internal.hpp a private header 12 years ago
Andrey Kamaev 3890a74565 Drop outdated definitions from internal.hpp 12 years ago
Andrey Kamaev 71e43852ce Fix MSVC build issues 12 years ago
Andrey Kamaev 2b1ef95415 Completely separate C and C++ API of OpenCV core 12 years ago
Andrey Kamaev 715fa3303e Move cv::Mat out of core.hpp 12 years ago
Andrey Kamaev 5e7ab8baf3 Move cv::Scalar_ to types.hpp 12 years ago
Andrey Kamaev 13b31b0804 Move C++ basic structures to separate header and inverse dependency from C API 12 years ago
Andrey Kamaev f282498b1d Drop outdated targets and fix solution folders 12 years ago
Andrey Kamaev 29cfeb7cee Fix build of apps and samples 12 years ago
Vadim Pisarevsky 7661625c39 converter stereo correspondence algorithms to the new style 12 years ago
Andrey Kamaev 1b4afcca30 Move OpenCl SURF perf tests to nonfree and fix build of samples 12 years ago
Vadim Pisarevsky 07e0f7bf59 refactored video module; use the new-style algorithms now 12 years ago
Andrey Kamaev 89356ff16d Move non-CV functionality from core.hpp to separate utility.hpp header 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
Alexander Smorkalov b37d65ff2b Code refactoring was done. 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
Alexander Smorkalov dc2bca0772 Initialization with Manager instead static link added. 12 years ago
Alexander Smorkalov 436d9bbcbb Base for Native Activity example added. 12 years ago
marina.kolpakova 0211843062 merge Detection structure for CPU and GPU soft cascade detectors 12 years ago
Anatoly Baksheev 2bf3104ee5 bugfix in sample to support LBP classifier. To merge to master also. 12 years ago
Andrey Kamaev e75df56317 Unified handling of InputOutputArrays in Python wrapper generator 12 years ago
Andrey Kamaev a1c456b7c3 Extract common base header for C and C++ APIs 12 years ago
marina.kolpakova 157a98edf7 refactored cuda error handling; remove optional dependancies in soft cascade training app 12 years ago
marina.kolpakova a476664144 fixed compilation with latest master changes 12 years ago
marina.kolpakova 5120322cea move gpu version of soft cascade to dedicated module 12 years ago
Andrey Kamaev ad5cddc007 Main module headers are moved 1 level up 12 years ago
marina.kolpakova b4b63cd698 add softcascade to people detector sample 12 years ago
Vladislav Vinogradov ecb2ebfba4 Move opengl iterop code to cv::ogl namespace 12 years ago
yao 0f0a4c3099 add stereoBM function 12 years ago
Alexander Smorkalov 8942eaf0d7 Stetch support for Android View classes added (Feature #2840) 12 years ago
Moshe Kaplan bd042d9cc3 Fixed shebangs, added error checking 12 years ago
Moshe Kaplan facd580f28 Small changes to Python samples 12 years ago
Vadim Pisarevsky df89f30b4a removed preset parameter in createStereoBM, updated stereo_match sample 12 years ago
Andrey Kamaev 22d33373fa Fix build warnings on MSVC x64 and OS X clang 12 years ago
yao 8f3883a28d fix a compile warning 12 years ago
Andrey Pavlenko af2552d72c fixing issues from http://www.code.opencv.org/issues/2807 12 years ago
Andrey Pavlenko c24d7cc066 adding more version-related variables 12 years ago
Andrey Pavlenko 29b763dc60 updating samples to load JNI lib with correct suffix 12 years ago
yao ed3c3822fc adjust some test cases, use original template file name in Haar 12 years ago
Georgios Evangelidis f40725bb50 Add ECC algorithm 12 years ago
yao bf427c01c1 adjust matchTemplate in performance sample, as current version is too slow when template size isn't small 12 years ago
Vladislav Vinogradov 7a0d6f7733 Super Resolution module 12 years ago
yao 6409a4b112 fix the compile warnings 12 years ago
yao e3a715882e fix the mismatch of perf_test, add a performance sample for ocl module 12 years ago
Alexander Smorkalov 11885e86ee Feature #2833 Sepia size in Image Manipulations demo implemented. 12 years ago
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 12 years ago
Oscar Deniz Suarez 07ea88b8c6 Update samples/c/smiledetect.cpp 12 years ago