10866 Commits (15251056ba7b345f2d7de973637da3ec5816662b)

Author SHA1 Message Date
Samson Yilma 3b608fa489 added comment. 11 years ago
Samson Yilma 3c5eb7de84 updated documentation for decomposeHomography 11 years ago
Vadim Pisarevsky 223cdcd0ee fixed compilation of some samples; fixed ANN_MLP::predict 11 years ago
Vadim Pisarevsky ef8647fe30 put IPP ReduceSum_32f back 11 years ago
Vadim Pisarevsky 5267ed46c7 1. disabled OpenCL acceleration for cv::multiply() (CV_32F), cv::divide (CV_32F), cv::convertScaleAbs (CV_32F) and cv::reduce (SUM, CV_32F), cv::reduce (MIN & MAX), cv::flip (3-channel case). 11 years ago
f-morozov 7f82960897 AKAZE fixes, tests and tutorial 11 years ago
Vadim Pisarevsky e368f17caf fixed python bindings generation 11 years ago
Elena Gvozdeva 90ac88cb8e use std::min,max 11 years ago
edgarriba b6b0c2aa8e MACRO for EIGEN libraries 11 years ago
vbystricky bd8894002e Fix some problems 11 years ago
Fco. Javier Delgado del Hoyo d3d0434f07 Removed opencv_legacy dependency from cudaoptflow 11 years ago
vbystricky 878dec65c8 Optimize OpenCL version of morfology and box filters for small filter kernels 11 years ago
Sergei Nikulov eaec132091 #2992: update after review 11 years ago
Vadim Pisarevsky ba3783d205 initial commit; ml has been refactored; it compiles and the tests run well; some other modules, apps and samples do not compile; to be fixed 11 years ago
Vadim Pisarevsky 101769d26c eliminated some unnecessary instructions 11 years ago
Elena Gvozdeva dbb5993d13 added dft for all platforms 11 years ago
Elena Gvozdeva dc3c691c8c new block size for dft 11 years ago
Elena Gvozdeva e7216a5987 Used float instead of int for CV_8U in sumTemplate 11 years ago
siddharth 4cdc155eac test 11 years ago
siddharth 0972a2d758 Fixed mixed cloning bug 11 years ago
siddharth 88d05a89d4 removed build error 11 years ago
siddharth 1a14d8506d recursive filter output corrected 11 years ago
siddharth 14631be59f Updated Documentation 11 years ago
Vadim Pisarevsky af83884dc7 disabled ocl_minmaxloc on 32-bit data completely 11 years ago
Vadim Pisarevsky 1925fab427 disabled some more stuff 11 years ago
Vadim Pisarevsky 11e9e375a3 fixed compile warning with GCC 11 years ago
Vadim Pisarevsky 2fd01dcced fixed doc builder warnings 11 years ago
Vadim Pisarevsky 97f6dd1820 trying to make OpenCL builder green 11 years ago
Vadim Pisarevsky 1ad9827fc4 removed ERFilter (to be moved to opencv_contrib/modules/text) and lineMOD (to be moved to opencv_contrib/modules/rgbd) 11 years ago
Ernest Galbrun 5623701acb performance issue for cuda TVL1 when gamma = 0 11 years ago
Vadim Pisarevsky f42bb0bd65 disable OpenCL difference norms with mask, since some of the tests fail 11 years ago
Vadim Pisarevsky 4255746c00 fixed compile warnings and removed extra whitespaces 11 years ago
Vadim Pisarevsky 4dfb613c3e optimized Bayer=>RGB/RGBA/Gray conversion using Neon intrinsics. Fixed recently introduced build error in iOS framework. 11 years ago
Alexander Karsakov fecfaf4092 Using std::map in PlanCache 11 years ago
edgarriba 4ddc6a4a77 Update for DLS test 11 years ago
edgarriba 0427b70a2f Filtering solutions with imaginary part 11 years ago
Ernest Galbrun df8f1a4355 removed legacy header 11 years ago
Elena Gvozdeva 27d97aa231 fixed 11 years ago
Vladislav Vinogradov ba706177cb fix cudacodec module dependecies 11 years ago
Alexander Mordvintsev 586ace1873 double to float cast warning fix 11 years ago
Kobi Gurkan 6cac76bfe4 fixes tab indentation - replacing with 4 spaces 11 years ago
Kobi Gurkan fc8f0e341b adding support for 16-bit 4 channel tiffs 11 years ago
Alexander Mordvintsev 5f47f70183 module blacklist 11 years ago
Alexander Mordvintsev a2ae1db31c 'adas' extra module doesn't produce .lib on windows (causes link error) 11 years ago
Alexander Mordvintsev 9ab3b89c53 pass header list to gen2.py by a text file (avoid command line length limit on windows) 11 years ago
Alexander Mordvintsev 42ecfc5538 fixed parsing enums with tailing comma 11 years ago
Alexander Mordvintsev 964657a155 glob for python module dependences 11 years ago
Alexander Mordvintsev 1d1bfd3d7d automatic search for headers for python wrapper generation 11 years ago
Sander Mathijs van Veen d25770ee76 Fix Python 2 bindings for findContours 11 years ago
Elena Gvozdeva fe29af2e58 Fixed bug in reduce.cl 11 years ago