14331 Commits (db451f20dfb1155d486c633aeafaddc1af92de9c)

Author SHA1 Message Date
Tomoaki Teshima 841ccccada use universal intrinsic in canny 8 years ago
k-shinotsuka e310c3f9f4 add simd code when dcn equals 4 at Luv2RGB_b(). 8 years ago
Alexander Alekhin 411e551335 ocl: autogenerated code 8 years ago
Alexander Alekhin a0add98b30 ocl: eliminate build warning 8 years ago
k-shinotsuka 1a51a96de2 fixed the difference of the calculation result for findStereoCorrespondenceBM_SSE2() and findStereoCorrespondenceBM_(). 8 years ago
Alexander Alekhin 12e00827be cuda: fix fp16 compilation 8 years ago
catree 2dd77f886a Fix dead link for hit or miss documentation. 8 years ago
mshabunin 7a7a2749e0 Fixed java wrappers 8 years ago
sourin a34fbf7bb1 Fixed identifiers warns 8 years ago
Alexander Alekhin a9ab629f60 build: fix aarch64 build with aarch64-linux-gnu-g++-4.8 8 years ago
Maksim Shabunin 3d5c0f1faf HAL interface for cv::integral 8 years ago
Alexander Alekhin 696972bf8e ocl: update Canny test threshold 8 years ago
daB0bby 809bbb472b bypass macro 8 years ago
daB0bby 7840b07d2f bypass macro 8 years ago
Tomoaki Teshima c7cb116dc0 check FP16 build condition correctly 8 years ago
Maksim Shabunin b8bce55270 Several chessboard detector improvements: 8 years ago
Alexander Alekhin f50f34016e test: fix test crash (exception in destructor) 8 years ago
Alexander Alekhin c66efd05fa imgproc: use target type for calculations 8 years ago
Alexander Alekhin 7366be696a imgproc: fix win32 build 8 years ago
Francisco Facioni 8283ddb52f LSD: Use a fixed size array instead of using std::vector 8 years ago
Francisco Facioni de9c0d9926 LSD: Avoid re allocating the histogram for multiple calls of LineSegmentDetector::detect in ll_angle 8 years ago
Francisco Facioni ef6b696446 LSD: Avoid pre allocating a big region, std::vector allocations is quite expensive 8 years ago
Francisco Facioni a12207c3ad LSD: Avoid using pointers directly, image could be non continuous 8 years ago
Francisco Facioni f5a0b226f2 LSD: Optimization, avoid converting the image to double 8 years ago
Pavel Vlasov 2073af2f05 RGB2Gray array size fix; 8 years ago
Vladislav Sovrasov ae28345ca5 Make test_texture_flow.py more robust 8 years ago
daB0bby 5728795cf7 Merge pull request #7320 from daB0bby:patch-1 8 years ago
Francisco Facioni 31bd84de12 LSD: Removes unused code 8 years ago
k-shinotsuka 0d85d2cc0a improve RGB2HLS_b() 8 years ago
k-shinotsuka 4f22f48e63 improve HSV2RGB_b() 8 years ago
k-shinotsuka 0fc187d7a3 improve HLS2RGB_b() 8 years ago
k-shinotsuka 1f8aa4f7d3 improve Lab2RGB_b() 8 years ago
k-shinotsuka 37be868679 improve RGB2Luv_b() 8 years ago
k-shinotsuka 4540260df9 improve Luv2RGB_b() 8 years ago
Vitaly Tuzov 48f132f35f Fix Sobel evaluation for image ROI without isolated border. 8 years ago
Pavel Vlasov 0a9470bf09 Compatibility fix for Visual Studio 2012; 8 years ago
Gregory Kramida 0d626c8fef v4l2 backend: Y16 default behavior fixed & FOURCC setting added 8 years ago
Tomoaki Teshima 0db4b7cebb fix build error on CUDA + Aarch64 8 years ago
Luis Roberto Morales Iglesias 60b33046a7
[Issue #7290] Fixes OpenNI and OpenNI2 linking conflict 8 years ago
stbnps a4a6ee34bf Added support for V4L2_PIX_FMT_Y16 8 years ago
Sean McBride 5357e28a2f Removed some extra semi-colons 8 years ago
matze 975d2e4294 Enable built in counting trailing zeros function for Intel compiler and clang. 8 years ago
Valeriy Van f1dcf71dd7 Merge pull request #7178 from valeriyvan:iosfixes 8 years ago
matze a865876c0f Added CV_UNUSED to not used variable when build without SSE2 support. 8 years ago
anirudt 2879eada25 docs: truncated commit msg 8 years ago
matze aaa255465e Renamed haveSSE2 in haveSIMD. Conditional compilation for function header removed 8 years ago
Vadim Pisarevsky a9ab869800 seriously improved performance of blur function, especially 3x3 and 5x5 cases (#7262) 8 years ago
PkLab.net be65701908 Large update of videoio doc and samples following mshabunin comments 8 years ago
Alexander Alekhin f85e33f4af videoio: refactor AVFoundation code integration 8 years ago
anirudt 06e0fb25e9 docs: adds doxygen @note for python in docs related to contour moments 8 years ago