50 Commits (77912645254ee6d99e398eca7b518d22c672bdd1)

Author SHA1 Message Date
Alexander Karsakov 7791264525 Added multi-block scheme 11 years ago
Alexander Karsakov 2b9e556055 Added Elena's changes with implemented DFT_INVERSE C2C mode. 11 years ago
Alexander Karsakov b17bf031f6 Added DFT_SCALE for forward transforms 11 years ago
Alexander Karsakov 6c8b6bd0c7 Added packing to CCS format 11 years ago
Alexander Karsakov ed07241f89 Completed all forward transforms. 11 years ago
Alexander Karsakov e5a3ab3cb9 Added fftplan cache 11 years ago
Alexander Karsakov 0318d27720 Enabled precalculated wave 11 years ago
Alexander Karsakov 5dd9263848 Multi-radix with kernel generation 11 years ago
Ilya Lavrenov bd5e4c6c49 other kernels now use row scheme 11 years ago
Alexander Alekhin 1f638a3e5b icv: enable functions 11 years ago
Elena Gvozdeva 12279e2631 fixed 11 years ago
Elena Gvozdeva e362c3fb38 fixed 11 years ago
Alexander Alekhin b62e59aac0 icv: enable functions 11 years ago
Alexander Alekhin 5658ba0002 icv: update package 11 years ago
Elena Gvozdeva 043b917c7d IPP: cv::dft fixed 11 years ago
Elena Gvozdeva 507ea95265 fixed 11 years ago
Elena Gvozdeva 16629bff4c Added parallel version for DCT_ROWS 11 years ago
Elena Gvozdeva 6880dbfd95 IPP: cv::dct 11 years ago
Elena Gvozdeva 10d1b3a534 Added parallel version for DFT_ROWS 11 years ago
Elena Gvozdeva 2d71c094b3 IPP: CV::dft 11 years ago
vbystricky 9828cd6086 Remove defined(HAVE_IPP) 11 years ago
vbystricky f23134ce01 Add IPP_VERSION_X100 define 11 years ago
vbystricky 1b3651d8ee Undo changes ipp to ippicv prefix of function names 11 years ago
vbystricky 01a66a2938 Prepare codes for ippicv library 11 years ago
Ilya Lavrenov be5b5a0471 fixed cv::dft 11 years ago
Ilya Lavrenov c7fe162829 renamed **2 -> ** 11 years ago
Ilya Lavrenov 7f785e0a11 refactored core using new macro 11 years ago
Ilya Lavrenov 2eab07f0a4 disabled cv::dft opencl impl for CPU devices 11 years ago
Ilya Lavrenov c33a7cd7bf added cv::mulSpectrums to T-API 11 years ago
Ilya Lavrenov c8cbfe5382 added cv::dft T-API test 11 years ago
Ilya Lavrenov 3a6d248bee typo 11 years ago
Vadim Pisarevsky 61f2107829 added IPP optimization of separable 32f filters; fixed IPP version check in DFT; fixed conditions in IPP optimization of norm functions. 11 years ago
Vadim Pisarevsky 771feb61c2 fixed building OpenCV with IPP 6.x (different DFT API); added Canny and rectangular morphology (based on Alex Kapustin patches) 11 years ago
Vadim Pisarevsky d5539975d7 polished the patch 11 years ago
Vadim Pisarevsky 10fde1ca5c disabled 64f IPP DFT; added IPP Gaussian filter; added IPP GetRectSubPix; added IPP BilateralFilter (temporarily disabled) 11 years ago
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago
Vadim Pisarevsky 37ad10bf0d fixed bug with partly uninitialized output of dft with DFT_COMPLEX_OUTPUT flag (bug #2223) 12 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Andrey Kamaev c5aba337e9 Fixed number of warnings. Fixed mingw64 build. 13 years ago
Vadim Pisarevsky 2fd1e2ea57 merged all the latest changes from 2.4 to trunk 13 years ago
Andrey Kamaev b756033206 Fixed several warnings on various platforms 13 years ago
Andrey Kamaev 72f2523d0f Fixed ~20 potential errors identified by the MS complier. 13 years ago
Vadim Pisarevsky 846e37ded5 fixed many warnings from GCC 4.6.1 13 years ago
Vadim Pisarevsky 0c877f62e9 replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). 14 years ago
Vadim Pisarevsky abeeb40d46 a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
Vladimir Dudnik 6309b2d08d added OpenCVFindIPP.cmake script, which will look for IPP installation at CMake configuration time. First, IPPROOT environment variable will be tested, if not found script will look at default install places. 14 years ago
Vadim Pisarevsky f7bebe8270 fixed several warnings; modified size comparison: m1.size() == m2.size() => m1.size == m2.size 14 years ago
Vadim Pisarevsky 758e826d2e do not use WIN64/_WIN64 anymore - CMake did not set it anyway. Use WIN32 + __x86_64 or _M_X64 instead. Also, make VideoInput optional (WITH_VIDEOINPUT=ON/OFF) => now Mingw-dw2 can build OpenCV 15 years ago
Vadim Pisarevsky 670fff5f42 added workaround for strange tmpnam() output from VS2010. turned off optimization for DCT & DFT on Win64 for VS200x (VS2010 builds it fine) 15 years ago