1545 Commits (9c71134caf34dfd458e051298fb4e25ea0069624)

Author SHA1 Message Date
Ilya Lysenkov ee2aefc270 Minor doc fix 14 years ago
Ilya Lysenkov fce7ba4eaf Added destroyAllWindows and docs (ticket #957). 14 years ago
Ilya Lysenkov 233dfd252d Qt: fixed signal of a clicked push button (patch #786) 14 years ago
Ilya Lysenkov 3c7055b9ce Qt minor doc enhancement 14 years ago
Vadim Pisarevsky 848be8dfe1 temporarily reverted to FLANN 1.5 (FLANN 1.6 is put to a separate branch FLANN_1.6 until it's stabilized) 14 years ago
Ilya Lysenkov 310ed83343 Qt doc: specified an image type in the addText function (ticket #1144) 14 years ago
Vadim Pisarevsky 6767f1db9e added dummy symbol to flann to make OpenCV compile on Windows 14 years ago
Vadim Pisarevsky 24cb30fed5 fixed errors and warnings when building with MSVC 14 years ago
Marius Muja 3b2d4b57a0 Bringing get_param and print_params into cv::flann namespace. 14 years ago
Marius Muja 9153018bd2 Updated FLANN 14 years ago
Vadim Pisarevsky 2e54482de9 fixed formula in cvIntegral/integral description 14 years ago
Vadim Pisarevsky 108fc3f4fe fixed problem with non 4:3 cameras (ticket #142) 14 years ago
Vadim Pisarevsky 873b72edd9 use original image type (8-bit grayscale or 24-bit RGB) in the case of RAW video (ticket #782) 14 years ago
Vadim Pisarevsky ec97683ddf fixed positioning in ffmpeg wrapper (thanks to mike_at_nrec for the patch). Added frame positioning feature to laplace demo to test the feature 14 years ago
Vadim Pisarevsky c5088ca1b8 added explicit Mat_<T>::Mat_(const MatExpr&) (resolves ticket #996) 14 years ago
Elena Fedotova 5d047af005 Purpose: 2nd review cycle. 14 years ago
Vadim Pisarevsky babec51880 fixed memory leaks in fromarray (thanks to Matthew Baker for the patch!) 14 years ago
Elena Fedotova a8f1b8be21 Purpose: 2nd review cycle - see ?? . 14 years ago
Elena Fedotova 4ec0287dd3 Purpose: 2nd review cycle - see ?? . wrong syntax format 14 years ago
Elena Fedotova 392b9074f5 Purpose: 2nd review cycle. 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
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
Vadim Pisarevsky 48a5599c5e fixed potentially incorrect memory access in cv::transform 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 d40b37dbf3 modified output stream 14 years ago
Maria Dimashova 907240a865 completed doc on MLData 14 years ago
Andrey Kamaev 6e8b4e646a Fixed Android install target 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
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 206aa50f86 Added Android native camera module 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
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 17b18de531 added missing evcode.h; made videoinput optional (ticket #1142) 14 years ago