2660 Commits (2129db6e91f8c4326384b6fe7df62ac333dc62e8)

Author SHA1 Message Date
Alexander Alekhin e615fafe2d build: fix MSVS2010 7 years ago
Jasper Shemilt 800da724a3 Fix Transposed eigenvals and vecs. Didn't notice at first 7 years ago
Jasper Shemilt 0136711cf4 Adds fitEllipseAMS to imgproc: The Approximate Mean Square (AMS) proposed by Taubin 1991. 7 years ago
Tomoaki Teshima 139b32734e Merge pull request #9714 from tomoaki0705:universalBilateral 7 years ago
Peter Fischer 332588fcee Fix bug: non-maximum suppression for hough circle 7 years ago
woody.chow ef8c919e3f Minor optimization of initUndistortRectifyMapLine_AVX 7 years ago
Congxiang Pan 89b6e68e1e Merge pull request #9466 from huningxin:js 7 years ago
Rostislav Vasilikhin 62c4cf3ac6 fixed build of OpenVX Harris 7 years ago
Tomoaki Teshima e932160a8d replace raw SSE2/NEON implementation with universal intrinsic 7 years ago
vipinanand4 39e742765a Merge pull request #9618 from vipinanand4:goodFeaturesToTrack_added_gradiantSize 7 years ago
Vitaly Tuzov 22fcbaed64 Added performance test for nearest neighbor resize 7 years ago
Rostislav Vasilikhin cc547e8260 Bit-exact version of Luv2RGB_b (#9470) 7 years ago
Dmitry Kurtaev fa109b94d9 Update 16UC thresholding 7 years ago
Arvid Piehl Lauritsen Böttiger ca245e995a Added support for thresholding CV_16U images. 7 years ago
Rostislav Vasilikhin 4435ec5f26 Bit-exact version of RGB2Luv_b (#9226) 7 years ago
Vladislav Sovrasov b421ebef86 imgproc: slightly change the signature of undistortPoints overload 7 years ago
Vladislav Sovrasov 701c7e5685 imgproc: add stop criteria tuning in undistortPoints 7 years ago
Suleyman TURKMEN d547c6b1a2 documentation improvement 7 years ago
Rostislav Vasilikhin 18ca3d1e62 error message fixed 7 years ago
Rostislav Vasilikhin 2457bfc1e3 test info output improved 7 years ago
Rostislav Vasilikhin f6a165d10f Lab test fix: stop at first mismatch 7 years ago
Rostislav Vasilikhin 92093a6e6c extra declarations removed 7 years ago
Rostislav Vasilikhin f1e8aa70a0 added checksum-based test for Lab bit-exactness 7 years ago
Rostislav Vasilikhin d25344c257 reverted: no 8u convertors for CV_ColorCvtBaseTest 7 years ago
Rostislav Vasilikhin 62ee92e3e2 ColorLab_full test fixed 7 years ago
Rostislav Vasilikhin 375ec5ed7e bit-exact tests written for Lab 7 years ago
Rostislav Vasilikhin 758f914249 XYZ constants made softdouble 7 years ago
Rostislav Vasilikhin 121fa04906 srgb support added 7 years ago
Rostislav Vasilikhin 5ea1c72291 Lab2RGB_b: bit-exactness enabled for all modes; non-vectorized code fixed to comply with vectorized 7 years ago
Rostislav Vasilikhin f5dff87242 CV_ColorCvtBaseTest: added methods for 8u implementations 7 years ago
Rostislav Vasilikhin f0ef7bd149 Lab and Luv tests: rewritten, constants explained 7 years ago
Rostislav Vasilikhin 0e6c335077 Imgproc_ColorLab_Full.accuracy test fixed 7 years ago
Maksim Shabunin 248e2c7d47 Fixed some issues found by static analysis 7 years ago
Alexander Alekhin 89bb028bfc imgproc(ocl): don't use doubles to process float data 7 years ago
Vitaly Tuzov e8caa9b5c0 removed unused interpolateLinear 7 years ago
Vitaly Tuzov b1f46b6d69 Move resize implementation to separate file 7 years ago
Alexander Alekhin e3b12bdb59 imgproc(ocl): eliminate div by zero in Canny 7 years ago
Vladislav Sovrasov 91e56abcf1 imgproc: disable buggy inplace processing in convexHull 7 years ago
Pavel Vlasov a57718e1ac ICV2017u3 package update; 7 years ago
berak e7b9cfa8f2 imgproc:fix winSize in createHanningWindow() 7 years ago
Suleyman TURKMEN 8bb3863f52 New example - warpPerspective_demo.cpp 7 years ago
KUANG, Fangjun 4bbe67451d fix some typos in the documentation. 7 years ago
Jiri Horner bb6496d9e5 Merge pull request #8951 from hrnr:akaze_part2 7 years ago
Suleyman TURKMEN 89480801b8 some improvements on tutorials 7 years ago
Alexander Alekhin caa5e3b4c5 imgproc: fix vectorized code of accumulate 7 years ago
Rostislav Vasilikhin 70b984434d RGB2Lab_f and trilinear interpolation code are in separate branch; cubeRoot(x) instead of std::pow(x, 1.f/3.f) 7 years ago
Alexander Alekhin 4bb4a349c9 imgproc: fix warp optimizations 7 years ago
Shuyu Liang c10d08f795 Fix typo in imgproc.hpp 7 years ago
Rostislav Vasilikhin 4b75be801e initial version of Lab2RGB_f tetrahedral interpolation written 7 years ago
Vladislav Sovrasov bb0f9d6bc4 core: use matlab-style in 2d fftShift 7 years ago