Alexander Karsakov
|
fa818d03b8
|
Changed twiddle buffer creation to use OCL buffer pool (if possible)
|
2014-08-18 18:22:52 +04:00 |
|
Adil Ibragimov
|
8a4a1bb018
|
Several type of formal refactoring:
1. someMatrix.data -> someMatrix.prt()
2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
|
2014-08-13 15:21:35 +04:00 |
|
Vadim Pisarevsky
|
05e7c29de5
|
fixed various warnings and obvious errors reported by clang compiler and the coverity tool.
|
2014-08-10 00:10:05 +04:00 |
|
Adil Ibragimov
|
98d5731ad8
|
some formal changes (generally adding constness)
|
2014-08-07 15:49:14 +04:00 |
|
Alexander Alekhin
|
55188fe991
|
world fix
|
2014-08-05 20:12:35 +04:00 |
|
Vadim Pisarevsky
|
962b519708
|
Merge pull request #2996 from akarsakov:ocl_dft_new_concept
|
2014-07-28 15:59:59 +00:00 |
|
Alexander Karsakov
|
fecfaf4092
|
Using std::map in PlanCache
|
2014-07-28 14:19:47 +04:00 |
|
Alexander Karsakov
|
37d01e2d27
|
Added license header, using cv::Ptr, small fixes.
|
2014-07-25 13:27:00 +04:00 |
|
Alexander Karsakov
|
66ac46214d
|
Final refactoring, fixes
|
2014-07-24 13:23:02 +04:00 |
|
Elena Gvozdeva
|
4fdd6de8e8
|
Fixed ippiDFT call
|
2014-07-23 13:39:31 +04:00 |
|
Alexander Karsakov
|
1d2cf0e20e
|
Added nonzero_rows support
|
2014-07-22 18:31:08 +04:00 |
|
Alexander Karsakov
|
52f76a3283
|
Added rest Elena's changes
|
2014-07-22 18:31:08 +04:00 |
|
Alexander Karsakov
|
7791264525
|
Added multi-block scheme
|
2014-07-22 18:31:03 +04:00 |
|
Alexander Karsakov
|
2b9e556055
|
Added Elena's changes with implemented DFT_INVERSE C2C mode.
|
2014-07-22 18:27:31 +04:00 |
|
Alexander Karsakov
|
b17bf031f6
|
Added DFT_SCALE for forward transforms
|
2014-07-22 18:27:31 +04:00 |
|
Alexander Karsakov
|
6c8b6bd0c7
|
Added packing to CCS format
|
2014-07-22 18:27:25 +04:00 |
|
Alexander Karsakov
|
ed07241f89
|
Completed all forward transforms.
|
2014-07-22 18:27:17 +04:00 |
|
Alexander Karsakov
|
e5a3ab3cb9
|
Added fftplan cache
|
2014-07-22 18:27:08 +04:00 |
|
Alexander Karsakov
|
0318d27720
|
Enabled precalculated wave
|
2014-07-22 18:26:58 +04:00 |
|
Alexander Karsakov
|
5dd9263848
|
Multi-radix with kernel generation
|
2014-07-22 18:25:59 +04:00 |
|
Ilya Lavrenov
|
bd5e4c6c49
|
other kernels now use row scheme
|
2014-05-26 12:19:06 +03:00 |
|
Alexander Alekhin
|
1f638a3e5b
|
icv: enable functions
|
2014-05-12 15:38:38 +04:00 |
|
Alexander Alekhin
|
07d5f56707
|
Merge pull request #2679 from alalek:ippicv_update
|
2014-05-07 18:24:41 +04:00 |
|
Alexander Alekhin
|
849228ac6a
|
Merge pull request #2684 from ElenaGvozdeva:ippiDFT
|
2014-05-07 17:57:17 +04:00 |
|
Alexander Alekhin
|
0e1bf58195
|
Merge pull request #2634 from ElenaGvozdeva:ippiDCT
|
2014-05-07 14:49:13 +04:00 |
|
Elena Gvozdeva
|
12279e2631
|
fixed
|
2014-05-06 14:49:03 +04:00 |
|
Elena Gvozdeva
|
e362c3fb38
|
fixed
|
2014-05-06 13:09:45 +04:00 |
|
Alexander Alekhin
|
b62e59aac0
|
icv: enable functions
|
2014-04-29 15:36:43 +04:00 |
|
Alexander Alekhin
|
5658ba0002
|
icv: update package
|
2014-04-29 15:35:27 +04:00 |
|
Elena Gvozdeva
|
043b917c7d
|
IPP: cv::dft fixed
|
2014-04-29 12:23:23 +04:00 |
|
Elena Gvozdeva
|
507ea95265
|
fixed
|
2014-04-28 16:46:11 +04:00 |
|
Elena Gvozdeva
|
16629bff4c
|
Added parallel version for DCT_ROWS
|
2014-04-28 16:05:19 +04:00 |
|
Elena Gvozdeva
|
6880dbfd95
|
IPP: cv::dct
|
2014-04-28 16:05:19 +04:00 |
|
Elena Gvozdeva
|
10d1b3a534
|
Added parallel version for DFT_ROWS
|
2014-04-25 11:39:19 +04:00 |
|
Elena Gvozdeva
|
2d71c094b3
|
IPP: CV::dft
|
2014-04-23 15:52:05 +04:00 |
|
vbystricky
|
9828cd6086
|
Remove defined(HAVE_IPP)
|
2014-04-08 13:05:23 +04:00 |
|
vbystricky
|
f23134ce01
|
Add IPP_VERSION_X100 define
|
2014-04-08 12:43:57 +04:00 |
|
Ilya Lavrenov
|
be5b5a0471
|
fixed cv::dft
|
2014-03-03 14:32:38 +04:00 |
|
Ilya Lavrenov
|
c7fe162829
|
renamed **2 -> **
|
2014-02-04 19:55:11 +04:00 |
|
Ilya Lavrenov
|
7f785e0a11
|
refactored core using new macro
|
2014-01-24 23:59:00 +04:00 |
|
Ilya Lavrenov
|
2eab07f0a4
|
disabled cv::dft opencl impl for CPU devices
|
2013-12-27 13:39:29 +04:00 |
|
Roman Donchenko
|
3c4b24d531
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
CMakeLists.txt
modules/highgui/src/cap.cpp
modules/nonfree/src/surf.ocl.cpp
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/src/color.cpp
modules/ocl/src/gftt.cpp
modules/ocl/src/imgproc.cpp
samples/ocl/facedetect.cpp
|
2013-12-23 18:50:17 +04:00 |
|
Ilya Lavrenov
|
c33a7cd7bf
|
added cv::mulSpectrums to T-API
|
2013-12-20 18:41:20 +04:00 |
|
Ilya Lavrenov
|
c8cbfe5382
|
added cv::dft T-API test
|
2013-12-19 13:42:16 +04:00 |
|
Ilya Lavrenov
|
3a6d248bee
|
typo
|
2013-12-17 17:41:28 +04:00 |
|
Vadim Pisarevsky
|
61f2107829
|
added IPP optimization of separable 32f filters; fixed IPP version check in DFT; fixed conditions in IPP optimization of norm functions.
|
2013-09-09 16:13:39 +04:00 |
|
Vadim Pisarevsky
|
771feb61c2
|
fixed building OpenCV with IPP 6.x (different DFT API); added Canny and rectangular morphology (based on Alex Kapustin patches)
|
2013-08-28 17:00:26 +04:00 |
|
Vadim Pisarevsky
|
d5539975d7
|
polished the patch
|
2013-08-07 22:34:29 +04:00 |
|
Vadim Pisarevsky
|
10fde1ca5c
|
disabled 64f IPP DFT; added IPP Gaussian filter; added IPP GetRectSubPix; added IPP BilateralFilter (temporarily disabled)
|
2013-08-06 18:31:06 +04:00 |
|
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
2012-10-17 15:32:23 +04:00 |
|