13974 Commits (723b42e0dabae5b79628c654dd17b09be40d83a0)

Author SHA1 Message Date
Tomoaki Teshima 3c2f7ecc97 speed up accumulate, accumulateSquare, accumulateProduct and accumulateWeighted using SIMD 9 years ago
Ilya Lavrenov 0af3947468 added note about cv::reduce output type for MIN/MAX 9 years ago
thierry ea911d34c6 remove 2-channel png encoder/decoder support 9 years ago
Ilya Lavrenov c634e39299 removed extra semicolon 9 years ago
Vladislav Vinogradov 1c8b1b2d2b add note about "maxCorners <= 0" case in goodFeaturesToTrack 9 years ago
Alexander Alekhin 998c43ffea videoio: ffmpeg: fix get_fps() implementation 9 years ago
Ilya Lavrenov c4b57d0ded disable ippiMinMaxIndx_32f_C1R usage since it crashes on Nans 9 years ago
Vladislav Vinogradov bfd6ae77f5 Add note that cv::cuda::Stream class is not thread safe 9 years ago
Maksim Shabunin f698bc1cc2 Fixes header filtering for python bindings generator 9 years ago
Maksim Shabunin 95da5ec245 Restored check chessboard parameters 9 years ago
Maksim Shabunin 3bfe76e24c Ported PR #4187 to master 9 years ago
Maksim Shabunin b000663a88 Cleanup 9 years ago
Vladislav Vinogradov 112903c2bd increase minimal supported CUDA toolkit to 6.5 9 years ago
Maksim Shabunin 8215d20dbf fixup! Fixed several merge issues 9 years ago
Maksim Shabunin 2a350b11dd Fixed several merge issues 9 years ago
Tomoaki Teshima 9fca953e62 check the CPU flag correctly 9 years ago
Sergei Nosov dce310e03c provide better error messages 9 years ago
Ilya Lavrenov 91d8405e52 stop search of markers in Exif reader to prevent infinite loop 9 years ago
Oliver Schreer 74b83cfce5 Modified and improved the method for chessboard detection. It is now faster and detects chessboards under difficult lighting condition as well as when the chessboard has strong out of plane rotations 9 years ago
Vladislav Sovrasov ee9a42e9cd Fix calibration fail on python with CALIB_THIN_PRISM_MODEL flag 9 years ago
Ilya Lavrenov 491b6543da clarify CUDA arithm operations usage with mask 9 years ago
Alexander Alekhin 1f26e73478 ffmpeg: try to load ffmpeg wrapper dll from the current module directory 9 years ago
Ilya Lavrenov 5bc10ef796 fixed empty image condition in resize 9 years ago
Alexander Alekhin ddc0b42bc3 migration: github.com/opencv/opencv 9 years ago
Ilya Lavrenov bcc9010630 fixed memory leak in flann tests 9 years ago
Pavel Rojtberg c1b90a1c22 fisheye: add CALIB_FIX_PRINCIPAL_POINT 9 years ago
Jan Starzynski 479f933970 get/put: more type-safety and code unification using templates 9 years ago
Tomoaki Teshima 1095076d7f imgproc: speed up threshold of 64F version using NEON and SSE 9 years ago
Tomoaki Teshima 59fabb2767 use NEON as same as SSE 9 years ago
Alexander Alekhin 5f269d08b4 bigdata: add test, resolve split/merge issue 9 years ago
Maksim Shabunin f3bd508e6d GDCM: several improvements 9 years ago
Maksim Shabunin 0fd0acf2e3 GDCM: modified compilation scheme 9 years ago
look4pritam 6f22f49c02 Grassroots DiCoM i.e. GDCM based DICOM image reader is added. 9 years ago
Philipp Hasper 00112bbe10 persistence: fixing crash with space-only values 9 years ago
Vitaly Tuzov c61f7e5334 Fix for median blur of 2-channel images 9 years ago
Alexander Alekhin c0fe374490 cmake: python, allow dynamic symbols lookup from libpython.so 9 years ago
Vladislav Vinogradov 4382302a6b fix matrix type for keypoints buffer in CUDA FAST 9 years ago
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