- 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)
-
- 07 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 11 Oct, 2017 1 commit
-
-
berak authored
-
- 28 Jul, 2017 1 commit
-
-
Jon Eyolfson authored
The class `App` appears to have two unused methods: `message` and `checkRectSimilarity`. The is no definition or use of either of these methods. This appears to be dead code.
-
- 17 Apr, 2017 1 commit
-
-
berak authored
repair broken cmdline param for cpu/gpu mode
-
- 15 Dec, 2016 1 commit
-
-
StevenPuttemans authored
Original commit is a5f19f7dd6ae5bc93f73e0417a9e0bfd34c01672
-
- 26 Oct, 2016 1 commit
-
-
StevenPuttemans authored
-
- 26 Jun, 2016 1 commit
-
-
Suleyman TURKMEN authored
-
- 20 May, 2016 1 commit
-
-
DozyC authored
-
- 11 May, 2016 1 commit
-
-
DozyC authored
-
- 29 Apr, 2016 1 commit
-
-
Julien Nabet authored
All of these: (performance) Prefer prefix ++/-- operators for non-primitive types. [modules/calib3d/src/fundam.cpp:1049] -> [modules/calib3d/src/fundam.cpp:1049]: (style) Same expression on both sides of '&&'.
-
- 17 Dec, 2015 1 commit
-
-
ValeryTyumen authored
-
- 20 Oct, 2015 1 commit
-
-
Suleyman TURKMEN authored
-
- 03 Jun, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 07 Apr, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 20 Oct, 2014 2 commits
-
-
Chuanbo Weng authored
Update according to vbystricky's comments
-
Chuanbo Weng authored
For current OpenCV-CL architecture, if the data buffer allocated in UMat are cpu buffer(not ocl buffer) under cpu mode, and then pass this UMat to an OpenCL kernel as an argument, the OpenCL path will fail and fallback to cpu mode. Take HOGDescriptor::oclSvmDetector as an example: ocl::setUseOpenCL(false); //data allocated in hog.oclSvmDetector will be cpu buffer hog.setSVMDetector(HOGDescriptor::getDaimlerPeopleDetector()); ocl::setUseOpenCL(true); //We enabled OpenCL, but hog.oclSvmDetector are cpu buffer, //so it will fail in the function ocl_classify_hists //when reach to this line //idx = k.set(idx, ocl::KernelArg::PtrReadOnly(detector)); hog.detectMultiScale(img, found, hit_threshold, win_stride, Size(0, 0), scale, gr_threshold); Similar problems heppen on img_aux and img. So we should re-define or re-set these UMat when do mode switch (CPU -> OpenCL) in order to make their data be allocated by ocl and then OpenCL path will succeed. Signed-off-by:
Chuanbo Weng <chuanbo.weng@intel.com>
-
- 23 Sep, 2014 1 commit
-
-
Dmitriy Anisimov authored
-
- 11 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 10 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 05 Aug, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 14 Jul, 2014 1 commit
-
-
vbystricky authored
-
- 07 Jul, 2014 1 commit
-
-
vbystricky authored
-
- 24 Jan, 2014 2 commits
-
-
Konstantin Matskevich authored
-
Konstantin Matskevich authored
-
- 29 Dec, 2013 2 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-