Maria Dimashova
5df3c44d30
added check to weight in rgbd
2012-06-15 09:17:10 +00:00
Maria Dimashova
1774e73324
added weighting to rgbd odometry
2012-06-14 14:34:15 +00:00
Philipp Wagner
7b544d2a6d
Documentation for FaceRecognizer started (not added to toc of contrib/doc/contrib.rst yet). CSV file for the samples/cpp/facerec_demo.cpp added. Added some more exceptions to warn the user, when passing bad aligned data.
2012-06-12 22:49:14 +00:00
Andrey Kamaev
c5aba337e9
Fixed number of warnings. Fixed mingw64 build.
2012-06-12 14:46:12 +00:00
Philipp Wagner
b3c61ee0fe
Minor grammatical correction in comments.
2012-06-10 22:42:20 +00:00
Philipp Wagner
cd7d93f362
Exceptions now go into CV_Error. Added thresholding to the FaceRecognizer and updated the demo accordingly.
2012-06-10 22:23:18 +00:00
Philipp Wagner
ee1b671279
Several exceptions added to the available FaceRecognizer classes and helper methods, so wrong input data is reported to the user. facerec_demo.cpp updated to latest cv::Algorithm changes and commented.
2012-06-10 11:57:33 +00:00
Marina Kolpakova
6727e4cb6d
fixed build under android
2012-06-10 09:44:47 +00:00
Andrey Kamaev
f2d3b9b4a1
Warning fixes continued
2012-06-09 15:00:04 +00:00
Andrey Kamaev
47a4e87784
Ignored warnings from gtest with precompiled headers enabled
2012-06-08 14:54:17 +00:00
Andrey Kamaev
f62028dc16
Fixed mingw build.
2012-06-08 03:15:08 +00:00
Andrey Kamaev
49a1ba6038
Set stricter warning rules for gcc
2012-06-07 17:21:29 +00:00
Andrey Kamaev
586d5a6024
Merged lda fix from 2.4 branch (Fixed reconstruction, so that the mean is correctly added to the reconstructed image.)
2012-06-01 08:48:38 +00:00
Andrey Kamaev
78329b0dfe
New bunch of documentation fixes
2012-05-28 14:36:15 +00:00
Leonid Beynenson
32878f8577
Added a check of the DetectionBasedTracker's inner state in the main thread function of this class.
...
This change should fix a multithread bug in the class.
2012-05-22 13:24:37 +00:00
Vadim Pisarevsky
41c932f306
FaceRecognizer class is now derived from Algorithm, therefore it's possible to set and retrieve the parameters using conventional Algorithm::set and Algorithm::get methods
2012-05-21 15:27:40 +00:00
Leonid Beynenson
daec4d88fa
Now the DetectionBasedTracker will throw exception if it cannot load cascade detector from a file.
2012-05-21 13:54:42 +00:00
Vadim Pisarevsky
d5a0088bbe
merged 2.4 into trunk
2012-04-30 14:33:52 +00:00
Alexandre Benoit
9dfb1f77a0
fixed a dicide by zero potential problem
2012-04-25 13:56:09 +00:00
Vadim Pisarevsky
2fd1e2ea57
merged all the latest changes from 2.4 to trunk
2012-04-13 21:50:59 +00:00
Andrey Kamaev
72f2523d0f
Fixed ~20 potential errors identified by the MS complier.
2012-03-31 11:09:16 +00:00
Vadim Pisarevsky
beb7fc3c92
a LOT of obsolete stuff has been moved to the legacy module.
2012-03-30 12:19:25 +00:00
Andrey Kamaev
4a996111ea
Fixed Android build warnings
2012-03-27 06:16:13 +00:00
Andrey Kamaev
54a4ff033a
Fixed #1711
2012-03-26 13:17:18 +00:00
Vadim Pisarevsky
e778007d5d
applied patch from #1655 (thanks to Changbo Zhou!)
2012-03-26 08:18:10 +00:00
Vadim Pisarevsky
5777689fe9
fixed build errors & warnings on VS2010
2012-03-25 22:05:58 +00:00
Vadim Pisarevsky
cec8f719a3
added face recognition algorithms, LDA, colormaps (all by Philipp Wagner)
2012-03-24 22:03:47 +00:00
Maria Dimashova
be1d95b495
added default values of parameters
2012-03-20 14:41:27 +00:00
Andrey Kamaev
bddff7b386
Fixed Android build warnings in logpolar_bsm
2012-03-19 12:55:44 +00:00
Vadim Pisarevsky
c94c3fb4eb
added Manuela Chessa as the co-author of logpolar_bsm.
2012-03-19 12:04:50 +00:00
Vadim Pisarevsky
c8e206c2ab
added LogPolar Blind Spot Model (thanks to Fabio Solari for the contribution)
2012-03-18 22:29:13 +00:00
Marina Kolpakova
aa19fd500c
Fixed bug #1654
2012-03-18 17:17:44 +00:00
Vadim Pisarevsky
846e37ded5
fixed many warnings from GCC 4.6.1
2012-03-17 09:22:31 +00:00
Vadim Pisarevsky
4985c1b632
fixed hundreds of warnings from MSVC 2010.
2012-03-16 21:21:04 +00:00
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.
2012-03-15 14:36:01 +00:00
Maria Dimashova
8ec1c2b03a
minor change
2012-03-14 11:01:45 +00:00
Maria Dimashova
f67d9d9038
added ability to pass initial transformation to rgbd odometry
2012-03-13 13:07:30 +00:00
Maria Dimashova
fbfc0cc96f
added special cases to RGBDOdometry (translation only, rotation only)
2012-03-12 10:40:39 +00:00
Alexander Shishkov
f4e5209d5a
fixed compilation on Windows (NAN)
2012-03-12 07:27:04 +00:00
Maria Dimashova
90f6e319da
fixed compilation with eigen2
2012-03-11 11:45:29 +00:00
Andrey Kamaev
57c7604568
Fixed Android build warning
2012-03-11 10:53:42 +00:00
Maria Dimashova
abe2c2fb3f
fixed compilation with eigen2
2012-03-11 09:56:23 +00:00
Maria Dimashova
532781e8d2
initial version of rgbd odometry with sample
2012-03-11 09:31:28 +00:00
Vadim Pisarevsky
716a5d04ab
fixed a few problems detected by Xcode 4.2.1
2012-02-15 19:48:04 +00:00
Anatoly Baksheev
84db4eb6fa
fixed ~200 warnings for windows
...
minor build system changes (now cuda code in opencv_core is compiled using CUDA_ARCH* cmake variables)
2012-02-14 10:22:34 +00:00
Alexandre Benoit
c07d9d75e8
added get methods for retina outputs
2012-02-10 13:25:33 +00:00
Alexander Shishkov
863fe3ecf8
fixed bug after const removing in retina
2012-02-06 10:34:00 +00:00
Alexander Shishkov
26ed10993e
fixed #1565 issue
2012-02-06 09:31:33 +00:00
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
2012-02-03 11:26:49 +00:00
Alexandre Benoit
3892ce1f73
added access methods to retreive retina input and output buffers sizes
2012-01-30 09:40:02 +00:00
Alexandre Benoit
555ed03613
corrected retina internal buffers copy methods
2012-01-13 09:52:24 +00:00
Alexandre Benoit
42e656542c
added cv::Filestorage based setup method for retina model
2011-11-23 15:05:19 +00:00
Leonid Beynenson
9d8d6ba490
Changed the class DetectionBasedTracker -- changed the system of states in the subclass DetectionBasedTracker::SeparateDetectionWork, made them more logical.
2011-11-17 16:16:09 +00:00
Leonid Beynenson
e9b9dfe1c2
Made changes in DetectionBasedTracker -- refactored the class.
2011-11-17 15:17:02 +00:00
Leonid Beynenson
01c15db6d2
Committed the first version of DetectionBasedTracker.
2011-11-16 17:29:10 +00:00
Vadim Pisarevsky
2e9f5c434b
added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ...
2011-11-08 12:01:49 +00:00
Alexandre Benoit
9883b2d401
corrected stupid error for retina color mode selection in Retina::run method
2011-11-03 10:58:11 +00:00
Alexandre Benoit
bb329719c6
short change on default retina values setup for warning avoidance
2011-10-30 07:41:50 +00:00
Alexandre Benoit
57159998f0
clarified parameters inputs and outputs at the interface level for better clarity and ease of use, also corrected a mistake at activateContoursProcessing interface method
2011-10-30 07:33:00 +00:00
Alexandre Benoit
4685f0e9d6
corrected xml parameters file management in the retina interface
2011-10-21 10:02:09 +00:00
Alexandre Benoit
75506940eb
continuing code correction for windows warning elimination
2011-10-20 13:03:45 +00:00
Maria Dimashova
408d6b84fa
added func to different colors generation
2011-10-06 09:34:35 +00:00
Andrey Morozov
6138956b5e
minor fix
2011-10-04 22:00:57 +00:00
Andrey Morozov
99c2326e51
minor fix
2011-10-04 21:43:37 +00:00
Andrey Morozov
8a06b20ad6
fixed compile for linux
2011-10-04 21:31:52 +00:00
Andrey Morozov
f366553a80
improved some methods in the Directory class
2011-10-04 16:46:55 +00:00
Andrey Morozov
d58ff0f478
fixed include on Linux
2011-10-04 12:42:49 +00:00
Andrey Morozov
af730e4bff
added class Directory
2011-10-04 12:12:14 +00:00
Vadim Pisarevsky
60ebe2003f
fixed multiple warnings on Windows. fixed bug #1368
2011-10-03 11:00:28 +00:00
Anatoly Baksheev
415978b1c9
warnings
2011-09-05 14:37:27 +00:00
Alexandre Benoit
69b8f304d7
memory safety test added
2011-09-04 16:46:56 +00:00
Alexandre Benoit
c02b5f1d45
Updated retina access methods and OpenEXR image tone mapping demo cleaned
2011-09-04 08:00:28 +00:00
Andrey Pavlenko
8bf5c0e7ae
typo is fixed
2011-08-29 07:41:56 +00:00
Vadim Pisarevsky
714732e9bb
fixed some more hybrid tracker build problems on Windows
2011-08-27 10:43:53 +00:00
Vadim Pisarevsky
07746b54d6
fixed hybrid tracker build problems on Windows
2011-08-26 13:52:46 +00:00
Vadim Pisarevsky
ae83fe7645
added hybrid (feature-based & meanshift-based) tracker (by Pushkar)
2011-08-26 12:22:19 +00:00
Alexandre Benoit
a288163d73
enhanced and more robust image input management
2011-08-22 20:09:01 +00:00
Alexandre Benoit
4408423c9f
waiting for optimisation at Retina::_convertCvMat2ValarrayBuffer
2011-08-21 13:12:14 +00:00
Alexandre Benoit
05c0cd72d0
updated retina modules : minor misakes correction & changed pixel format to float instead of double to keep some memory, precision is almost sufficient, check for residual mistakes
2011-08-21 11:02:42 +00:00
Alexandre Benoit
66ee335ca9
updated retina modules : minor misakes correction & changed pixel format to float instead of double to keep some memory, precision is almost sufficient, check for residual mistakes
2011-08-21 11:01:53 +00:00
Alexandre Benoit
752eed00f2
updated GUI photoreceptors sensitivity parameter management
2011-08-20 12:41:34 +00:00
Alexandre Benoit
b4d42ae6f1
optimised input image management
2011-08-13 14:14:28 +00:00
Alexandre Benoit
1a749c5141
optimised input image management
2011-08-13 14:13:41 +00:00
Vadim Pisarevsky
50d70cf9c6
made retina code compile with VS2005/VS2008
2011-08-12 11:28:17 +00:00
Vadim Pisarevsky
2fe3ed75c1
fixed building retina code on Windows
2011-08-11 22:02:52 +00:00
Vadim Pisarevsky
2842d34611
added retina model, by Alexander Benoit
2011-08-11 20:42:08 +00:00
Vadim Pisarevsky
ff5e97c8e4
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
2011-07-19 12:27:07 +00:00
Andrey Kamaev
b16fb5d518
Fixed Android build.
2011-07-14 16:48:15 +00:00
Vadim Pisarevsky
7702fa4d61
added improved version of the variational stereo correspondence algorithm by Sergey Kosov
2011-07-14 15:30:28 +00:00
Vadim Pisarevsky
0876f69dbf
added variational stereo correspondence (by Sergey Kosov) and polynomial fitting (by Onkar Raut)
2011-06-15 12:10:33 +00:00
Anatoly Baksheev
8f4c7db3f6
~40 warnings under VS2008
...
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
2011-06-11 17:24:09 +00:00
Vadim Pisarevsky
23768b1826
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719 )
2011-05-21 18:32:34 +00:00
Andrey Kamaev
23a369b27e
Fixed Android build
2011-05-12 07:02:39 +00:00
Xavier Delacour
5e4ca22737
small updates to bundle adjustment implementation
2011-05-11 20:17:15 +00:00
Anatoly Baksheev
1c18e5fef9
fixed ~300 warnings under windows (had to hack gtest a bit)
2011-05-06 21:45:48 +00:00
Vadim Pisarevsky
de913bd63f
added missing "#include <functional>"
2011-02-18 12:08:28 +00:00
Marius Muja
7d42dbdd71
Removing 'using namespace std' from header files, closes bugs #730 and #846
2011-02-16 06:36:15 +00:00
Anatoly Baksheev
6b34532901
minor + warnings
2011-02-15 15:09:54 +00:00
Vadim Pisarevsky
061b49e0b2
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
2011-02-09 20:55:11 +00:00
Vladimir Dudnik
6309b2d08d
added OpenCVFindIPP.cmake script, which will look for IPP installation at CMake configuration time. First, IPPROOT environment variable will be tested, if not found script will look at default install places.
...
The script should support IPP from 5.3 up to 7.x versions (although tested on Windows for IPP 6.1 and IPP 7.0 versions only)
Preliminary optimization of HOG with IPP added too. Not yet quite efficient, code for cpu branch should be redesigned in order to have better performance.
2010-12-31 16:45:18 +00:00
Vladimir Dudnik
5cb81c0a14
test svn access
2010-12-23 22:42:08 +00:00
Anatoly Baksheev
998fab0ef5
warningx fixed under vs2008
2010-12-21 11:37:08 +00:00
Alexander Shishkov
4113d5da43
fixed compilation errors on Windows
2010-11-30 16:00:26 +00:00
Vadim Pisarevsky
5461b9943c
added chamfer matcher code and sample (contributed by Antonella Cascitelli, Marco Di Stefano and Stefano Fabri)
2010-11-30 01:34:39 +00:00
Vadim Pisarevsky
15f56c8aa1
fixed member initialization in the sparse bundle adjustment code (ticket #385 )
2010-11-13 20:31:47 +00:00
Vadim Pisarevsky
d8ace43753
fixed some more tests on Windows; changed inheritance Matx -> Vec to Vec -> Matx
2010-11-06 21:51:21 +00:00
Vadim Pisarevsky
948d96645c
change at<double> => at<float>, since the histogram is cv_32f, not cv_64f
2010-10-21 13:20:10 +00:00
Marius Muja
16b1f61c83
Updated FLANN to version 1.5
2010-10-12 19:47:50 +00:00
Vadim Pisarevsky
75cf8c1b47
a few more warnings fixed
2010-07-16 22:44:48 +00:00
Vadim Pisarevsky
f78a3b4cc1
updated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib 1.2.3 => 1.2.5, libpng 1.2.x => 1.4.3, libtiff 3.7.x => 3.9.4. fixed many 64-bit related VS2010 warnings
2010-07-16 12:54:53 +00:00
Vadim Pisarevsky
7ec4b59fac
added #include "cvconfig.h" to make TBB and other 3rd party libs work correctly
2010-06-29 15:12:07 +00:00
Vadim Pisarevsky
b481f12de8
fixed computation of feature vectors in self-similarity descriptor (max->min)
2010-06-23 13:32:29 +00:00
Vadim Pisarevsky
127d6649a1
"atomic bomb" commit. Reorganized OpenCV directory structure
2010-05-11 17:44:00 +00:00