11207 Commits (dcae7698adb4a3883d42016431ed298e021d8172)

Author SHA1 Message Date
Maksim Shabunin dcae7698ad Doxygen documentation for: highgui, video, imgcodecs and videoio 10 years ago
Andrey Kamaev 3fa02787ac Make Ctrl+S open save dialog on Windows 10 years ago
Ari Suwendi b14f7c99d2 bug fix for a crash when input image is small 10 years ago
Takahiro Poly Horikawa 553bb7956e Fix "assignment operator could not be generated" warnings 10 years ago
Takahiro Poly Horikawa 180e54d09d - Use cv::Mutex to safely update converged flag 10 years ago
Takahiro Poly Horikawa 123ca7e1c5 Parallize building kmeans index in flann 10 years ago
Dmitry-Me 4ff8a3ad92 Fix incorrect size computation 10 years ago
Yan Wang 6e7050555e Optimize pyrUp_unrolled() by mad function. 10 years ago
Pat O'Keefe 6d78cfc0d9 Fix compilation when building without the Video I/O module. 10 years ago
orestis a7757b0eb6 Fix anchor for small symmetrical column filters. 10 years ago
Andrey Kamaev f4ba8b13c7 Add cv::setWindowTitle to highgui 10 years ago
Maksim Shabunin 555fdf893a Documenting imgproc module 10 years ago
Daniel Angelov 303868b3c4 Fixed variable name consistency 10 years ago
Yan Wang a8b4c99ed6 Improve the performance of fast_nlmeans_denoising_opencl. 10 years ago
Maksim Shabunin 6aa7a86ae9 Doxygen documentation for core module 10 years ago
Yan Wang 184b6e314c Fix canny segment fault (Bug #3978) 10 years ago
Alexander Bohn / FI$H2k 8340e31f1f Fixed OS X compilation error in window_cocoa.mm 10 years ago
Ilya Lavrenov 701d2386ce fixed doc 10 years ago
Shiquan Wang 7127634aa0 Mod: Open header files with `io.open` for Python 2/3 compatibility. 10 years ago
Alexander Duda 60cacbfd66 solvePnPRansac: fix mask generation 10 years ago
Alexander Duda ed55d13112 PnPRansacCallback::computeError: fix count in case of Nx3 matrices 10 years ago
Alexander Alekhin 2981ee00d9 OpenNI2: prevent failure of setVideoMode() call with invalid parameters 10 years ago
Alexander Alekhin ae4cb571ab Set status to beta 10 years ago
Vadim Pisarevsky d58cadc1ea moved cv::partition from private.hpp to operations.hpp, to expose the function to users 10 years ago
Vadim Pisarevsky 80a985c894 fixed path to the checkerboard image 10 years ago
Vadim Pisarevsky 7c8789dc12 fixed my_umat(roi).clone() test by disabling poorly aligned ROI's. Real fix of the problem will require a separate branch in UMat::copyTo(). 10 years ago
Yan Wang 0692bf5f34 Fix HoughLines crashes (Bug #3959). 10 years ago
Alexander Karsakov 7c870014fb Correctly unrolled some cycles 10 years ago
ElenaGvozdeva 7dd059c084 fixed test for ocl WarpAffine 10 years ago
Alexander Karsakov 462c3c25a9 Removed incorrect using of rootn() and powr() in ocl_pow 10 years ago
Alexander Karsakov 0ec0aeb7d0 Minor optimization for ocl_canny 10 years ago
Alexander Alekhin 4eb16122c0 ocl: change processing of OpenCL failures 10 years ago
Miroslav Benes 4046f0398a Make Otsu and Triangle algorithms mutually exclusive 10 years ago
Michele Adduci e181c76d21 Updated test_features2d.cpp with latest API change 10 years ago
Michele Adduci 914b78b8bb Updated ORB test with parameters 10 years ago
vbystricky 957e5ef8eb Fix OpenCL version of HoughLinesP function 10 years ago
Alexander Alekhin 58e054a003 IPPICV: disable boxFilter 16SC1/16UC1 (performance) 10 years ago
Alexander Alekhin 1c9f590f0d IPPICV: disable NormDiff_L1_16s_C1R for IPP/ICV 8.2/8.2.1 10 years ago
Michele Adduci e1bb844475 Fix cudafeatures2d and cudastereo with new 3.0 APIs for ORB and StereoBM 10 years ago
bartaandras 21227ba092 Fixed calc_output_scale with NO_OUTPUT_SCALE flag set. 10 years ago
Yusuke Suzuki 9cd08c662c add V4L2_PIX_FMT_RGB24 convert code 10 years ago
berak c2cb3b515d support older gcc versions 10 years ago
Ilya Lavrenov 1fe5441185 cv::convertMaps 10 years ago
Ilya Lavrenov aa11e102fd removed saturation from pyramids 10 years ago
Ilya Lavrenov 8d0383180c fixes for cv::warpAffine 10 years ago
Ilya Lavrenov 15af3f7114 fixes in VResizeLinearVec_32s8u 10 years ago
Ilya Lavrenov a4dd2162f2 cv::resize (INTER_LANCZOS4) 10 years ago
Ilya Lavrenov 1b01e1fe68 cv::resize (INTER_AREA CV_16S, CV_32F) 10 years ago
Ilya Lavrenov 4ed696d770 cv::compareHist (CV_COMP_INTERSECT) 10 years ago
Ilya Lavrenov 5ca25ab8f0 cv::pow (integer power) 10 years ago