Change kernel for optimization. Remove restriction to align data
authorvbystricky <user@user-pc.(none)>
Thu, 19 Jun 2014 10:39:49 +0000 (14:39 +0400)
committervbystricky <user@user-pc.(none)>
Tue, 24 Jun 2014 14:32:52 +0000 (18:32 +0400)
commit09bcc061dd32361b4864c3b1e62ef5d7121571e5
tree9059ce6a616b5e306acd2f2d2bdae756daa57397
parent01a98fae93a75ae5b7748d44f11609cee2f55031
Change kernel for optimization. Remove restriction to align data

Fix kernel compilation errors on AMD system

Fix licanse information in cl file

Support CV_64F destination type

Change build options of the kernel

Optimize sum of square

Remove separate kernel for integral square

Increase epsilon for perfomance tests

Increase epsilon for perfomance tests

Test double support on AMD devices

Fix some issues

Try to fix problems with AMD device

Try to solve problem with AMD device

Fix error of destination size in kernel

Fix warnings
modules/imgproc/perf/opencl/perf_imgproc.cpp
modules/imgproc/src/opencl/integral_sqrsum.cl [deleted file]
modules/imgproc/src/opencl/integral_sum.cl
modules/imgproc/src/sumpixels.cpp