2696 Commits (055f33ec4687e4d76edc99cde05351c3df10e345)

Author SHA1 Message Date
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
Tomoaki Teshima 6ab10fc3ac suppress warnings on GCC 4.9 series 8 years ago
Hamdi Sahloul 6a856d677c Wraps cv::EMD for Python and Java 8 years ago
Artem Lukoyanov c4ae5c0ee5 Added assertios to remap and warpAffine functions 8 years ago
vartenkov 3fbe1f8d64 Fix multichannel warping with BORDER_CONSTANT 8 years ago
berak 11f3c0741e imgproc: move ShapeMatchModes enum from c to c++ header 8 years ago
berak 0b31eca9c2 remove unnessecary print statement 8 years ago
Woody Chow 9eecb5a9fe Optimize RowVec_32f and SymmColumnVec_32f with AVX2 8 years ago
Woody Chow 05476d6604 Optimize initUndistortRectifyMap with AVX2 8 years ago
Woody Chow 9a29fc2ce1 Optimize WarpAffine using AVX2 8 years ago
Fangjun KUANG 246d3761ce Merge pull request #8383 from csukuangfj/patch-10 8 years ago
Fangjun KUANG 2a30d8c9f9 Update documentation for cv::accumulate. 8 years ago
chacha21 8c7d29e526 more minor changes to fix -Wunused-function warning on Apple platforms 8 years ago
chacha21 94c58e7347 minor changes to fix -Wunused-function warning on Apple platforms 8 years ago
Alexander Alekhin ba8a6e3533 ocl: don't use vload4 for 3 channel images 8 years ago
chacha21 27cfe31b64 more ICV_HLINE specific cases 8 years ago
chacha21 92a3dbe18f more ICV_HLINE optimization 8 years ago
Fangjun KUANG 34c70e7a1c Fix typos. 8 years ago
Jejos 5169c79978 fix medianBlur accessviolation 8 years ago
Maksim Shabunin c4c1c4c9bb Replaced several hal:: classes with functions, marked old variants deprecated 8 years ago
Tomoaki Teshima 822c67fdee remove non ASCII character from comment 8 years ago
PkLab.net e03c81d90a Change image e small fix to cv::ellipse() Doc 8 years ago