Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
13 years ago |
Alexander Smorkalov
|
b165997e22
|
Bug #1853 15-puzzles example does not work on Samsung gt-i9100 with Android ICS 4.0.3 fixed.
|
13 years ago |
Andrey Pavlenko
|
2efa446e81
|
updating Posterize in 'image manipulation' Java sample
|
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 |
Andrey Kamaev
|
1046f50acb
|
CMake for new Android example
|
13 years ago |
Andrey Pavlenko
|
52f5009a4c
|
adding Histogram and Posterize, removing Blur from 'image manipulation' Java sample
|
13 years ago |
Alexander Smorkalov
|
d015a50d51
|
Base classes for sample added.
|
13 years ago |
Alexander Smorkalov
|
211dfd68fd
|
Base code for new sample added.
|
13 years ago |
Andrey Pavlenko
|
fc44b3175e
|
adding VIEW_MODE_PIXELIZE to the 'image manipulations' sample
|
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 |
Vladislav Vinogradov
|
a6c261bebd
|
merged bug fix from r8188 (PyrLKOpticalFlow patch size calculation)
|
13 years ago |
Vladislav Vinogradov
|
11eacb9d14
|
Bug #1823 : fixed patch size calculation in PyrLKOpticalFlow
|
13 years ago |
Vladislav Vinogradov
|
092c1f98f6
|
fixed build of gpu demos pack
|
13 years ago |
Alexey Spizhevoy
|
95efec7539
|
Added local outlier rejector. Added rigid motion estimator. Refactored videostab module.
|
13 years ago |
Vladislav Vinogradov
|
44eaeee865
|
refactored gpu BruteForceMather (made it similar to BFMatcher)
|
13 years ago |
Vladislav Vinogradov
|
f65d841d6f
|
fixed several warnings (VS2010, Win64)
added getParams method to VideoWriter_GPU
|
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 |
Vladislav Vinogradov
|
e29d41c885
|
minor fix in gpu video_writer sample
|
13 years ago |
Vladislav Vinogradov
|
f4b4665940
|
added VideoReader_GPU
|
13 years ago |
Alexey Spizhevoy
|
19c30eaa11
|
Refactored videostab module
|
13 years ago |
Vladislav Vinogradov
|
2bfaf540a1
|
added VideoWriter_GPU
|
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 |
Alexey Spizhevoy
|
8c4ffc8bb2
|
Fixed typo (videostab)
|
13 years ago |
Alexey Spizhevoy
|
40e7990b6b
|
Added linear programming based stabilizer (videostab)
|
13 years ago |
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Maria Dimashova
|
8a8b34667d
|
increased the trees number for ERTrees
|
13 years ago |
Alexey Spizhevoy
|
9d871abd32
|
Refactored videostab module. Added normalization into motion estimators.
|
13 years ago |
Andrey Kamaev
|
b756033206
|
Fixed several warnings on various platforms
|
13 years ago |
Alexey Spizhevoy
|
b5a1bad7a4
|
Added more flags for motion estimation in videostab sample
|
13 years ago |
Andrey Kamaev
|
c712f376d5
|
Fixed warnings about unused return value of fscanf, scanf and system
|
13 years ago |
Alexey Spizhevoy
|
b549900fe1
|
Minor fixes and updates in videostab module and sample
|
13 years ago |
Alexey Spizhevoy
|
673f879ccd
|
Fixed bug in videostab sample. Fixed model size in global estimators.
|
13 years ago |
Alexander Smorkalov
|
54001572d5
|
Setting camera parameters on Android 2.2.2 fixed. Old Android does not support continuous-video focus mode.
|
13 years ago |
Andrey Pavlenko
|
d03d54f8c1
|
updating Eclipse projects settings
|
13 years ago |
Alexander Smorkalov
|
be20370a3d
|
Autofocus issues on Android ICS fixed. Continuous-video focus mode is set.
Performance problems fixed. Shared camera buffer is used.
|
13 years ago |
Andrey Kamaev
|
7cc7a3f37d
|
Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable ENABLE_NOISY_WARNINGS to ON). Fixed some of remaining warnings.
|
13 years ago |
Andrey Kamaev
|
1c1c6b98f6
|
#645 Added cv::getBuildInformation function (with sample) to get OpenCV build configuration
|
13 years ago |