luz.paz
|
e805a55a5b
|
Misc. modules/ typos (cont.)
Found via `codespell`
|
7 years ago |
Ilya Lavrenov
|
d50c07e303
|
fixed "Conditional jump or move depends on uninitialised value(s)" in GBD
(cherry picked from commit 887736bcd4 )
|
10 years ago |
Ilya Lavrenov
|
54693b3fa7
|
fixed memory leak in GBTrees
(cherry picked from commit 1b8c2589c0 )
|
10 years ago |
Ilya Lavrenov
|
ee2008abe8
|
fixed "Conditional jump or move depends on uninitialised value(s)" in GBD
|
10 years ago |
Ilya Lavrenov
|
1d77d697ef
|
fixed memory leak in GBTrees
|
10 years ago |
Ilya Lavrenov
|
1b8c2589c0
|
fixed memory leak in GBTrees
|
10 years ago |
Ilya Lavrenov
|
887736bcd4
|
fixed "Conditional jump or move depends on uninitialised value(s)" in GBD
|
10 years ago |
Benoit Seguin
|
450734cc32
|
Correction of the integer data treated as floating point data bug, already corrected in the 2.4 branch.
|
11 years ago |
Benoit Seguin
|
084835ec30
|
Fixing a line where integer data was treated as floating point data.
|
11 years ago |
Vadim Pisarevsky
|
2520e335d1
|
removed many extra whitespaces; fixed 1 warning
|
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 |
Roman Donchenko
|
29b13ec1de
|
Replaced most of the usages of parallel_for with that of parallel_for_.
This should allow many algorithms to take advantage of more parallelization
technologies.
|
12 years ago |
Andrey Kamaev
|
cc6bdfb045
|
Remove inline sorting algorithms from core headers
|
12 years ago |
Andrey Kamaev
|
2ad7b97f1c
|
All modules (except ocl and gpu) compiles and pass tests
|
12 years ago |
Andrey Kamaev
|
2a6fb2867e
|
Remove all using directives for STL namespace and members
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
|
12 years ago |
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
13 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
13 years ago |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
13 years ago |
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
13 years ago |
Vadim Pisarevsky
|
0e14fef96e
|
fixed warnings in gbt; added insertChannel() and extractChannel(); made the code "rand{u|n}(arr, <number>, <number>)" work properly.
|
14 years ago |
P. Druzhkov
|
e20d570ed1
|
brief gbt documentation added. some sample fixes made. code updated.
|
14 years ago |
P. Druzhkov
|
15f7918e34
|
problem with the supported data matrices types is fixed
minor fixes in CvGBTrees, its test and sample
|
14 years ago |
Maria Dimashova
|
5c9e6b7059
|
fixed CvGBTrees
|
14 years ago |
Vadim Pisarevsky
|
ed934ed6fc
|
fixed GBTrees build on NetBSD & Android; fixed GPU brute force matcher test build on MacOSX
|
15 years ago |
P. Druzhkov
|
16f50dbe50
|
bug with negative class labels is fixed
|
15 years ago |
Maria Dimashova
|
c104cdce96
|
made random generators of MLL classes depended on default rng (theRNG) (#205).
|
15 years ago |
Vadim Pisarevsky
|
1286c1db45
|
fixed multiple warnings from VS2010.
|
15 years ago |
Vadim Pisarevsky
|
d8ace43753
|
fixed some more tests on Windows; changed inheritance Matx -> Vec to Vec -> Matx
|
15 years ago |
Vadim Pisarevsky
|
5b6a755719
|
almost finished Python wrappers
|
15 years ago |
Ethan Rublee
|
c9e06a0723
|
define expl as exp on android - may break things.
opencv/modules/ml/src/gbt.cpp
|
15 years ago |
Vadim Pisarevsky
|
bf584f0d0a
|
fixed a couple of warnings and 2 possible bugs
|
15 years ago |
P. Druzhkov
|
d611fb61fc
|
Gradient Boosting Trees (CvGBTrees) added to opencv mll. Test for all CvGBTrees public methods added.
|
15 years ago |