- 09 Nov, 2018 1 commit
-
-
Vadim Pisarevsky authored
* moved DIS optical flow from opencv_contrib to opencv, moved TVL1 from opencv to opencv_contrib * fixed compile warning * TVL1 optical flow example moved to opencv_contrib
-
- 08 Nov, 2018 1 commit
-
-
Vadim Pisarevsky authored
* removed C API in the following modules: photo, video, imgcodecs, videoio * trying to fix various compile errors and warnings on Windows and Linux * continue to fix compile errors and warnings * continue to fix compile errors, warnings, as well as the test failures * trying to resolve compile warnings on Android * Update cap_dc1394_v2.cpp fix warning from the new GCC
-
- 15 Oct, 2018 1 commit
-
-
Tomoaki Teshima authored
* remove race condition * upload _prevPts to OpenCL device explicitly before calling "sparse"
-
- 11 Oct, 2018 1 commit
-
-
Sayed Adel authored
- redefine 16-bit multiply operator to perform saturating multiply instead of non-saturating multiply - implement 8-bit multiply operator to perform saturating multiply - implement v_mul_wrap() for 8-bit, 16-bit non-saturating multiply - improve performance of v_mul_hi() for VSX - update intrin tests with new changes - replace unv 16-bit multiplication operator with v_mul_wrap due behavior changes - Several improvements depend on vpisarev review * initial forward declarations for universal intrinsics * move emulating SSE intrinsics into separate file * implement v_mul_expand for 8-bit * reimplement saturating multiply using v_mul_expand + v_pack * map v_expand, v_load_expand, v_load_expand_q to sse4.1 * fix overflow avx2::v_pack(uint32) * implement two universal intrinsics v_expand_low and v_expand_high
-
- 21 Sep, 2018 1 commit
-
-
Hamdi Sahloul authored
* Cleanup macros and enable expansion of `__VA_ARGS__` for Visual Studio * Macros for enum-arguments backwards compatibility * Convert struct Param to enum struct * Enabled ParamType.type for enum types * Enabled `cv.read` and `cv.write` for enum types * Rename unnamed enum to AAKAZE.DescriptorType * Rename unnamed enum to AccessFlag * Rename unnamed enum to AgastFeatureDetector.DetectorType * Convert struct DrawMatchesFlags to enum struct * Rename unnamed enum to FastFeatureDetector.DetectorType * Rename unnamed enum to Formatter.FormatType * Rename unnamed enum to HOGDescriptor.HistogramNormType * Rename unnamed enum to DescriptorMatcher.MatcherType * Rename unnamed enum to KAZE.DiffusivityType * Rename unnamed enum to ORB.ScoreType * Rename unnamed enum to UMatData.MemoryFlag * Rename unnamed enum to _InputArray.KindFlag * Rename unnamed enum to _OutputArray.DepthMask * Convert normType enums to static const NormTypes * Avoid conflicts with ElemType * Rename unnamed enum to DescriptorStorageFormat
-
- 13 Sep, 2018 1 commit
-
-
Hamdi Sahloul authored
-
- 07 Sep, 2018 1 commit
-
-
cyy authored
* may be an typo fix * remove identical branch,may be paste error * add parentheses around macro parameter * simplify if condition * check malloc fail * change the condition of branch removed by commit 3041502861318c85d901e8c08226ff67898c77ed
-
- 06 Sep, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 31 Aug, 2018 1 commit
-
-
Alexander Alekhin authored
- estimateRigidTransform() is excluded from JS bindings
-
- 21 Aug, 2018 1 commit
-
-
Jiri Horner authored
* video: remove duplicate RANSAC code * remove RANSAC code video module. The module now uses RANSAC estimators from calib3d. * deprecate estimateRigidTransform * replace internal usage of deprecated estimateRigidTransform * remove from wrappers * replace usage in shape module. shape module now links to calib3d instead of video module. * reprecate also C API version * remove cvEstimateRigidTransform * supress deprecated warnings in estimateRigidTransform test * the function is now deprecated
-
- 04 Jul, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 26 Jun, 2018 1 commit
-
-
branka-plateiq authored
* Pass RANSAC parameters as function input * Clean up unnecessary code * Keep the original function signature * Clean up based on PR comments Replace array with vector. Correct naming convention for input variables. Add checks on input variables. * Use vector instead of array for dynamic size * Revert change. * Use dynamic array * Fix wrong syntax in array allocation * Undo change * Fix variable name * Use vector and not array * fixed compile warning on Windows
-
- 24 Apr, 2018 1 commit
-
-
shengyu authored
-
- 10 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 28 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 13 Feb, 2018 1 commit
-
-
luz.paz authored
Found via `codespell`
-
- 02 Feb, 2018 1 commit
-
-
Ya-Chiu Wu authored
Add ocl version BackgroundSubtractorKNN (#10553) * Add ocl version bgfg_knn * Add ocl KNN perf test * ocl KNN: Avoid unnecessary initializing when non-UMat parameters are used * video: turn off OpenCL for color KNN on Intel devices due performance degradation * video: turn off KNN OpenCL on Apple devices with Intel iGPU due process freeze during clBuildProgram() call
-
- 21 Jan, 2018 1 commit
-
-
Glue Crow authored
-
- 18 Jan, 2018 1 commit
-
-
Glue Crow authored
-
- 27 Dec, 2017 1 commit
-
-
Glue Crow authored
-
- 23 Dec, 2017 1 commit
-
-
GlueCrow authored
-
- 22 Dec, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 13 Dec, 2017 1 commit
-
-
Vitaly Tuzov authored
Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468)
-
- 05 Dec, 2017 1 commit
-
-
Vadim Pisarevsky authored
* fixed OpenCL functions on Mac, so that the tests pass * fixed compile warnings; temporarily disabled OCL branch of TV L1 optical flow on mac * fixed other few warnings on macos
-
- 28 Nov, 2017 1 commit
-
-
Alexander Alekhin authored
If there are no OpenCL/UMat methods calls from application. OpenCL subsystem is initialized: - haveOpenCL() is called from application - useOpenCL() is called from application - access to OpenCL allocator: UMat is created (empty UMat is ignored) or UMat <-> Mat conversions are called Don't call OpenCL functions if OPENCV_OPENCL_RUNTIME=disabled (independent from OpenCL linkage type)
-
- 31 Oct, 2017 1 commit
-
-
KUANG Fangjun authored
-
- 10 Jul, 2017 1 commit
-
-
- 28 Jun, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 27 Jun, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 07 Jun, 2017 1 commit
-
-
LukeZhu authored
-
- 04 May, 2017 1 commit
-
-
LukeZhu authored
Fix OpenCL's wrong output of calcOpticalFlowPyrLK function's output vector of err. Improve err's precison of the calcOpticalFlowPyrLK OpenCL function and add the relative test.
-
- 27 Apr, 2017 1 commit
-
-
Michele Cancilla authored
-
- 12 Apr, 2017 1 commit
-
-
Fernando Iglesias Garcia authored
The method does cvCheckPixelBackgroundNP (which reads bgmodel) before it is ever updated (in cvUpdatePixelBackgroundNP). This initialization is thus needed to avoid reads of unitialized values.
-
- 11 Apr, 2017 1 commit
-
-
Utkarsh Sinha authored
-
- 06 Apr, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 24 Mar, 2017 1 commit
-
-
Matthias Grundmann authored
Addressed comments.
-
- 14 Mar, 2017 1 commit
-
-
Matthias Grundmann authored
1e-12 -> DBL_EPSILON
-
- 09 Mar, 2017 1 commit
-
-
Matthias Grundmann authored
-
- 21 Feb, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 16 Dec, 2016 1 commit
-
-
Rostislav Vasilikhin authored
-