4768 Commits (3ce5b0154366d06ded57819bd2677177530855ac)
 

Author SHA1 Message Date
Alexander Mordvintsev a98d6b6217 exposed parallelized SVM prediction to python (predict_all) 13 years ago
Alexander Shishkov e4d9d5294e fixed #2047 13 years ago
Marina Kolpakova f273e54be3 fixed part of shadow warnings 13 years ago
Marina Kolpakova 8c6dc17a9f scan based area interpolation for naive cases 13 years ago
Andrey Kamaev 7cccc93bdf Fixed Android build warnings and few warnings in specific cnfigurations 13 years ago
Marina Kolpakova 9dac223039 fixed part of shadow warnings 13 years ago
Marina Kolpakova 7dd0067792 suppress warning no previous declaration for gpu module 13 years ago
Andrey Kamaev 827d7ba2e9 fixed highgui configuration with QT enabled 13 years ago
Andrey Kamaev cd19de45d3 Fixed problem with incorrect detection of some compiler flags 13 years ago
Andrey Kamaev 694f0e954f Added linking against AppKit framework when OpenCV is configured with WITH_QUICKTIME=OFF 13 years ago
Maria Dimashova f363c835ab fixed compilation error and some warnings if with_openni is true 13 years ago
Philipp Wagner 7b544d2a6d Documentation for FaceRecognizer started (not added to toc of contrib/doc/contrib.rst yet). CSV file for the samples/cpp/facerec_demo.cpp added. Added some more exceptions to warn the user, when passing bad aligned data. 13 years ago
Andrey Kamaev 5349fa0302 Fixed target_link_libraries for python bindings 13 years ago
Andrey Kamaev 16b50fcec7 restored -Wno-unnamed-type-template-args 13 years ago
Andrey Kamaev 4ddcf06404 Added own CMake macro for compiler flag checks (to not depend on CMake version) 13 years ago
Andrey Kamaev 37212f5e00 Fixing compiler flags checks. 13 years ago
Andrey Kamaev c5aba337e9 Fixed number of warnings. Fixed mingw64 build. 13 years ago
Alexander Mordvintsev 02e3afae3a fixed find_obj.py (use detectAndCompute) 13 years ago
Vadim Pisarevsky dcf2a6b857 updated iOS installation instructions 13 years ago
Alexander Mordvintsev 08b2bd9174 fixed #1974 13 years ago
Philipp Wagner b3c61ee0fe Minor grammatical correction in comments. 13 years ago
Philipp Wagner cd7d93f362 Exceptions now go into CV_Error. Added thresholding to the FaceRecognizer and updated the demo accordingly. 13 years ago
Philipp Wagner ee1b671279 Several exceptions added to the available FaceRecognizer classes and helper methods, so wrong input data is reported to the user. facerec_demo.cpp updated to latest cv::Algorithm changes and commented. 13 years ago
Marina Kolpakova 6727e4cb6d fixed build under android 13 years ago
Alexander Mordvintsev 889df76ea7 added lappyr.py sample 13 years ago
Vadim Pisarevsky 139e790fbf always remove libopencv_world.a before building framework to always include the up-to-date code into the framework binary. 13 years ago
Marina Kolpakova 183e13b359 fixed build without CUDA 13 years ago
Vadim Pisarevsky 76f49f3078 added script to build the universal opencv2.framework for iOS device and simulator. fixed opencv_world cmake script to create static libopencv_world.a for iOS. temporarily disable compressed file storages in the case of iOS (to avoid dependency of zlib) 13 years ago
Marina Kolpakova 09d4d69100 minor warning fixes 13 years ago
Marina Kolpakova f2c30cd90d resize area for big downscaling integration 13 years ago
Andrey Kamaev f2d3b9b4a1 Warning fixes continued 13 years ago
Marina Kolpakova f6b451c607 fixed another piece of warnings 13 years ago
Marina Kolpakova de23734776 Declaration of color conversion functions are moved in header file to avoid warnings 13 years ago
Marina Kolpakova 324a642a20 Fixed all anomimous warnings 13 years ago
Marina Kolpakova 8eadc49a7b Fixed another one thousand warnings about uninitialized anomimnomous 13 years ago
Vadim Pisarevsky 1e14d84008 possibly fixed crash boost caused by the recent modification; slightly improved mlp params in letter_recog sample 13 years ago
Marina Kolpakova e86f0aaea1 fixed hundreds of "anonymous" warnings for gpu module. 13 years ago
Andrey Kamaev ffa44fb114 Fixed precompiled headers build on Linux 13 years ago
Andrey Kamaev 47a4e87784 Ignored warnings from gtest with precompiled headers enabled 13 years ago
Andrey Kamaev 8720b27d87 Fixed build with TBB for Android 13 years ago
Alexander Kapustin 018d85dddb New Tegra Optimized thresh_16s and thresh_32f functions were added 13 years ago
Andrey Kamaev 2f40905548 Fixed Android build 13 years ago
Kirill Kornyakov ec0ec69307 slightly updated windows_install.rst tutorial 13 years ago
Andrey Kamaev 89e3c461ec Fixed build with TBB 13 years ago
Andrey Kamaev 79df8db76f Fixed recently introduced build problems on some platforms 13 years ago
Andrey Kamaev f62028dc16 Fixed mingw build. 13 years ago
Alexander Shishkov bee982b492 update FFMPEG wrapper binaries 13 years ago
Andrey Kamaev 49a1ba6038 Set stricter warning rules for gcc 13 years ago
Anatoly Baksheev 0395f7c63f fixed relative path for stitching/details headers 13 years ago
Marina Kolpakova 16ef01efda set to linear interpolation type for upscaling with area interplation flag 13 years ago