Andrey Kamaev
|
3a40f27655
|
Merged facerec from the trunk
|
13 years ago |
Andrey Kamaev
|
b368f99d03
|
Merged the trunk r8852:8880
|
13 years ago |
Marina Kolpakova
|
54ee92e3b0
|
merged trunk r8815:8827
|
13 years ago |
Marina Kolpakova
|
b28b2428f6
|
changing package layout after 'make install' for Android build
|
13 years ago |
Marina Kolpakova
|
b156e2f7ed
|
added FREAK (by Kirell Benzi, Raphael Ortiz, Alexandre Alahi and Pierre Vandergheynst)
|
13 years ago |
Marina Kolpakova
|
680a44189c
|
merged the trunk r8704:8716
|
13 years ago |
Marina Kolpakova
|
6cca6a4548
|
merged the trunk r8669:8702
|
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 |
Andrey Kamaev
|
7b5a45eac4
|
Merged the trunk r8384:8407 (inclusive)
|
13 years ago |
Philipp Wagner
|
86524b0e4a
|
Fixed facerec_demo.cpp.
|
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 |
Vadim Pisarevsky
|
c9e6efc263
|
propagated changes for retina filters from trunk to 2.4
|
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 |
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 |
Andrey Kamaev
|
c712f376d5
|
Fixed warnings about unused return value of fscanf, scanf and system
|
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 |
Maria Dimashova
|
85fa0e7763
|
added cv::EM, moved CvEM to legacy, added/updated tests
|
13 years ago |
Vadim Pisarevsky
|
f309bafe9e
|
another fix for cap_dshow.cpp; fixed warning in facerec_demo
|
13 years ago |
Alexey Spizhevoy
|
014accaf31
|
Fixed default arg value in videostab sample
|
13 years ago |
Alexey Spizhevoy
|
99f29b75a1
|
Added linear similarity estimation into videostab module
|
13 years ago |
Vadim Pisarevsky
|
7a62413c94
|
added houghcircles sample, improved circle detection (ticket #951)
|
13 years ago |
Vadim Pisarevsky
|
e8fab91d51
|
added DIST_LABEL_PIXEL labelType to distanceTransform, ticket #1641 (thanks to Mikhail Matrosov for the patch)
|
13 years ago |
Maria Dimashova
|
550fd8e57c
|
added image and depth synchronization
|
13 years ago |
Vadim Pisarevsky
|
cec8f719a3
|
added face recognition algorithms, LDA, colormaps (all by Philipp Wagner)
|
13 years ago |
Alexey Spizhevoy
|
45fd8a6a63
|
Added load and save motion args into videostab sample
|
13 years ago |
Alexey Spizhevoy
|
984583981c
|
Split stabilizer into OnePassStabilizer and TwoPassStabilizer
|
13 years ago |
Maria Dimashova
|
c1a6cb6221
|
added oni-files reading
|
13 years ago |
Alexey Spizhevoy
|
3323ee9d18
|
Added distance threshold argument into videostab sample
|
13 years ago |
Alexey Spizhevoy
|
dcb5464b3c
|
Added more inpainting methods. Fixed some errors.
|
13 years ago |
Marina Kolpakova
|
577dabb8bc
|
fixed bug #1571
|
13 years ago |
Alexey Spizhevoy
|
be73f8e29c
|
Added quiet mode into videostab sample
|
13 years ago |
Alexey Spizhevoy
|
e4651fa697
|
Fixed ensureInclusionConstraint
|
13 years ago |
Alexey Spizhevoy
|
3abd941774
|
Minor changes in videostab sample
|
13 years ago |
Alexey Spizhevoy
|
bde7456256
|
Updated videostab sample
|
13 years ago |
Alexey Spizhevoy
|
a60dc947b1
|
Added first version of videostab module
|
13 years ago |
Marina Kolpakova
|
1d2c6ef410
|
fixed sample for new signature of calcOpticalFlowPyrLK
|
13 years ago |
Alexey Spizhevoy
|
e87a07e2aa
|
Fixed bug #1693. Also corrected default parameters for stitching.
|
13 years ago |
Vadim Pisarevsky
|
c8e206c2ab
|
added LogPolar Blind Spot Model (thanks to Fabio Solari for the contribution)
|
13 years ago |
Marina Kolpakova
|
082e988173
|
Fixed bug #1666
|
13 years ago |
Vadim Pisarevsky
|
d60623279c
|
switched to non-constant references in Algorithm::addParam, which is more safe.
|
13 years ago |
Vadim Pisarevsky
|
846e37ded5
|
fixed many warnings from GCC 4.6.1
|
13 years ago |
Vadim Pisarevsky
|
4985c1b632
|
fixed hundreds of warnings from MSVC 2010.
|
13 years ago |
Maria Dimashova
|
baa81de122
|
renamed property of openni camera
|
13 years ago |
Maria Dimashova
|
00aca7e77a
|
renamed property of openni camera
|
13 years ago |
Maria Dimashova
|
930c7bf20e
|
minor refactoring CvCapture_OpenNI
|
13 years ago |