Alexey Spizhevoy
30b461a506
Added support of homography motion model into vidostab sample
13 years ago
Maria Dimashova
85fa0e7763
added cv::EM, moved CvEM to legacy, added/updated tests
13 years ago
Alexey Spizhevoy
d9d4755387
Updated wobble suppression code in videostab module
13 years ago
Alexey Spizhevoy
fa09f3d121
Refactored videostab module. Added MoreAccurateMotionWobbleSuppressor class
13 years ago
Alexey Spizhevoy
f32b645b96
Refactored videostab module, added base class for woobble suppression
13 years ago
Alexey Spizhevoy
efa0717d01
Added support of homography estimation into videostab module
13 years ago
Alexey Spizhevoy
56b5e6d8a8
Updated videostab module
13 years ago
Alexey Spizhevoy
3e23bb6df6
Refactored videostab module and sample
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
Vadim Pisarevsky
957e80abbd
lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template.
13 years ago
Ivan Korolev
6e2507c197
Added some new warpers.
13 years ago
Maria Dimashova
f67d9d9038
added ability to pass initial transformation to rgbd odometry
13 years ago
Alexander Shishkov
6051e27a09
added support of Asus XtionPRO (thanks to Gustav Karlsson for his patches) #1657
13 years ago
Maria Dimashova
fbfc0cc96f
added special cases to RGBDOdometry (translation only, rotation only)
13 years ago
Maria Dimashova
532781e8d2
initial version of rgbd odometry with sample
13 years ago
Alexander Shishkov
1494da339d
fixed #1507
13 years ago
Andrey Kamaev
18dbe6b3e5
cmake scripts are updated to prefer includes from the OpenCV source tree
13 years ago
Gary Bradski
bd2014deba
added usage on how to actually run video_dmtx.cpp
13 years ago
Andrey Kamaev
2f4bb580fc
Fixed some build warnings; slightly improved python search
13 years ago
Patrick Mihelich
8b6aec6710
Sample program to train and detect objects using LINE-MOD.
13 years ago
Vladislav Vinogradov
2d30480982
created wrappers for new NPP functions
...
removed void integral(const GpuMat& src, GpuMat& sum, GpuMat& sqsum, Stream& stream) - it fails with NPP_NOT_IMPLEMENTED error
updated docs, accuracy and performance tests
13 years ago
Alexander Shishkov
d7031606c2
fixed #1363
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