14400 Commits (d1bbc0b6e6c0c5115e54aa6d9f32a1d332a9538c)

Author SHA1 Message Date
Jan Starzynski 7f896643e9 fix for buffer-overflow in IPPCalcHistInvoker::operator() 9 years ago
Vladislav Sovrasov a2ec23c112 Update cv::log documentation 9 years ago
Alexandr Kondratev 179998a8a2 highgui module: window_QT mouse wheel reuse variable delta instead call evnt->delta() 9 years ago
Andreas Franek 8d43e2b945 fixed the cuda optical flow error normalization factor 9 years ago
Alexandr Kondratev 4e63bd04e5 highgui module: mouse wheel - modification keys fixed, wheel event value is CV_EVENT_MOUSEWHEEL or CV_EVENT_MOUSEHWHEEL 9 years ago
Tomoaki Teshima 0e380ff15d calib3d: compare error and threshold both in square 9 years ago
Alexandr Kondratev 1f2e159054 highgui module: using event->scroll.delta_{x,y} instead parsing direction and added widget event mask GDK_SMOOTH_SCROLL_MASK for GTK>=3.4 9 years ago
Alexandr Kondratev 7dcac647e5 highgui module: a bit readable onMouse flags mapping 9 years ago
Michael Shtutman 3f2ab5d3b5 Fix bug #6682 (Can't change resolution for YUY2 camera with DShow) 9 years ago
Alexander Alekhin 3844ee780c build: fix compiler warnings (GCC 5.3.1) 9 years ago
Alexander Alekhin 8b05a4bf93 cvtColor: fix inplace processing 9 years ago
Alexander Alekhin b23527bf02 core: fix arguments types for cblas calls 9 years ago
Alexander Alekhin 8184535de1 samples: repair viz tutorial 9 years ago
Alexandr Kondratev 81c69ecd16 highgui: window_gtk.cpp directive boolean operations or/and replaced by ||/&& to keep compatible with older systems 9 years ago
Vitaliy Lyudvichenko 930d96f684 Fixing of AutoBuffer::allocate(nsz) method 9 years ago
Tomoaki Teshima 78a5aacb22 make NEON more similart to SSE2 9 years ago
PkLab.net f274c592e4 Use copydoc for the list of valid property identifier in VideoCapture and VideoWriter docs 9 years ago
PkLab.net 6c3d8abe2c Doxygen documentation for CAP_* enums (using current comments in code) 9 years ago
Dmitry Trifonov f9e6741807 added support for OpenNI2 IR stream #4366 9 years ago
Suleyman TURKMEN e7ec580318 Update imgcodecs.hpp 9 years ago
Alexandr Kondratev a4e9712006 Compilate switch-case with GTK_SCROLL_SMOOTH since GTK>=3.4 9 years ago
Suleyman TURKMEN 1b22783d46 Update grfmt_png.cpp 9 years ago
Alexandr Kondratev fd78e2cc6c highgui module: removed unused type_mouse_event mouse_wheel 9 years ago
Alexandr Kondratev 6020dacc11 highgui module: implemented QT and GTK mouse wheel callback support in linux 9 years ago
MYLS df5a7c8ee9 build again for OpenCL. 9 years ago
MYLS 677d4d20ce fixed an error in the test... 9 years ago
MYLS 959002fb96 solve warnings and errors in test. 9 years ago
MYLS 7c92ee2e6e Split `cvWriteRawData_Base64` into three functions 9 years ago
Suleyman TURKMEN d2bad6febb cv::TickMeter class addition 9 years ago
Matthew Skolaut f861d0d643 merge #ifs in highgui bindings 9 years ago
Alexander Alekhin 09c2a8b7ad cmake: fix HAL dependencies for core module 9 years ago
Matthew Skolaut 7284a77cd3 fix casting warning in python createButton binding 9 years ago
Matthew Skolaut 9b959072a2 added python binding for createButton 9 years ago
Alexander Alekhin 2fb670cf09 hal: fix missing include "opencv2/imgproc/hal/interface.h" 9 years ago
MYLS 29921d055d change the parameter to `CvMat` and `CvMatND` 9 years ago
MYLS 9faa2a7fd0 solve warning for IOS 9 years ago
MYLS 958263d245 Solve warnings, and adjusted the test case. 9 years ago
MYLS 882e4221e7 fix errors from test. 9 years ago
MYLS d1b097f409 fix most coding style warnings and errors 9 years ago
MYLS 7b1f7c8d8e Add Base64 support for FileStorage 9 years ago
MYLS ecd827fc8e Add Base64 support for FileStorage 9 years ago
Philipp Hasper 45bd56e28a rigidTransform: only four DoF 9 years ago
Alexander Alekhin f4ebc504d1 cmake: refactor HAL attaching process 9 years ago
Philipp Nordhus 4a529cd641 Return reference on iterator indirection/subscript 9 years ago
Tomoaki Teshima 87d0c91dcf fix warning of build 9 years ago
Tomoaki Teshima d0a8390963 fix run time error on Mac 9 years ago
Adam Rankin 2577194c70 Correcting return type from videoDevice::findType to be int thus allowing detection of failed device init request 9 years ago
Tomoaki Teshima fd76ed5c0f fix to support wider compiler 9 years ago
Tomoaki Teshima 6f6eebbcb9 fix warning 9 years ago
Vladislav Sovrasov 46fb46c54e Add an extended version of CalibrateCamera function 9 years ago