opencv/modules/imgproc
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
..
doc Merge pull request #15388 from atinfinity:impl-turbo-colormap 2019-08-26 17:55:10 +03:00
include/opencv2 Add documentation and example program for intersectConvexConvex 2019-10-19 22:08:07 -07:00
misc/java imgproc: fix fitLine() implementation 2019-10-03 21:23:52 +00:00
perf Merge pull request #15440 from everton1984:new_integral_tests 2019-09-04 19:14:00 +03:00
src Merge pull request #15799 from Cpitis:feature/parallelization 2019-10-31 23:38:49 +03:00
test Merge pull request #15642 from alalek:issue_15597 2019-10-08 00:33:20 +03:00
CMakeLists.txt Merge pull request #14994 from terfendail:wintr_undistort 2019-07-18 19:32:51 +03:00