marina.kolpakova
|
716a9ccb71
|
move training to softcascade module
rename Octave -> SoftCascadeOctave
|
2013-02-01 14:36:05 +04:00 |
|
marina.kolpakova
|
decb137185
|
use long seeds only for 64 bit systems
|
2013-02-01 14:35:29 +04:00 |
|
marina.kolpakova
|
b0905c67ba
|
minor
|
2013-02-01 14:35:28 +04:00 |
|
marina.kolpakova
|
16aacf1780
|
use long seeds
|
2013-02-01 14:35:27 +04:00 |
|
marina.kolpakova
|
e903ce10ce
|
fix wartings for 32bit build
|
2013-02-01 14:35:27 +04:00 |
|
marina.kolpakova
|
8672ae58e2
|
fix globbing under win
|
2013-02-01 14:34:40 +04:00 |
|
marina.kolpakova
|
e2de3b0b81
|
fix build inder mac
|
2013-02-01 14:34:40 +04:00 |
|
marina.kolpakova
|
dc12b4476a
|
suppress debug out for soft cascade Octave
|
2013-02-01 14:34:40 +04:00 |
|
marina.kolpakova
|
e35eebd4d4
|
fix android build
|
2013-02-01 14:34:40 +04:00 |
|
marina.kolpakova
|
e47f58f4ce
|
replace Mats to Input/OutputArrays for Octave's public interface
|
2013-02-01 14:34:40 +04:00 |
|
marina.kolpakova
|
e7bab669fa
|
replace cv::Mat to Input/Output arrays
|
2013-02-01 14:34:40 +04:00 |
|
marina.kolpakova
|
a0f2203f22
|
raplase error output on CV_Error
|
2013-02-01 14:34:40 +04:00 |
|
marina.kolpakova
|
dd8de0c41f
|
move soft cascade octave to ml module
|
2013-02-01 14:34:40 +04:00 |
|
marina.kolpakova
|
a0e93d0482
|
move image extraction logic from Octave to Dataset class
|
2013-02-01 14:34:40 +04:00 |
|
marina.kolpakova
|
a3600b94db
|
created abstract FeaturePool class
|
2013-02-01 14:34:40 +04:00 |
|
marina.kolpakova
|
d4d47b1e58
|
restore backword compatibility
|
2013-02-01 14:34:39 +04:00 |
|
marina.kolpakova
|
a8d0e04912
|
amplement weidhting according to L. Bourdev and J. Brandt paper "Robust Object Detection Via Soft Cascade"
|
2013-02-01 14:34:39 +04:00 |
|
Andrey Kamaev
|
dc0788c864
|
Merge branch 2.4
|
2013-01-17 18:39:20 +04:00 |
|
Alexander Smorkalov
|
8cb0343f4c
|
Documentation build warning fixes.
Invalid links and refences fixed.
SpaeseMat class documentation updated.
|
2013-01-14 17:58:27 +04:00 |
|
Andrey Kamaev
|
084b1c7969
|
Merge branch 2.4
|
2013-01-11 15:45:23 +04:00 |
|
Maria Dimashova
|
0e2958e888
|
fixed CvBoost::predict
(Sometimes sample_data became bad because the buffer with its values was deallocated early).
|
2012-12-29 00:30:52 +04:00 |
|
Andrey Kamaev
|
962884cdec
|
Merge branch 2.4
|
2012-12-21 17:58:48 +04:00 |
|
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.
|
2012-12-20 18:46:54 +04:00 |
|
Eugene Gritskevich
|
8ca86e2f52
|
Update modules/ml/doc/gradient_boosted_trees.rst
|
2012-12-06 21:44:55 +03:00 |
|
Andrey Kamaev
|
9719ea93b6
|
Merge branch 2.4
|
2012-11-13 19:54:48 +04:00 |
|
Andrey Kamaev
|
a126532cb7
|
Fix OS X build warnings
|
2012-11-09 11:29:52 +04:00 |
|
Andrey Kamaev
|
4d059e9e5b
|
Merge release 2.4.3
|
2012-11-02 17:58:02 +04:00 |
|
marina.kolpakova
|
7a5b9a6b7f
|
replase __APPLE__ marco with __clang__
|
2012-11-01 19:34:05 +04:00 |
|
Andrey Kamaev
|
74fe158f4b
|
Merge pull request #117 from vpisarev/doc_updates
|
2012-10-31 16:56:04 +04:00 |
|
Vadim Pisarevsky
|
849a8c8d20
|
fixed many errors in warnings in rst docs; added ocl module description (by Niko Li)
|
2012-10-31 15:15:51 +04:00 |
|
Andrey Kamaev
|
2b0072d823
|
Suppress more warnings in gtest on OS X
|
2012-10-24 20:36:30 +04:00 |
|
Andrey Kamaev
|
0e7ca71dcc
|
Normalize whitespace in documentation and text files
|
2012-10-17 21:42:09 +04:00 |
|
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
2012-10-17 15:57:49 +04:00 |
|
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
2012-10-17 15:32:23 +04:00 |
|
Andrey Kamaev
|
edee177ef1
|
Fix binary compatibility of opencv_ml
|
2012-10-17 02:09:23 +04:00 |
|
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
|
2012-10-17 02:09:20 +04:00 |
|
Andrey Kamaev
|
0dc3d61071
|
Revert "yet another portion of changes towards the binary compatibility"
This reverts commit 618fbf5508 .
|
2012-10-17 02:09:17 +04:00 |
|
Andrey Kamaev
|
e7b81688a4
|
Revert "yet another portion of changes towards the binary compatibility"
This reverts commit 618fbf5508 .
|
2012-10-16 19:35:57 +04:00 |
|
Andrey Kamaev
|
18ab16dbd3
|
Revert "some more fixes towards binary compatibility"
This reverts commit a8c5e35619 .
Conflicts:
modules/imgproc/src/imgwarp.cpp
|
2012-10-16 19:35:28 +04:00 |
|
Vadim Pisarevsky
|
a8c5e35619
|
some more fixes towards binary compatibility
|
2012-10-09 15:56:16 +04:00 |
|
Vadim Pisarevsky
|
618fbf5508
|
yet another portion of changes towards the binary compatibility
|
2012-10-08 21:36:27 +04:00 |
|
Andrey Kamaev
|
f268af8ef0
|
Removed remaining SWIG marks from headers
|
2012-09-07 22:19:43 +04:00 |
|
Vadim Pisarevsky
|
633a8bfacc
|
fixed many warnings (modified pull request 13)
|
2012-08-28 18:15:14 +04:00 |
|
Andrey Kamaev
|
1a621c2916
|
Fix build warnings
|
2012-08-19 19:36:43 +04:00 |
|
Andrey Pavlenko
|
de90033e93
|
test
|
2012-07-25 18:26:07 +04:00 |
|
Maria Dimashova
|
d38f694275
|
fixed CvBoost in mll if no tree can be trained.
|
2012-07-12 12:29:50 +00:00 |
|
Maria Dimashova
|
0b4e96d89c
|
updated thresholds in EM test after cv::EM fixing
|
2012-07-11 13:52:19 +00:00 |
|
Maria Dimashova
|
75e0eeab17
|
fixed #2160
|
2012-07-11 13:51:36 +00:00 |
|
Maria Dimashova
|
994f8710f3
|
fixed #2159
|
2012-07-11 13:26:58 +00:00 |
|
Andrey Kamaev
|
e900952b87
|
quiet most of the OSX build warnings
|
2012-07-05 12:56:31 +00:00 |
|