- 08 Feb, 2018 1 commit
-
-
luz.paz authored
Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
-
- 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)
-
- 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.
-
- 26 Oct, 2016 1 commit
-
-
StevenPuttemans authored
-
- 20 May, 2016 1 commit
-
-
DozyC authored
-
- 11 May, 2016 1 commit
-
-
DozyC 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
-
- 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
-
- 21 Oct, 2013 1 commit
-
-
Ilya Lavrenov authored
-
- 03 Oct, 2013 1 commit
-
-
Alexander Alekhin authored
-
- 21 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 28 Jun, 2013 1 commit
-
-
yao authored
-
- 19 Jun, 2013 1 commit
-
-
yao authored
-
- 24 May, 2013 1 commit
-
-
yao authored
-
- 12 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 08 Apr, 2013 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 20 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 08 Aug, 2012 1 commit
-
-
yao authored
-
- 15 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 07 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 30 Jan, 2012 1 commit
-
-
Vladislav Vinogradov authored
-
- 31 Oct, 2011 1 commit
-
-
Vladislav Vinogradov authored
-
- 24 Oct, 2011 1 commit
-
-
Alexey Spizhevoy authored
-
- 14 Jan, 2011 1 commit
-
-
Alexey Spizhevoy authored
-
- 12 Jan, 2011 1 commit
-
-
Alexey Spizhevoy authored
-
- 30 Dec, 2010 1 commit
-
-
Alexey Spizhevoy authored
-
- 29 Dec, 2010 2 commits
-
-
Alexey Spizhevoy authored
-
Alexey Spizhevoy authored
-
- 21 Dec, 2010 1 commit
-
-
Alexey Spizhevoy authored
-
- 20 Dec, 2010 1 commit
-
-
Alexey Spizhevoy authored
-
- 07 Dec, 2010 1 commit
-
-
Alexey Spizhevoy authored
-
- 03 Dec, 2010 1 commit
-
-
Alexey Spizhevoy authored
-