Andrey Kamaev
|
a323da6fd5
|
Fixed some warnings and install problems on linux
|
13 years ago |
Andrey Kamaev
|
ecf6b5a87c
|
Making all dependencies from highgui module optional
|
13 years ago |
Alexander Smorkalov
|
80febef237
|
revision 8721 vas merged to head. Detection based tracker interface changed. cpp and android samples updated.
|
13 years ago |
Andrey Kamaev
|
ec3a7665b0
|
Fixed FREAK on Android
|
13 years ago |
Andrey Kamaev
|
bd901eb52d
|
Reverted r8721 and r8725 (issue #2080)
|
13 years ago |
Vadim Pisarevsky
|
74707ec7ae
|
added FREAK (by Kirell Benzi, Raphael Ortiz, Alexandre Alahi and Pierre Vandergheynst)
|
13 years ago |
Alexander Smorkalov
|
a3be73b5cc
|
revisions 8681 and 8688 restored. Warning fixed.
Warning: changes beak binary compatibility
|
13 years ago |
Andrey Kamaev
|
d48d7b2b46
|
Updated warning options for GCC; fixed new warnings.
|
13 years ago |
Andrey Kamaev
|
e8d158a5c8
|
Reverted changes breaking Android build
|
13 years ago |
Maria Dimashova
|
39f865faf9
|
set sample param to its default value in function
|
13 years ago |
Alexander Smorkalov
|
1736cc9739
|
Code style fix. dbt face detection example turned off for Windows.
|
13 years ago |
Alexander Smorkalov
|
7c160cdc30
|
Detection based tracker was refactored. Detector interface added.
|
13 years ago |
Andrey Kamaev
|
f666bd221f
|
Merged the trunk r8595:8668 (except iOS and new gpu functionality)
|
13 years ago |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |
Andrey Kamaev
|
ab20da0f53
|
Merged the trunk r8547:8574, r8587
|
13 years ago |
Kirill Kornyakov
|
58aac7ea98
|
fixes #2044
|
13 years ago |
Philipp Wagner
|
7b544d2a6d
|
Documentation for FaceRecognizer started (not added to toc of contrib/doc/contrib.rst yet). CSV file for the samples/cpp/facerec_demo.cpp added. Added some more exceptions to warn the user, when passing bad aligned data.
|
13 years ago |
Andrey Kamaev
|
c5aba337e9
|
Fixed number of warnings. Fixed mingw64 build.
|
13 years ago |
Philipp Wagner
|
b3c61ee0fe
|
Minor grammatical correction in comments.
|
13 years ago |
Philipp Wagner
|
cd7d93f362
|
Exceptions now go into CV_Error. Added thresholding to the FaceRecognizer and updated the demo accordingly.
|
13 years ago |
Philipp Wagner
|
ee1b671279
|
Several exceptions added to the available FaceRecognizer classes and helper methods, so wrong input data is reported to the user. facerec_demo.cpp updated to latest cv::Algorithm changes and commented.
|
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
|
2f40905548
|
Fixed Android build
|
13 years ago |
Andrey Kamaev
|
f62028dc16
|
Fixed mingw build.
|
13 years ago |
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
13 years ago |
Vadim Pisarevsky
|
517fc5e2d2
|
fixed typo in the tutorial code (thanks to Abid Rahman; ticket #2016)
|
13 years ago |
Andrey Kamaev
|
7b5a45eac4
|
Merged the trunk r8384:8407 (inclusive)
|
13 years ago |
Maria Dimashova
|
608855a322
|
include nonfree for a couple of f2d samples
|
13 years ago |
Vadim Pisarevsky
|
e794622776
|
propagated 2 fixed from 2.4 to trunk
|
13 years ago |
Philipp Wagner
|
86524b0e4a
|
Fixed facerec_demo.cpp.
|
13 years ago |
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
13 years ago |
Vadim Pisarevsky
|
9b382d07f6
|
modified data matrix detection interface (that does not use any new data structures). Added Python sample for data matrix detection. Ticket #1664
|
13 years ago |
Alexey Spizhevoy
|
02d34bdac2
|
Refactored videostab module
|
13 years ago |
Vadim Pisarevsky
|
c9e6efc263
|
propagated changes for retina filters from trunk to 2.4
|
13 years ago |
Alexandre Benoit
|
18fdc6bf1c
|
user can now use the default retia config auatogenerated file to test their own setup
|
13 years ago |
Alexey Spizhevoy
|
71391eb76f
|
Added LP based global motion estimation (videostab)
|
13 years ago |
Alexey Spizhevoy
|
95efec7539
|
Added local outlier rejector. Added rigid motion estimator. Refactored videostab module.
|
13 years ago |
Alexey Spizhevoy
|
24be840c44
|
Added GPU version of wobble suppressor (videostab)
|
13 years ago |
Alexey Spizhevoy
|
36ef599840
|
Fixed trim ratio estimation for the case of homographies motion model (videostab)
|
13 years ago |
Andrey Kamaev
|
8b6d1f6e45
|
Fixed build (noiseSigma of BackgroundSubtractorMOG is now protected)
|
13 years ago |
Vadim Pisarevsky
|
5b6b30ba0e
|
added dedicated <modname>_init.cpp files with initModule_<modname>() functions and all the relevant structures; made BackgroundSubtractorMOG/MOG2 derivatives from Algorithm; cleaned up MOG2 implementation and made it multi-threaded.
|
13 years ago |
Alexey Spizhevoy
|
e49ea39a1f
|
Fixed parsing cmd args bug (videostab)
|
13 years ago |
Alexey Spizhevoy
|
f355f798a4
|
Minor changes in videostab module and sample
|
13 years ago |
Alexey Spizhevoy
|
f42eea1029
|
Added timing for main steps (videostab)
|
13 years ago |
Alexey Spizhevoy
|
ada63d1800
|
Updated videostab sample
|
13 years ago |
Alexey Spizhevoy
|
536d36b05a
|
Refactoring (videostab)
|
13 years ago |
Alexey Spizhevoy
|
1569c1ed52
|
Added GPU version of PyrLK based global motion estimator (videostab)
|
13 years ago |
Alexey Spizhevoy
|
19c30eaa11
|
Refactored videostab module
|
13 years ago |
Maria Dimashova
|
3dfa917879
|
refactored train and predict methods of em
|
13 years ago |
Maria Dimashova
|
7120355e06
|
updated points_classifier sample to use bayes classifier after distributions estimation by EM
|
13 years ago |