10613 Commits (bfacad1a99e711a0599243fff453aae83c76c71a)

Author SHA1 Message Date
Fco. Javier Delgado del Hoyo 625fd61313 Removed OpticalFlowBM test from cudaoptflow module 11 years ago
vbystricky b48e487d53 Enable ocl version of minmaxloc with mask 11 years ago
vbystricky 11a0e3ff78 Fix error in OCL minmaxloc 11 years ago
Vladislav Vinogradov 7030a1f9a2 fix cudabgsegm module compilation 11 years ago
Elena Gvozdeva 9db8592aa8 fixed ocl_flip for cn==3 11 years ago
Vadim Pisarevsky b0cd822924 trying to make the tests pass 11 years ago
Vadim Pisarevsky 10b60f8d16 continuing refactoring ml samples; added "max vote" response to ANN_MLP. Probably, should make it in less hacky way 11 years ago
Michael Pratt 52df3b232d Reference PYTHON_NUMPY_INCLUDE_DIRS not PYTHON_NUMPY_INCLUDE_PATH 11 years ago
Fco. Javier Delgado del Hoyo fd10557e78 Removed cvCalcOpticalFlowBM from cudaoptflow test 11 years ago
Fco. Javier Delgado del Hoyo 8def44047a Removed cvCalcOpticalFlowBM from performance test 11 years ago
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
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
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
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