Maksim Shabunin
|
eebd4cad66
|
Fix compilation problems with XCode 7.1.1 and cmake 3.3.2
|
9 years ago |
Ilya Lavrenov
|
d50c07e303
|
fixed "Conditional jump or move depends on uninitialised value(s)" in GBD
(cherry picked from commit 887736bcd4 )
|
9 years ago |
Ilya Lavrenov
|
54693b3fa7
|
fixed memory leak in GBTrees
(cherry picked from commit 1b8c2589c0 )
|
9 years ago |
Ilya Lavrenov
|
3c3bc123fc
|
release filestorage before exception
(cherry picked from commit 3a1bb93340 )
|
9 years ago |
Ilya Lavrenov
|
ac33cd688c
|
fixed memory leak in ANN
(cherry picked from commit dfb49097e3 )
|
9 years ago |
Ilya Lavrenov
|
b5e42d8cc1
|
fixed memory leak in ml module
(cherry picked from commit d7bb1025f3 )
|
9 years ago |
Ilya Lavrenov
|
1b8c2589c0
|
fixed memory leak in GBTrees
|
9 years ago |
Ilya Lavrenov
|
887736bcd4
|
fixed "Conditional jump or move depends on uninitialised value(s)" in GBD
|
9 years ago |
Ilya Lavrenov
|
3a1bb93340
|
release filestorage before exception
|
9 years ago |
Ilya Lavrenov
|
dfb49097e3
|
fixed memory leak in ANN
|
9 years ago |
Ilya Lavrenov
|
d7bb1025f3
|
fixed memory leak in ml module
|
9 years ago |
Maksim Shabunin
|
447b8bf58a
|
Fixing possible corruption for big training data sizes
|
9 years ago |
Maksim Shabunin
|
e23ba9215d
|
Fixed memory leak in ML module
"int * CvMLData::sample_idx" was not freed
|
10 years ago |
Maksim Shabunin
|
91e21847e2
|
Some changes to make migration to 3.0 easier
|
10 years ago |
Benoit Seguin
|
084835ec30
|
Fixing a line where integer data was treated as floating point data.
|
10 years ago |
unknown
|
ade46bd428
|
Fixed typos in comments
|
11 years ago |
berak
|
2bacd8b702
|
2 fixed unassigned reshapes in em (#3674)
|
11 years ago |
Vladislav Vinogradov
|
7e2f7f45d7
|
fix bug #3690
removed invalid condition, it is always false
|
11 years ago |
Daniil Osokin
|
5d2edced26
|
Added throwing exception when saving untrained SVM model
|
11 years ago |
Ilya Lavrenov
|
6b9ebcbf3d
|
deleted extra semicolons
|
11 years ago |
Nghia Ho
|
d3e24f3cbf
|
Improved documentation for neural network
|
11 years ago |
Piotr Miecielica
|
923698d700
|
Fixes of some memory leaks
|
11 years ago |
Roman Donchenko
|
cf00349b5b
|
Gave CvSVM a private copy constructor & assignment operator.
The implicitly generated ones don't work properly, and I don't want to
write proper ones. :-)
"Fixes" <http://code.opencv.org/issues/3358>.
|
11 years ago |
Alexander Alekhin
|
f63b0dfaf4
|
svm: disable failed tests
|
11 years ago |
Csaba Kertesz
|
6fb3b4f41c
|
Fix a memory leak in CvNormalBayesClassifier::train()
|
11 years ago |
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
11 years ago |
Roman Donchenko
|
f55740da70
|
Deleted all trailing whitespace.
|
11 years ago |
Roman Donchenko
|
d9f71b762f
|
Deleted almost all of the precomp.cpp files.
Looks like we don't actually use them; when creating precompiled headers
with Visual C++, a dummy .cpp is created at build time.
|
12 years ago |
StevenPuttemans
|
ed76b2f98f
|
Like mentioned by Andrei Pavlenko after merging pullrequest #1206, a wrong
ReST directive was used. Also fixed some other ReST directives that were
not correct and removed some warnings during buildbot checks.
|
12 years ago |
StevenPuttemans
|
f28496c628
|
Added sample links in documentation for python2, ocl and gpu
|
12 years ago |
Roman Donchenko
|
ac39bfb4cc
|
Remove HAVE_CVCONFIG_H - it's always defined.
|
12 years ago |
Vladislav Vinogradov
|
e433145b7e
|
fix for Bug #3085:
weights array is only allocated for (l_count+1) elements,
but then weights[l_count+1] element is accessed.
|
12 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 |
Roman Donchenko
|
4143071e22
|
In CvBoost, delegated update_weights's implementation to a helper method.
This allows subclasses of CvBoost to override initial weights that
update_weights uses without duplicating its entire implementation.
|
12 years ago |
Vadim Pisarevsky
|
e01335bf47
|
fixed buffer size and restored the use of compressed files in ml's load_save tests.
|
12 years ago |
Vadim Pisarevsky
|
4331f76d18
|
add hack to disable optimization of linear svms; improved precision of optimize_linear_svm; add the relevant test, which however requires some big database (so it's disabled by default)
|
12 years ago |
Vadim Pisarevsky
|
63a5587d0d
|
exploring possible bug in optimize_linear_svm
|
12 years ago |
Vadim Pisarevsky
|
a06af5ca25
|
dramatic speedup of SVM::predict in the case of linear SVM
|
12 years ago |
Andrey Kamaev
|
ff7b604a25
|
Fix several inconsistent declarations identified by check_doc2 script
|
12 years ago |
Niels Gerlif Myrtue
|
7697d79d93
|
Added the predict_all function wrapper for python that was missing from the documentation
Copied the docstring description
|
12 years ago |
Andy Maloney
|
b497380a68
|
Check memory allocation
Initialize local variables
|
12 years ago |
LeonidBeynenson
|
87b0126e0d
|
Fixed dummy warning.
|
12 years ago |
LeonidBeynenson
|
013d54c230
|
Changed types of some variables from int64 back to int.
Also corrected some indexes to be size_t.
|
12 years ago |
LeonidBeynenson
|
6de422701a
|
Made changes to allow ml module to work with big data.
|
12 years ago |
Daniil Osokin
|
fe5b9df45f
|
Fixed multiple issues in docs (bug #2410)
|
12 years ago |
Alexander Smorkalov
|
8cb0343f4c
|
Documentation build warning fixes.
Invalid links and refences fixed.
SpaeseMat class documentation updated.
|
12 years ago |
Maria Dimashova
|
0e2958e888
|
fixed CvBoost::predict
(Sometimes sample_data became bad because the buffer with its values was deallocated early).
|
12 years ago |
Andrey Kamaev
|
9526907cba
|
Use .yml.gz format to reduce space requirement from ~260Mb to ~17Mb for ml tests
The size of temporary files is an issue on mobile platforms.
|
12 years ago |
Andrey Kamaev
|
a126532cb7
|
Fix OS X build warnings
|
12 years ago |
marina.kolpakova
|
7a5b9a6b7f
|
replase __APPLE__ marco with __clang__
|
12 years ago |