Maksim Shabunin
f49936a849
Fixed cmake and build issues when using Visual Studio 2015
10 years ago
Andrey Pavlenko
e6e817e613
Revert "Merge pull request #1779 from perping:integral_2.4"
...
This reverts commit 54ea5bbac7
, reversing
changes made to 28e0d3d771
.
11 years ago
Alexander Karsakov
e6f6707558
OCL: Fix for Haar classifier (thanks to Konstantin Rodyushkin).
11 years ago
krodyush
917b883cf0
remove extra calculations from haar to be consistent with native implementation
12 years ago
Alexander Smorkalov
eab7603096
Warning fixes and suppression in ocl module for gcc 4.6 from Android NDK.
12 years ago
perping
185059959b
fix haar
12 years ago
perping
1e2fb6de30
fix match_template and haar
12 years ago
perping
d6e0ef2710
fix linux warning.
12 years ago
perping
dee584ee15
fix haar
12 years ago
perping
8af626d295
fix some bug about haar and match_template.
12 years ago
peng xiao
8c1eb5bf0e
Overload detectMultiScale API for ocl::haar.
12 years ago
perping
af77111cd6
remove whitespace.
12 years ago
perping
af33c118b4
fixed a bug of haar.
12 years ago
Andrey Pavlenko
2b6fca68bf
fixing typo
12 years ago
konstantin
9f0995fbe0
try to made compatible with mac
12 years ago
konstantin
ebb2c3e01f
try to fix build error
12 years ago
konstantin
2f62940a0e
Added few opencl optimizations (as Intel platform codepath):
...
1. HaarDetetctor: repack nodes to reduce memory footprint
2. cornerMinEigVal: 4 ocl kernels are fused into 1 for sobel calculation
12 years ago
Alexander Alekhin
723af15228
ocl: fix warnings from GCC 4.8, update Haar
12 years ago
Sebastian Krämer
33df7131ae
add ocl::min and ocl::max (includes accuracy tests update)
12 years ago
Ilya Lavrenov
10d60f99dc
fixed ocl::integral and enabled perf test for it
12 years ago
Alexander Alekhin
b00f79ac5f
ocl: move program names into opencl_kernels.hpp
12 years ago
Alexander Alekhin
e8d9ed8955
ocl: split initialization.cpp into 3 files: context, operations, programcache
12 years ago
Roman Donchenko
f55740da70
Deleted all trailing whitespace.
12 years ago
Nghia Ho
c6858c3fb0
Buffer is accessed out of bounds.
12 years ago
Roman Donchenko
5b2b76763e
Fix miscellaneous warnings from compiling with MinGW.
...
Note that MinGW defines NOMINMAX by default.
12 years ago
peng xiao
fd7ba355ee
Add non-stump based ocl Haar cascade classifier support.
...
For example, haarcascade_frontalface_alt2.xml is now supported.
Note that classifier's pattern of a cascade file must be consistent,
i.e., all trees must either have two nodes or one node, otherwise
unexpected results will occur.
Other fixes:
Test cases are updated.
Some unused codes are removed.
Fix some problems of haar when using OclCascadeClassifierBuf.
12 years ago
Andrey Kamaev
2665c39a0d
Fix build warnings from gcc 4.8
12 years ago
yao
69a0b5dde5
Add OclCascadeClassifierBuf interface
12 years ago
yao
ad6aae4583
more fix of mismatch functions on CPU OCL
12 years ago
Andrey Kamaev
7b8ad4cb04
Refactor OpenCL initialization and allow to use ocl module witout explicit setup
12 years ago
yao
9bbf170054
some cleanup
12 years ago
yao
720eaf1e1a
fix the haar kernel problems on Nvidia and Intel OCL
12 years ago
Andrey Kamaev
9509dfd1de
Fix OpenCL build warnings
12 years ago
yao
56c1a7fab6
make oclHaarDetectObjects running on more ocl platforms
12 years ago
NikoKJ
9ccdd17376
eliminate all the warnings on win32 and win64
...
add a new function abssum
fix the bug of test and perf because someone remove non-free module from cmakelist.txt
13 years ago
Niko
5df77a841e
remove redundant OPENCL_DIR flag
...
remove as much warnings as possible
use enum instead of MACRO for ocl.hpp
add command line parser in accuracy test and perf test
some bug fix for arthim functions
13 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
13 years ago
niko
97156897b2
format files to ANSI C style with coolformat
...
change the download channels to oclchannles()
fix bugs of arithm functions
perf fix of bilateral
bug fix of split test case
add build_warps functions
13 years ago
niko
b929012583
performance fix of convertC3C4
...
add OCL 1.2 feature for setTo
bug fix of integral
replace the error code -217 with suitable MACRO
simplify tests, no need apply a new context for each test case
add more control for tests in utility.hpp
13 years ago
Vadim Pisarevsky
9f4efab40a
merged ocl module from ocl branch (it's not quite usable yet; at least on Mac)
13 years ago