2739 Commits (ad146e5a6b931ac5d179d4fedc58cef99a3c9e7e)

Author SHA1 Message Date
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
Maksim Shabunin 1f23202ad8 Issues found by static analysis (5th round) 7 years ago
Alexander Alekhin cdf2a59afa canny: disallow broken inplace arguments 7 years ago
Maksim Shabunin e0393f8557 Fixed some issues found by static analysis (4th round) 7 years ago
Vitaly Tuzov 1ed9a58b64 AVX optimized implementation of Harris corner detector migrated to separate file 7 years ago
Maksim Shabunin a769d69a9d Fixed several issues found by static analysis 7 years ago
Vadim Pisarevsky 8b3d6603d5 another round of dnn optimization (#9011) 7 years ago
Maksim Shabunin 32d4af36e2 Fixing some static analysis issues 8 years ago
Alexander Alekhin 006966e629 trace: initial support for code trace 8 years ago
Vitaly Tuzov 3d7fd4132b Fixed clipLine evaluation for very long lines 8 years ago
catree a084501ecf Add a note to morphologyEx documentation to clarify the behavior when iterations > 1. 8 years ago
abratchik 037d8fbdcd Refactor OpenCV Java Wrapping 8 years ago
Tomoaki Teshima 5ad3ddc1b6 suppress warning 8 years ago
Vitaly Tuzov 3a5e036feb Updated fix for accumulate performance test in case of multiple iterations 8 years ago
Vitaly Tuzov 2de1aac665 Updated alignment declarations to CV_DECL_ALIGNED macro 8 years ago
Vitaly Tuzov 59373a1ae1 AVX and SSE optimizations for resize NN 8 years ago
Woody Chow f743603b0a Fallback to single threaded version of IPP gaussian blur / bilateral filter when the mutlithreaded version cannot be called. 8 years ago
Woody Chow d22fb5f949 Multithread IPP gaussian blur 8 years ago
Vitaly Tuzov 1d62a025b3 Moved size restrictions for OpenVX processed images to corresponding cpp files 8 years ago
Vadim Pisarevsky 6473018d69 eliminated trailing whitespaces 8 years ago
mschoeneck 4a4d94f266 Merge pull request #8694 from mschoeneck:Canny 8 years ago
Vadim Pisarevsky 883d925f59 replaced SSE2 code with universal intrinsics; improved accuracy of the box filter; it should now be bit-exact 8 years ago
Alexander Alekhin c5e9d1adae macro for static analysis tools 8 years ago
chacha21 7763a86634 restored memset optimization 8 years ago
Vitaly Tuzov 01f773b803 Fix for accumulate performance test in case of multiple iterations 8 years ago
Vladislav Sovrasov bfc4eb31cb imgproc: fix BGRA2BGRA conversion 8 years ago
chacha21 fa4fd48072 Drop best optimizations to reduce code size 8 years ago