10434 Commits (2666da892f837dae2166bd6473b3ede84d0379b6)

Author SHA1 Message Date
Fco. Javier Delgado del Hoyo 625fd61313 Removed OpticalFlowBM test from cudaoptflow module 10 years ago
vbystricky b48e487d53 Enable ocl version of minmaxloc with mask 10 years ago
vbystricky 11a0e3ff78 Fix error in OCL minmaxloc 10 years ago
Vladislav Vinogradov 7030a1f9a2 fix cudabgsegm module compilation 10 years ago
Elena Gvozdeva 9db8592aa8 fixed ocl_flip for cn==3 10 years ago
Vadim Pisarevsky b0cd822924 trying to make the tests pass 10 years ago
Vadim Pisarevsky 10b60f8d16 continuing refactoring ml samples; added "max vote" response to ANN_MLP. Probably, should make it in less hacky way 10 years ago
Michael Pratt 52df3b232d Reference PYTHON_NUMPY_INCLUDE_DIRS not PYTHON_NUMPY_INCLUDE_PATH 10 years ago
Fco. Javier Delgado del Hoyo fd10557e78 Removed cvCalcOpticalFlowBM from cudaoptflow test 10 years ago
Fco. Javier Delgado del Hoyo 8def44047a Removed cvCalcOpticalFlowBM from performance test 10 years ago
Samson Yilma 3b608fa489 added comment. 10 years ago
Samson Yilma 3c5eb7de84 updated documentation for decomposeHomography 10 years ago
Vadim Pisarevsky 223cdcd0ee fixed compilation of some samples; fixed ANN_MLP::predict 10 years ago
Vadim Pisarevsky ef8647fe30 put IPP ReduceSum_32f back 10 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). 10 years ago
f-morozov 7f82960897 AKAZE fixes, tests and tutorial 10 years ago
Vadim Pisarevsky e368f17caf fixed python bindings generation 10 years ago
Elena Gvozdeva 90ac88cb8e use std::min,max 10 years ago
edgarriba b6b0c2aa8e MACRO for EIGEN libraries 10 years ago
vbystricky bd8894002e Fix some problems 10 years ago
Fco. Javier Delgado del Hoyo d3d0434f07 Removed opencv_legacy dependency from cudaoptflow 10 years ago
vbystricky 878dec65c8 Optimize OpenCL version of morfology and box filters for small filter kernels 10 years ago
Sergei Nikulov eaec132091 #2992: update after review 10 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 10 years ago
Vadim Pisarevsky 101769d26c eliminated some unnecessary instructions 10 years ago
Elena Gvozdeva dbb5993d13 added dft for all platforms 10 years ago
Elena Gvozdeva dc3c691c8c new block size for dft 10 years ago
Elena Gvozdeva e7216a5987 Used float instead of int for CV_8U in sumTemplate 10 years ago
siddharth 4cdc155eac test 10 years ago
siddharth 0972a2d758 Fixed mixed cloning bug 10 years ago
siddharth 88d05a89d4 removed build error 10 years ago
siddharth 1a14d8506d recursive filter output corrected 10 years ago
siddharth 14631be59f Updated Documentation 10 years ago
Vadim Pisarevsky af83884dc7 disabled ocl_minmaxloc on 32-bit data completely 10 years ago
Vadim Pisarevsky 1925fab427 disabled some more stuff 10 years ago
Vadim Pisarevsky 11e9e375a3 fixed compile warning with GCC 10 years ago
Vadim Pisarevsky 2fd01dcced fixed doc builder warnings 10 years ago
Vadim Pisarevsky 97f6dd1820 trying to make OpenCL builder green 10 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) 10 years ago
Vadim Pisarevsky f42bb0bd65 disable OpenCL difference norms with mask, since some of the tests fail 10 years ago
Vadim Pisarevsky 4255746c00 fixed compile warnings and removed extra whitespaces 10 years ago
Vadim Pisarevsky 4dfb613c3e optimized Bayer=>RGB/RGBA/Gray conversion using Neon intrinsics. Fixed recently introduced build error in iOS framework. 10 years ago
Alexander Karsakov fecfaf4092 Using std::map in PlanCache 10 years ago
edgarriba 4ddc6a4a77 Update for DLS test 10 years ago
edgarriba 0427b70a2f Filtering solutions with imaginary part 10 years ago
Elena Gvozdeva 27d97aa231 fixed 10 years ago
Vladislav Vinogradov ba706177cb fix cudacodec module dependecies 10 years ago
Alexander Mordvintsev 586ace1873 double to float cast warning fix 10 years ago
Kobi Gurkan 6cac76bfe4 fixes tab indentation - replacing with 4 spaces 10 years ago
Kobi Gurkan fc8f0e341b adding support for 16-bit 4 channel tiffs 10 years ago