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