Alexandre Benoit
|
3892ce1f73
|
added access methods to retreive retina input and output buffers sizes
|
13 years ago |
Alexandre Benoit
|
555ed03613
|
corrected retina internal buffers copy methods
|
13 years ago |
Alexandre Benoit
|
42e656542c
|
added cv::Filestorage based setup method for retina model
|
13 years ago |
Leonid Beynenson
|
9d8d6ba490
|
Changed the class DetectionBasedTracker -- changed the system of states in the subclass DetectionBasedTracker::SeparateDetectionWork, made them more logical.
|
13 years ago |
Leonid Beynenson
|
e9b9dfe1c2
|
Made changes in DetectionBasedTracker -- refactored the class.
|
13 years ago |
Leonid Beynenson
|
01c15db6d2
|
Committed the first version of DetectionBasedTracker.
|
13 years ago |
Vadim Pisarevsky
|
2e9f5c434b
|
added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ...
|
13 years ago |
Alexandre Benoit
|
9883b2d401
|
corrected stupid error for retina color mode selection in Retina::run method
|
13 years ago |
Alexandre Benoit
|
bb329719c6
|
short change on default retina values setup for warning avoidance
|
13 years ago |
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
|
13 years ago |
Alexandre Benoit
|
4685f0e9d6
|
corrected xml parameters file management in the retina interface
|
13 years ago |
Alexandre Benoit
|
75506940eb
|
continuing code correction for windows warning elimination
|
13 years ago |
Maria Dimashova
|
408d6b84fa
|
added func to different colors generation
|
13 years ago |
Andrey Morozov
|
6138956b5e
|
minor fix
|
13 years ago |
Andrey Morozov
|
99c2326e51
|
minor fix
|
13 years ago |
Andrey Morozov
|
8a06b20ad6
|
fixed compile for linux
|
13 years ago |
Andrey Morozov
|
f366553a80
|
improved some methods in the Directory class
|
13 years ago |
Andrey Morozov
|
d58ff0f478
|
fixed include on Linux
|
13 years ago |
Andrey Morozov
|
af730e4bff
|
added class Directory
|
13 years ago |
Vadim Pisarevsky
|
60ebe2003f
|
fixed multiple warnings on Windows. fixed bug #1368
|
13 years ago |
Anatoly Baksheev
|
415978b1c9
|
warnings
|
13 years ago |
Alexandre Benoit
|
69b8f304d7
|
memory safety test added
|
13 years ago |
Alexandre Benoit
|
c02b5f1d45
|
Updated retina access methods and OpenEXR image tone mapping demo cleaned
|
13 years ago |
Andrey Pavlenko
|
8bf5c0e7ae
|
typo is fixed
|
13 years ago |
Vadim Pisarevsky
|
714732e9bb
|
fixed some more hybrid tracker build problems on Windows
|
13 years ago |
Vadim Pisarevsky
|
07746b54d6
|
fixed hybrid tracker build problems on Windows
|
13 years ago |
Vadim Pisarevsky
|
ae83fe7645
|
added hybrid (feature-based & meanshift-based) tracker (by Pushkar)
|
13 years ago |
Alexandre Benoit
|
a288163d73
|
enhanced and more robust image input management
|
13 years ago |
Alexandre Benoit
|
4408423c9f
|
waiting for optimisation at Retina::_convertCvMat2ValarrayBuffer
|
13 years ago |
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
|
13 years ago |
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
|
13 years ago |
Alexandre Benoit
|
752eed00f2
|
updated GUI photoreceptors sensitivity parameter management
|
13 years ago |
Alexandre Benoit
|
b4d42ae6f1
|
optimised input image management
|
13 years ago |
Alexandre Benoit
|
1a749c5141
|
optimised input image management
|
13 years ago |
Vadim Pisarevsky
|
50d70cf9c6
|
made retina code compile with VS2005/VS2008
|
14 years ago |
Vadim Pisarevsky
|
2fe3ed75c1
|
fixed building retina code on Windows
|
14 years ago |
Vadim Pisarevsky
|
2842d34611
|
added retina model, by Alexander Benoit
|
14 years ago |
Vadim Pisarevsky
|
ff5e97c8e4
|
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
|
14 years ago |
Andrey Kamaev
|
b16fb5d518
|
Fixed Android build.
|
14 years ago |
Vadim Pisarevsky
|
7702fa4d61
|
added improved version of the variational stereo correspondence algorithm by Sergey Kosov
|
14 years ago |
Vadim Pisarevsky
|
0876f69dbf
|
added variational stereo correspondence (by Sergey Kosov) and polynomial fitting (by Onkar Raut)
|
14 years ago |
Anatoly Baksheev
|
8f4c7db3f6
|
~40 warnings under VS2008
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
|
14 years ago |
Vadim Pisarevsky
|
23768b1826
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
14 years ago |
Andrey Kamaev
|
23a369b27e
|
Fixed Android build
|
14 years ago |
Xavier Delacour
|
5e4ca22737
|
small updates to bundle adjustment implementation
|
14 years ago |
Anatoly Baksheev
|
1c18e5fef9
|
fixed ~300 warnings under windows (had to hack gtest a bit)
|
14 years ago |
Vadim Pisarevsky
|
de913bd63f
|
added missing "#include <functional>"
|
14 years ago |
Marius Muja
|
7d42dbdd71
|
Removing 'using namespace std' from header files, closes bugs #730 and #846
|
14 years ago |
Anatoly Baksheev
|
6b34532901
|
minor + warnings
|
14 years ago |
Vadim Pisarevsky
|
061b49e0b2
|
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
|
14 years ago |