2643 Commits (70b6c1f29e5bfb5e23541ecdf3b21ce59fd4f4ab)

Author SHA1 Message Date
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
Vladislav Sovrasov a683a496ea core: use matlab-style 1d fftShift in pc 7 years ago
Alexander Alekhin a4a47b538c build: detect Android via '__ANDROID__' macro 7 years ago
Tomoaki Teshima e7d5dbfec0 dispatch accumulate series 7 years ago
Vitaly Tuzov 526d1d6db1 AVX optimized implementation of undistort migrated to separate file 7 years ago
Rostislav Vasilikhin aa621d6f3c magic constants explained 7 years ago
Rostislav Vasilikhin 704c688225 OCL code fixed, fix for NEON added 7 years ago
Rostislav Vasilikhin 6c71988c54 RGB2Luv_f: R, G, B limited to [0, 1] 7 years ago
Rostislav Vasilikhin 82811d0706 Luv: singularities fixed 7 years ago
wzw 635342ab73 ocl_calcHist1: Use proper local size for merge_histogram kernel 7 years ago
Vitaly Tuzov fadf25acd6 SSE4_1 optimized implementation of resize and warp functions migrated to separate file 7 years ago
Vitaly Tuzov 4d0f789e0a AVX optimized implementation of separable filters migrated to separate file 7 years ago
Vladislav Sovrasov 42936d3227 imgproc: fix MORPH_HITMISS operation when kernel has no negative values 7 years ago
Tony Lian c8783f3e23 Merge pull request #9075 from TonyLianLong:master 7 years ago
Vitaly Tuzov 3681dcef1a AVX optimized implementation of resize and warp functions migrated to separate file 7 years ago