2392 Commits (d8ea8ef98a8a9c3aeaa3b2246406f010a958a458)
 

Author SHA1 Message Date
Ana Huaman 5006ba773f Morphology code 1 added to tutorial-code/Image_Processing 14 years ago
Elena Fedotova 392b9074f5 Purpose: 2nd review cycle. 14 years ago
Ana Huaman 6a3f69d2d1 Fixed a small link error in documentation 14 years ago
Ana Huaman 52b3391067 Added Smoothing tutorial in reST and links to the code in samples/cpp/tutorial_code 14 years ago
Vadim Pisarevsky 151bfb2ae2 use "-O2 -DNDEBUG" in release by default in the case of MinGW 14 years ago
Vadim Pisarevsky 0e14fef96e fixed warnings in gbt; added insertChannel() and extractChannel(); made the code "rand{u|n}(arr, <number>, <number>)" work properly. 14 years ago
Vadim Pisarevsky c37e063914 removed serveral CV_EXPORTS_AS() to make Python function names in cv2 the same as in C++. 14 years ago
Elena Fedotova 350dfc1ef7 Purpose: 2nd review cycle. 14 years ago
Elena Fedotova 05d36be85b Purpose: 2nd review cycle. 14 years ago
Elena Fedotova 1f8cf9d062 Purpose: 2nd review cycle - see ?? . 14 years ago
Vadim Pisarevsky f4dc4b43e4 fixed calibrateCamera API (ticket #1143) 14 years ago
Vadim Pisarevsky d5ba7c3826 fixed crashes in camshiftdemo (ticket #875) 14 years ago
Ana Huaman 3ca31dcdb6 New basic filter sample added 14 years ago
Vadim Pisarevsky 6229af93d6 corrected estimateAffine3D parameter name: outliers=>inliers (ticket #1141) 14 years ago
Vadim Pisarevsky 9b6d8c3963 added reduce(..., CV_REDUCE_MIN/CV_REDUCE_MAX, ...) for 16u/16s (ticket #1145) 14 years ago
Alexander Mordvintsev 4582226567 work on obj_detect.py sample (in progress...) 14 years ago
Vadim Pisarevsky 48a5599c5e fixed potentially incorrect memory access in cv::transform 14 years ago
Ana Huaman 98e13cec87 Added sample code for tutorial - cpp 14 years ago
Alexander Shishkov d198e39d35 set default compiler flags to "-O2" in the case of MinGW 14 years ago
Andrey Morozov 840baa2205 improved build of installer package for windows 14 years ago
Andrey Kamaev e722cb96e7 Added cmake file to compile Android native camera wrapper if Android source tree is available 14 years ago
Maria Dimashova 4f86b30abc fixed #1140 and made some other updates of features2d docs 14 years ago
Alexey Spizhevoy 3be51ded5d fixed typo in opencv_stitching 14 years ago
Alexander Shishkov 0ec452c152 turned off Python support for Windows in Debug mode 14 years ago
Alexander Shishkov 78dcb42822 fixed compilation on Linux in static case 14 years ago
Alexander Shishkov d40b37dbf3 modified output stream 14 years ago
Maria Dimashova 907240a865 completed doc on MLData 14 years ago
Maria Dimashova 3d74662f5a updated check_docs script and whitelist 14 years ago
Andrey Kamaev 6e8b4e646a Fixed Android install target 14 years ago
Maria Dimashova d84b5a9b36 removed old data 14 years ago
Maria Dimashova e95f8194e2 uncommented Opponent descriptors test, fixed descriptors mat size 14 years ago
Maria Dimashova 814336f4cb Added doc on CvMLData 14 years ago
Maria Dimashova fc04b7ab4f minor refactoring of CvMLData interface 14 years ago
Ilya Lysenkov 77be493e45 Qt: fixed keyPressEvent (ticket #803) 14 years ago
Alexander Mordvintsev 83a4a41cde work on obj_detect sample 14 years ago
Vladimir Dudnik 6e38b6aaed removed trailing backspaces, reduced number of warnings (under MSVC2010 x64) for size_t to int conversion, added handling of samples launch without parameters (should not have abnormal termination if there was no paramaters supplied) 14 years ago
Andrey Kamaev 092beae2d5 Updated NDK default paths for version r5c 14 years ago
Andrey Kamaev 206aa50f86 Added Android native camera module 14 years ago
Bernat Gabor 5cae924a3d A "Hello World" like tutorial to assure that I have submit rights to the tutorial section. 14 years ago
Ilya Lysenkov 480f8235a7 Qt: fixed destroyAllWindow crash (patch #794) 14 years ago
Alexander Shishkov f010539aaf Fixed MacOS GPU Compilation for i386 14 years ago
Alexander Shishkov c5787c5262 added missing audevcod.h 14 years ago
Vadim Pisarevsky 1987de1d77 added missing errors.h 14 years ago
Ilya Lysenkov 0565a9456d Qt: fixed using of OpenCV in another Qt app (patch #919) 14 years ago
Vadim Pisarevsky 8d8ef596c8 introduced new RST/Sphinx domain ocv. 14 years ago
Ilya Lysenkov 4f3fb040a4 Qt: fixed resizing of maximized window (patch #858). 14 years ago
Maria Dimashova 0209d72534 minor change (moved methods implementation from hpp to cpp) 14 years ago
Anatoly Baksheev 74f1162a41 tabs 14 years ago
Vadim Pisarevsky 35d5a671a2 little fix: "and" => "AND" 14 years ago
Vadim Pisarevsky 498451872b another small correction to build cap_dshow.cpp in highgui 14 years ago