Vadim Pisarevsky
9cb79b9abb
temporarily disabled java bindings for ml; hopefully fixed warnings etc.
11 years ago
Vadim Pisarevsky
8e9d1d9fe6
temporarily disabled java bindings for ml; hopefully fixed warnings etc.
11 years ago
Vadim Pisarevsky
2520e335d1
removed many extra whitespaces; fixed 1 warning
11 years ago
Vadim Pisarevsky
28ca6ac05e
fixed building html docs
11 years ago
Vadim Pisarevsky
c6593d02a6
updated docs
11 years ago
Vadim Pisarevsky
c20ff6ce19
made everything compile and even run somehow
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
Vadim Pisarevsky
223cdcd0ee
fixed compilation of some samples; fixed ANN_MLP::predict
11 years ago
Vadim Pisarevsky
e368f17caf
fixed python bindings generation
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
dce1824a91
Merge pull request #2940 from davembradley:master
11 years ago
Vadim Pisarevsky
cf2a307832
Merge pull request #2991 from kovand11:calibrateDebevecFix
11 years ago
Andrey Pavlenko
4c8a9c5d70
Merge pull request #3012 from vpisarev:clean_objdetect
11 years ago
Vadim Pisarevsky
a1791c6be3
Merge pull request #3016 from fradelg:master
11 years ago
Fco. Javier Delgado del Hoyo
b8bc99676d
Another typo in comment inside OpenNI2 cmake file
11 years ago
Fco. Javier Delgado del Hoyo
6e4562bb56
Fixed typo in OpenNI2 cmake file
11 years ago
Vadim Pisarevsky
277802483f
Merge pull request #2987 from anishp:master
11 years ago
Vadim Pisarevsky
e9bed17d98
Merge pull request #3008 from jet47:fix-cudacodec-dependecies
11 years ago
Vadim Pisarevsky
41df63aacd
Merge pull request #3010 from vpisarev:ocl_disable_some_norms2
11 years ago
Vadim Pisarevsky
a587759d76
Merge pull request #2989 from smvv:gstreamer_capture_init
11 years ago
Vadim Pisarevsky
962b519708
Merge pull request #2996 from akarsakov:ocl_dft_new_concept
11 years ago
Vadim Pisarevsky
0c749fd7e5
Merge pull request #2998 from ernest-galbrun:cuda_concurrency
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
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
00263dd664
Merge pull request #2179 from adishavit:feature-SupportClipboardCopyOnWindows
11 years ago
Vadim Pisarevsky
f42bb0bd65
disable OpenCL difference norms with mask, since some of the tests fail
11 years ago
Vadim Pisarevsky
1310dc4ca2
Merge pull request #2994 from znah:py_hpp_glob
11 years ago
Vadim Pisarevsky
50a1def80b
Merge pull request #3006 from smvv:fix_findContours_for_python2
11 years ago
Vadim Pisarevsky
cb492cc24d
Merge pull request #3007 from kobigurk:master
11 years ago
Vadim Pisarevsky
ef0f010437
Merge pull request #3003 from ElenaGvozdeva:ocl_sum
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
...
- when IMREAD_UNCHANGED is set in flags, the tiff is read with 4 channels
- adding test for read/write
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
...
gen2.py reports headers it processes
cmake file restructured
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
...
The sanity check prevents Python 2 from calling findContours, because the
Python 2 bindings pass an empty matrix for `_contours`. If `_contours` is not
empty, the channel and depth check should determine whether the matrix is of
the correct type and size.
Note: the Python 2 bindings passes a matrix of type `STD_VECTOR_MAT` to
parameters of the type `OutputArrayOfArrays`.
11 years ago
Vadim Pisarevsky
7da0e37ba8
Merge pull request #2999 from jpuigcerver:traincascade_choose_threads
11 years ago
Vadim Pisarevsky
ee90b88dd7
Merge pull request #2720 from pglotov:master
11 years ago
Vadim Pisarevsky
8e80f9b7a8
Merge pull request #1292 from adrians:neon-pull
11 years ago
Vadim Pisarevsky
603030b005
Merge pull request #2993 from vbystricky:oclopt_warp_affine
11 years ago