2814 Commits (ca559826692c9cb670c84d4286e3a883b47253a4)

Author SHA1 Message Date
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 8 years ago
Vadim Pisarevsky 8b3d6603d5 another round of dnn optimization (#9011) 8 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
saskatchewancatch bbb785e43c Issue 8647: Updated doc for cv::matchTemplate to reflect current support for methods when mast template is supplied. 8 years ago
Michele Cancilla 9405c6d206 Improvement of array of equivalences’ upper bound + fix some wrong comments 8 years ago
Vitaly Tuzov 2492c299f3 Extended set of existing performance test to OpenVX HAL suitable execution modes 8 years ago
Pavel Vlasov 11c2ffaf1c Update for IPP for OpenCV 2017u2 integration; 8 years ago
saskatchewancatch 3fe18392ef Updated comments for cv::ellipse and cv::ellipse2Poly to clarify some behaviour that has confused some users. 8 years ago
Alessandro Gentilini fc8f1890c0 Fix markdown format. 8 years ago
Pavel Vlasov 35c7216846 IPP for OpenCV 2017u2 initial enabling patch; 8 years ago
Vitaly Tuzov 4c0d833dec Disabled vxuConvolution call for sepFilter evaluation 8 years ago
Vitaly Tuzov 87bb74312b Disabled vxuConvolution call for Sobel, GaussianBlur and Box filter evaluation 8 years ago
Vitaly Tuzov 0f1a56da7c Changed restrictions for OpenVX HAL calls on small images 8 years ago
Vitaly Tuzov bf5b7843e8 Extended set of OpenVX HAL calls disabled for small images 8 years ago
Maksim Shabunin ce50df564c Fixed cvtColor OCL compilation issue (BGRA2mBGRA) 8 years ago