Andrey Kamaev
1a621c2916
Fix build warnings
12 years ago
Andrey Pavlenko
de90033e93
test
13 years ago
Maria Dimashova
d38f694275
fixed CvBoost in mll if no tree can be trained.
13 years ago
Maria Dimashova
0b4e96d89c
updated thresholds in EM test after cv::EM fixing
13 years ago
Maria Dimashova
75e0eeab17
fixed #2160
13 years ago
Maria Dimashova
994f8710f3
fixed #2159
13 years ago
Andrey Kamaev
e900952b87
quiet most of the OSX build warnings
13 years ago
Maria Dimashova
d56b771963
fixed #2082
13 years ago
Andrey Kamaev
d9c74f63e1
All tests writing temporary files are updated to use cv::tempfile() function
13 years ago
Andrey Kamaev
e94e5866a1
Fixed mingw build warnings
13 years ago
Andrey Kamaev
d48d7b2b46
Updated warning options for GCC; fixed new warnings.
13 years ago
Alexander Mordvintsev
b4dafa6b58
fixed SVM train_auto docs: "train set" <-> "test set"
13 years ago
Alexander Mordvintsev
a98d6b6217
exposed parallelized SVM prediction to python (predict_all)
13 years ago
Andrey Kamaev
c5aba337e9
Fixed number of warnings. Fixed mingw64 build.
13 years ago
Marina Kolpakova
6727e4cb6d
fixed build under android
13 years ago
Andrey Kamaev
f2d3b9b4a1
Warning fixes continued
13 years ago
Vadim Pisarevsky
1e14d84008
possibly fixed crash boost caused by the recent modification; slightly improved mlp params in letter_recog sample
13 years ago
Andrey Kamaev
47a4e87784
Ignored warnings from gtest with precompiled headers enabled
13 years ago
Andrey Kamaev
49a1ba6038
Set stricter warning rules for gcc
13 years ago
Vadim Pisarevsky
bc54195199
decreased size of the buffer used in CvBoost::update_weights (ticket #1803 )
13 years ago
Andrey Kamaev
a20248977c
Documentation: fixed class/struc members documentation; added warning on incorrectly documented member
13 years ago
Andrey Kamaev
6ca618277c
More fixes for documentation.
13 years ago
Andrey Kamaev
78329b0dfe
New bunch of documentation fixes
13 years ago
Andrey Kamaev
eb2f1f81ed
Fixed hundreds of documentation problems
13 years ago
Maria Dimashova
276a3fe01b
fixed #1981
13 years ago
Vadim Pisarevsky
fd68cc768a
fixed 2 build problems on MacOSX (highgui with ffmpeg, opencv_world); added macro CV_INIT_ALGORITHM for simpler algorithm registration (ticket #1876 )
13 years ago
Maria Dimashova
4d36be8794
skip of table header in MLData ( #1962 )
13 years ago
Vadim Pisarevsky
9bbcebd6b0
added opencv_world module that combines all the other [selected by user] OpenCV modules, except for opencv_python and opencv_gpu.
13 years ago
Vadim Pisarevsky
d5a0088bbe
merged 2.4 into trunk
13 years ago
Vadim Pisarevsky
2fd1e2ea57
merged all the latest changes from 2.4 to trunk
13 years ago
Vadim Pisarevsky
eecda6d308
added explicit () to avoid MSVC /analyze warning
13 years ago
Maria Dimashova
7f2cda6c8c
fix the ticket #1234
13 years ago
Maria Dimashova
8d9d964550
added smoke test on EM, fixed EM reading #1570 (thanks to mr.pppoe),
13 years ago
Maria Dimashova
008a1c91fd
fixed em test
13 years ago
Andrey Kamaev
94c258cf15
#1205 fixed ~100 of ~700 parameters
13 years ago
Vadim Pisarevsky
168d19364f
improved description of RTreeParams (ticket #1656 ; thanks to Nghia Ho)
13 years ago
Vadim Pisarevsky
8bb422b1fc
fixed potential buffer size overflow in Boost::update_weight, bug #1524 (thanks to benlemna for the patch)
13 years ago
Vadim Pisarevsky
846e37ded5
fixed many warnings from GCC 4.6.1
13 years ago
Andrey Kamaev
984eb99428
Global CMake reorganization:
...
[~] Automatically tracked dependencies between modules
[+] Support for optional module dependencies
[+] Options to choose modules to build
[~] Removed hardcoded modules lists from OpenCVConfig.cmake, opencv.pc and OpenCV.mk
[+] Added COMPONENTS support for FIND_PACKAGE(OpenCV)
[~] haartraining and traincascade are moved outside of modules folder since they aren't the modules
13 years ago
Maria Dimashova
48ea65e69c
fixed traincascade for ordered features
13 years ago
Vadim Pisarevsky
2547f7554e
fixed memory corruption in CvEM::read() (ticket #1399 )
13 years ago
Maria Dimashova
a3ce652eb4
fixed CvRTrees::read in case nactive_vars==var_count (thanks to Malcolm Reynolds)
13 years ago
Alexander Mordvintsev
a0af870719
added CV_OUT to CvANN_MLP::predict
...
python cv2 MLP sample done
13 years ago
Andrey Kamaev
d7a9b99b1d
Documentation: fixed references for C++ operators
13 years ago
Andrey Kamaev
d6e3ccc1b2
Documentation: fixed about 100 cross-referencing errors.
13 years ago
Maria Dimashova
abd12c052a
fixed doc warning
13 years ago
Maria Dimashova
fd27ba248b
added doc on CvERTrees
13 years ago
Maria Dimashova
221422467e
fixed priors usage in ertrees
14 years ago
Vadim Pisarevsky
b700521b95
fixed trim_weights in boosting (thanks to frankman for the patch; ticket #1231 )
14 years ago
Vadim Pisarevsky
4e099d2e5c
fixed memory leak in CvKNearest::train() and the constructor.
14 years ago