Maksim Shabunin
d004ee58c5
Support loading old models in ML module
...
- added test for loading legacy files
- added version to new written models
- fixed loading of several fields in some models
- added generation of new fields from old data
10 years ago
Adil Ibragimov
8a4a1bb018
Several type of formal refactoring:
...
1. someMatrix.data -> someMatrix.prt()
2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
10 years ago
Vadim Pisarevsky
05e7c29de5
fixed various warnings and obvious errors reported by clang compiler and the coverity tool.
10 years ago
Vadim Pisarevsky
eeb786fcfd
fixed compile warnings from MSVC; fixed warnings in Python bindings; added some debugging code
11 years ago
Vadim Pisarevsky
2520e335d1
removed many extra whitespaces; fixed 1 warning
11 years ago
Vadim Pisarevsky
c20ff6ce19
made everything compile and even run somehow
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
Piotr Miecielica
923698d700
Fixes of some memory leaks
11 years ago
Nghia Ho
eb2720a908
missing fclose when returning early
12 years ago
Andrey Kamaev
2ad7b97f1c
All modules (except ocl and gpu) compiles and pass tests
12 years ago
OpenCV Buildbot
81f826db2b
Normalize line endings and whitespace
12 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
12 years ago
Andrey Kamaev
7d6a2f1bca
Revert "skip of table header in MLData ( #1962 )"
...
This reverts commit 4d36be8794
.
Conflicts:
modules/ml/include/opencv2/ml/ml.hpp
modules/ml/src/data.cpp
12 years ago
Andrey Kamaev
18ab16dbd3
Revert "some more fixes towards binary compatibility"
...
This reverts commit a8c5e35619
.
Conflicts:
modules/imgproc/src/imgwarp.cpp
12 years ago
Vadim Pisarevsky
a8c5e35619
some more fixes towards binary compatibility
12 years ago
Andrey Kamaev
949c4edf41
Merged the trunk r8408:8457 (inclusive)
13 years ago
Maria Dimashova
276a3fe01b
fixed #1981
13 years ago
Maria Dimashova
4d36be8794
skip of table header in MLData ( #1962 )
13 years ago
Vadim Pisarevsky
d5a0088bbe
merged 2.4 into trunk
13 years ago
Maria Dimashova
eaf0d38f03
removed changes of r8043; fixed 4 broken ml tests by other way
13 years ago
Maria Dimashova
3ee1a1d83c
fixed mistake in method name ( #1798 )
13 years ago
Vadim Pisarevsky
2fd1e2ea57
merged all the latest changes from 2.4 to trunk
13 years ago
Andrey Kamaev
5c7e8d775c
Fixed 4 broken ml tests.
13 years ago
Maria Dimashova
14ca8ed03c
added ability to read files with different space count
13 years ago
Maria Dimashova
fc04b7ab4f
minor refactoring of CvMLData interface
14 years ago
Maria Dimashova
0209d72534
minor change (moved methods implementation from hpp to cpp)
14 years ago
Vadim Pisarevsky
ea3ccc6d61
a few more little fixes in read_csv
14 years ago
Vadim Pisarevsky
33d23ef27a
fixed several typos in docs; make MLData capable of reading csv files with much more columns than before
14 years ago
Maria Dimashova
c104cdce96
made random generators of MLL classes depended on default rng (theRNG) ( #205 ).
14 years ago
Maria Dimashova
1c1485efd3
minor fixes
14 years ago
Vadim Pisarevsky
127d6649a1
"atomic bomb" commit. Reorganized OpenCV directory structure
15 years ago