opencv/modules/video/src
Ciprian Alexandru Pitis d2e02779c4 Merge pull request #15799 from Cpitis:feature/parallelization
Parallelize pyrDown & calcSharrDeriv

* ::pyrDown has been parallelized

* CalcSharrDeriv parallelized

* Fixed whitespace

* Set granularity based on amount of threads enabled

* Granularity changed to cv::getNumThreads, now each thread should receive 1/n sized stripes

* imgproc: move PyrDownInvoker<CastOp>::operator() implementation

* imgproc(pyramid): remove syloopboundary()

* video: SharrDerivInvoker replace 'Mat*' => 'Mat&' fields
2019-10-31 23:38:49 +03:00
..
opencl Fix modules/ typos 2019-08-16 17:34:29 +03:00
bgfg_gaussmix2.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
bgfg_KNN.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
camshift.cpp fixed bug: added threshold for variables 'rotate_a', ' rotate_c' 2019-02-08 13:06:23 +03:00
compat_video.cpp don't use constructors for C API structures 2018-09-06 14:34:16 +03:00
ecc.cpp Fix modules/ typos 2019-08-16 17:34:29 +03:00
kalman.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
lkpyramid.cpp Merge pull request #15799 from Cpitis:feature/parallelization 2019-10-31 23:38:49 +03:00
lkpyramid.hpp Merge pull request #15799 from Cpitis:feature/parallelization 2019-10-31 23:38:49 +03:00
optflowgf.cpp Merge pull request #13737 from winice-test:master 2019-02-04 18:59:00 +03:00
precomp.hpp Master Version: Added NEON Optimizations for LK Optical Flow. 2014-03-04 14:47:12 -05:00
tvl1flow.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00