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
Alexandre Benoit
6ee1f6f66e
removing some mistakes
13 years ago
Alexandre Benoit
817dca2219
corrected small bu on image sequence tone mapping
13 years ago
Vladislav Vinogradov
6310622be3
minor
13 years ago
Alexandre Benoit
056d015b38
added tone mapping video processing from OpenEXR images sequences
13 years ago
Vladislav Vinogradov
f6d8f4dc6b
minor
13 years ago
Vladislav Vinogradov
bd4239be7b
moved OpenGL wrappers to separate header
...
added GlBuffer, GlTexture and GpuMat support to InputArray
replaced addTextOpenGl function by render + GlFont
13 years ago
Vladislav Vinogradov
9817252b23
added addTextOpenGl function
13 years ago
Vladislav Vinogradov
2a4fb155e1
added OpenGL support to Gtk realization of highgui
13 years ago
Vladislav Vinogradov
d7450c2449
added GlArrays class and pointCloudShow function
13 years ago
Leonid Beynenson
01c15db6d2
Committed the first version of DetectionBasedTracker.
13 years ago
Alexandre Benoit
ccdd4ebbb8
update retina module related samples
13 years ago
Vadim Pisarevsky
8a148e39f0
new sample for the complex detector+descriptor+matcher evaluation
13 years ago
Ana Huaman
d97a71f17d
Erasing two images from cpp/tutorial folder
13 years ago
Ana Huaman
8c04ae8c30
Added one sample in tutorial_code to use Stereo Block matching
13 years ago
Alexander Shishkov
09dd13d02e
fixed compilation problems after rev. 6925
13 years ago
Alexey Spizhevoy
28e006ad4f
Fixed median focal length estimation in the stitching module
13 years ago
Alexandre Benoit
77cfdab3ff
corrected xml parameters file management in the retina interface
13 years ago
Alexandre Benoit
5de07eb784
corrected wrong parameter sent to retina module for color saturation
13 years ago
Andrey Kamaev
f299bde3a9
Added ORB features finder into stitching module
13 years ago
Vadim Pisarevsky
b74116e694
unified norm computing; added generalized Hamming distance
13 years ago
Maria Dimashova
71be121edc
fixed compilation under MSVC
13 years ago
Maria Dimashova
e6009c1614
added sample on color generation and updated sample on lsvm
13 years ago
Maria Dimashova
bbdf14b9bb
added overlapThreshold param to sample
13 years ago
Maria Dimashova
ea454e6ee4
uncommented the samples parts compiled under MSVC
13 years ago
Maria Dimashova
a2ff919a6b
added sample for c++ version of latent svm
13 years ago
Vadim Pisarevsky
60ebe2003f
fixed multiple warnings on Windows. fixed bug #1368
13 years ago
Alexey Spizhevoy
404e9cb9d5
Refactored warpers in the stitching module, added buildMaps function into the RotationWarper interface
13 years ago
Alexey Spizhevoy
230cc3e0c3
Minor fix in stitching_detailed
13 years ago
Alexey Spizhevoy
66b41b67f9
Added support of GPU in stitching seam estimators
13 years ago
Alexey Spizhevoy
16f5c67914
Added support of vertical straightening into stitching
13 years ago
Alexey Spizhevoy
39533a0b1b
Added BA refinement flags into stitching_detailed
13 years ago
Alexey Spizhevoy
4ee462c961
Added selction of BA cost function in stitching samples (and added other BA cost func into stitching module)
13 years ago
Alexey Spizhevoy
dbce155874
Refactored motion estimators in stitching module
13 years ago
Alexey Spizhevoy
4a5abc7552
Added translation parameter into stitching module warpers. For now only PlaneWarper and PlaneWarperGpu warpers support it.
13 years ago