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
Alexey Spizhevoy
f262f58297
Changed one CLI message in stitching_detailed.
13 years ago
Alexey Spizhevoy
07efb17d12
Fixed warper selection bug in stitching_detailed. Removed estimation of aspect ratio in BA in stitching to avoid stretching of input images. Did minor refactoring.
13 years ago
Alexey Spizhevoy
23636433d7
Updated bundle adjustment in stitching module: 1) it minimizes reprojection error now, 2) it minimizes error over focal, aspect, p.p.x, p.p.y parameters. Refactored and updated warpers.
13 years ago
P. Karasev
6030e029e3
touch stitching app, test/verify svn access
13 years ago
Alexey Spizhevoy
cbb6ac0c34
refactored features finders in stitching module
13 years ago
Alexey Spizhevoy
505e8e0936
minor refactoring of stitching
13 years ago
Alexey Spizhevoy
c9a41c6802
added first version of public stitching API, added simple sample which uses that API, old sample renamed to stitching_detailed
13 years ago
Andrey Kamaev
52184c8803
Gpu functionality in stitching module is excluded from Android build
13 years ago
Alexey Spizhevoy
95a3ffd0c5
put all old stitching API into detail namespace
13 years ago
Alexey Spizhevoy
9be4701f24
turned opencv_stitching application to module and sample
13 years ago
Vadim Pisarevsky
32ed1bf858
added phaseCorrelate function by Will Lucas.
13 years ago