12465 Commits (05846438e33282ffff8af54030b422a4fc639dc8)

Author SHA1 Message Date
Alexander Alekhin aa871ca506 fix wrong usage of status(), remove useless message in videoio 10 years ago
themightyoarfish fcc842f08b Fixed typo in doc for findEssentialMat 10 years ago
Alexander Alekhin 88e66697a7 t-api: try to fix allocator fallback code paths 10 years ago
Alexander Alekhin 06617392e0 workaround issue with MatExpr 10 years ago
Alexander Alekhin a6f46d7bb1 issue 4457 10 years ago
Pavel Rojtberg b1842a4b89 use simplified API selection logic in cvCreateCameraCapture as well 10 years ago
Pavel Rojtberg 2909e07cb2 deny any other interfaces if someone is specified as preference 10 years ago
Pavel Rojtberg 41d8c4d879 allow specifying apiPreference in VideoCapture when opening a file. Add 10 years ago
Alexander Alekhin c0d61964d6 ocl: fix unaligned memory access 10 years ago
kalistratovag e2fe0ca835 Removing deadcode blocks, redudant variable & initializing all vars in constructor 10 years ago
Jie Yang 2ba0d31785 Fix SVM::trainAuto (Bug #4464) 10 years ago
Vladislav Vinogradov 2f0de3aa2c add opencv_test_cudev to installation package 10 years ago
Alexander Alekhin 885114ed2c fix copyTo memory corruption, but the main problem is still here 10 years ago
Dikay900 3ebb5d0e3b export thread control to python aswell 10 years ago
Alexander Alekhin 30a5a9ed34 test vector processing 10 years ago
berak b29e473c21 fix plausability check, #issue 4429 10 years ago
Seon-Wook Park 20bf88bad1 spatialGradient: Make kern args const& 10 years ago
Alexey Ershov 9dfa9a81e9 eliminated unused function __OpenCLinitializeGL(), simplified query device logic 10 years ago
Seon-Wook Park 90c398ea67 spatialGradient: Add CV_SSE2 check 10 years ago
sbokov ff1687d378 Fixing uninitialized memory access problem 10 years ago
Evgeny Agafonchikov 6a6d58d389 Adding test support for WINRT 10 years ago
kalistratovag 65e0387aa5 Implementing parallel mjpeg encoder. 10 years ago
LaurentBerger 12362f76b1 Test for adaptive thresh will give FAIL_BAD_ACCURACY for old 10 years ago
Youssef Kashef 790ef21a60 add unit test around Mat::push_back() 10 years ago
Seon-Wook Park ed38ca5179 spatialGradient: Remove 4 loads in inner loop 10 years ago
Seon-Wook Park 5dddb47863 spatialGradient: Remove pointers caching 10 years ago
Seon-Wook Park cf0fdfa2bb spatialGradient: Change ordering of vector loads 10 years ago
Seon-Wook Park 658f96b447 spatialGradient: L/R border handling outside. Kernelize. 10 years ago
Seon-Wook Park 15ea401087 spatialGradient: Move vector decl into loop 10 years ago
Seon-Wook Park db0cc56c52 spatialGradient: Re-introduce 2-rows at a time 10 years ago
Seon-Wook Park f958f29c55 spatialGradient: Suppress uninitialised j warnings 10 years ago
Maxim Kostin face069874 Added support for highgui module on WinRT 8.1+ 10 years ago
Seon-Wook Park 62cad09c64 spatialGradient: Process 1 row at a time in SSE 10 years ago
Seon-Wook Park 8a21726ae5 spatialGradient: Remove an unnecessary branch in nosse code 10 years ago
Seon-Wook Park febd0f14c6 spatialGradient: Don't dynamically alloc C array, use vector 10 years ago
Seon-Wook Park f92e2ed57a spatialGradient: Make nosse version faster 10 years ago
Seon-Wook Park 7b01e32fe8 spatialGradient: HAL-accelerated 10 years ago
Seon-Wook Park 6803d1ed28 Support non continuous, BORDER_REPLICATE 10 years ago
Alexey Ershov 3f68787051 OpenGL OpenCL sample 10 years ago
Alexander Alekhin 04b2edcc8c ocl: autogenerated files for cl_gl.h 10 years ago
Alexander Alekhin ee68d26f99 ocl: update generator scripts 10 years ago
Alexander Alekhin 24e2a008c3 copyTo: fix for big data (4Gb+) 10 years ago
Maksim Shabunin 7b784fa2ea Fixed transpose intrinsic prefix for NEON 10 years ago
LaurentBerger ca0114228c In adaptiveThreshold ADAPTIVE_THRES_GAUSSIAN_C gaussianBlur is computed using float 10 years ago
Stefan Cornelius 851f20e40c Fix processing of SunRaster images with negative maplength 10 years ago
Maksim Shabunin 6eb8d0aa51 Fixed build with CUDA 10 years ago
Pavel Vlasov e02195b3dc Accidentally removed tegra checks were returned; 10 years ago
Pavel Vlasov e57609836c Warning fix; 10 years ago
Pavel Vlasov 101607a7d0 Imgproc_Hist_MinMaxVal.accuracy fix; 10 years ago
Pavel Vlasov 8439b5942b Proper IPP alignment; 10 years ago