12583 Commits (742fb559f7242b5a0afe31c7c08a32e37f155d54)

Author SHA1 Message Date
sbokov 1ef8cf5a23 Replacing SSE with v_extract 10 years ago
berak d9148ea604 Update ml.hpp 10 years ago
Maksim Shabunin 6a6ccf6032 v_extract universal intrinsic 10 years ago
sbokov f40b580bb8 Fixing StereoSGBM ROI 10 years ago
sbokov aea4157340 Adding new HAL-accelerated MODE_SGBM_3WAY 10 years ago
Yan Wang 132416ebe9 It is unnecessary to use fma() if no scaling. 10 years ago
Maksim Shabunin 46e457d340 Fixed loop check 10 years ago
Maksim Shabunin 14d7b38613 Fixing GCC 4.9 warnings 10 years ago
Yan Wang a00eb1e9f5 Move coefficient (32.0f) to the end of every iteration. 10 years ago
Alexey Ershov 89392b2a6d added convertToGLBuffer() & convertFromGLBuffer() functions; added OpenGL interop sample comment 10 years ago
Alexander Alekhin bbe75fe1d2 calib3d: normalize Rodrigues vector in perf test 10 years ago
Suleyman TURKMEN 7522527827 Update window_w32.cpp 10 years ago
Philipp Hasper 2b7637df36 Fixed buffer overflow in string handling 10 years ago
Yan Wang 2c1650ad33 Optimize pyrlk. 10 years ago
Suleyman TURKMEN 7b7d54df68 new function imread_reduced() 10 years ago
Anton V. Shokurov 4691d98e19 Adds support for property CV_CAP_PROP_FOCUS in functions cvSetCaptureProperty and cvGetCaptureProperty. 10 years ago
Dominik Kleiser f363670934 Bug #3800 - Resize viewport when CV_WINDOW_KEEPRATIO was set (Qt) 10 years ago
themightyoarfish b8f93e08e9 Fixed documentation bug for projectPoints: Distortion coefficients cannot actually be NULL 10 years ago
Josh Klontz beed99dbc1 fixed conditional compilation of RGB2Gray<ushort> template specialization 10 years ago
sbokov e0cea92f6e Fixing possible invalid memory access in validateDisparity 10 years ago
Vladimir Dudnik dee05f982b compute fps changed (now only interop counts). fixed d3d10 and d3d11 print info method (there were issues with texture mapping) 10 years ago
Pavel Rojtberg 0688bb61ed simplify 8point algorithm using Matx classes 10 years ago
ultrafro ed574171bb Fixed polarity of ImageRegistration mode in setDepthGeneratorProperty function of CvCapture_OpenNI2 class 10 years ago
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