15288 Commits (bbb14d3746232a2c5e93c87e648f5fdfb9bad604)

Author SHA1 Message Date
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
Alexander Alekhin c314178e7a highgui/osx: backport AVFoundation support 8 years ago
Alexander Alekhin 3648c61172 highgui: clone cap_avfoundation_mac.mm from master 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
Alexander Alekhin d68e350227 OpenCV version++ 8 years ago
Alexander Alekhin 2d10336601 fix documentation 8 years ago
Alexander Alekhin 4d17051f14 android: backport Android SDK build script 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
Alexander Alekhin c68b9328ca android: workaround for Android NDK-8e clang ICE 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
Vitaly Tuzov 5ec47299e2 Fixed warpings, added border mode support to warps and filter. Added morphology HAL API functions implemented as immediate mode OpenVX calls. 8 years ago
Alexander Alekhin c7f5bc3624 viz: use ../precomp.hpp in modules/viz/src/vtk/* files 8 years ago
Alexander Alekhin d855608e6e instrumentation: fix build on Linux 8 years ago
Alexander Alekhin 10d18a315c instrumentation: minor refactoring, wrap OpenCL 8 years ago
Alexander Alekhin 03767340bb ffmpeg: fill avg_frame_rate 8 years ago
Alexander Alekhin 6d54abbd0f ffmpeg: fix get_fps() 8 years ago
Finfa811 fd1370b92b Reverted BORDER_CONSTAT in stitcher.cpp 8 years ago