Philipp Wagner
|
cfa250eff5
|
The labels of a model are now cloned instead of using Mat::copyTo, because Mat::copyTo leads to a crash with the Python wrapper. I need to further investigate it.
|
2012-09-07 22:42:46 +02:00 |
|
Andrey Kamaev
|
07d92d9e5a
|
Fix android build warnings
|
2012-09-04 17:44:23 +04:00 |
|
Vadim Pisarevsky
|
67ff95083d
|
added openfabmap code, contributed by Arren Glover. fixed several warnings in the new versions of retina filters
|
2012-09-03 17:03:31 +04:00 |
|
Alexandre Benoit
|
37fe2a252a
|
updated Retina module code for more flexible parallelisation : TBB parallel for loops are replaced by opencv parallel_for_ wrapper... compile error corrected
|
2012-08-31 14:55:32 +02:00 |
|
Alexandre Benoit
|
5a6114e299
|
updated code for more flexible parallelisation : TBB parallel for loops are replaced by opencv parallel_for_ wrapper
|
2012-08-31 14:14:57 +02:00 |
|
Andrey Kamaev
|
b2acf50c81
|
Fix build warning introduced in commit:424bc609b6f352a2b10f2a01ffcd037483e3591f
|
2012-08-30 13:04:34 +04:00 |
|
noob
|
fba081992d
|
Merge branch 'master' of git://code.opencv.org/opencv
|
2012-08-29 18:14:07 +02:00 |
|
noob
|
424bc609b6
|
Retina module is now parallelized thanks to the TBB library. Speed increase expected on multicore plateforms
|
2012-08-29 17:44:21 +02:00 |
|
Vadim Pisarevsky
|
633a8bfacc
|
fixed many warnings (modified pull request 13)
|
2012-08-28 18:15:14 +04:00 |
|
Andrey Kamaev
|
bbbe77e05e
|
Fix Android build for mips platform
|
2012-08-27 20:16:54 +04:00 |
|
Andrey Kamaev
|
ce11c0d1eb
|
Fix formatting in detection based tracker
|
2012-08-24 16:22:18 +04:00 |
|
Andrey Kamaev
|
9981b283a6
|
Fixed build warnings (including error in FAST)
|
2012-08-06 19:10:55 +04:00 |
|
Philipp Wagner
|
2c2d6fa5fd
|
Issue #2231: Attempt to fix segfault, when copying labels. LDA needed to be updated to generate the Wrapper correctly.
|
2012-08-06 01:14:51 +02:00 |
|
Philipp Wagner
|
989631c5cc
|
facerec.cpp: Removed Original LBP wrapper, because it is not in use and therefore generates a warning.
|
2012-07-31 21:54:48 +02:00 |
|
Philipp Wagner
|
4a4f90c406
|
facerec.cpp: Added an exception to the LBP extraction, so now a meaningful exception is thrown if the wrong image type was given. Thanks to Eric Christiansen for reporting.
|
2012-07-31 21:50:46 +02:00 |
|
Philipp Wagner
|
62a8f6783e
|
FaceRecognizer supports updating a model now. Documentation has been updated to reflect latest changes.
|
2012-07-30 19:31:10 +02:00 |
|
Philipp Wagner
|
f29d73fe86
|
Updated the train method to be an InputArrayOfArrays, so the Python wrapper now generates the correct code (and it works).
|
2012-07-29 23:51:12 +02:00 |
|
Philipp Wagner
|
5983f8008f
|
Fixed facerec_eigenfaces.cpp demo sample: it contained hardcoded values, which made wrong element access possible. Fixed unsigned integer/signed integer warnings in facerec.cpp.
|
2012-07-29 22:41:40 +02:00 |
|
Philipp Wagner
|
79b45b1392
|
Bug #2214: Fixed bug, when calling the train method multiple times. The Eigenfaces and Fisherfaces method now re-estimate the model, the LBPH method appends the new data to the existing model.
|
2012-07-29 22:20:07 +02:00 |
|
Eric Christiansen
|
f08996bd37
|
asserted in LBPH code that images must have a single channel
|
2012-07-26 16:55:54 -07:00 |
|
Leonid Beynenson
|
6d3db49932
|
Changed DetectionBasedTracker a bit to make its method addObject to return an integer value -- the id of the new added object.
|
2012-07-09 14:37:12 +00:00 |
|
Andrey Kamaev
|
e900952b87
|
quiet most of the OSX build warnings
|
2012-07-05 12:56:31 +00:00 |
|
Leonid Beynenson
|
35344569bf
|
Added possibility in the class DetectionBasedTracker to work as a tracker only -- without the mainDetector.
In this case new objects will be added into it by the method addObject(const cv::Rect& location).
|
2012-06-28 16:07:10 +00:00 |
|
Andrey Kamaev
|
ecf6b5a87c
|
Making all dependencies from highgui module optional
|
2012-06-26 07:29:36 +00:00 |
|
Alexander Smorkalov
|
80febef237
|
revision 8721 vas merged to head. Detection based tracker interface changed. cpp and android samples updated.
|
2012-06-25 17:01:55 +00:00 |
|
Andrey Kamaev
|
bd901eb52d
|
Reverted r8721 and r8725 (issue #2080)
|
2012-06-24 08:50:03 +00:00 |
|
Alexander Smorkalov
|
a3be73b5cc
|
revisions 8681 and 8688 restored. Warning fixed.
Warning: changes beak binary compatibility
|
2012-06-21 14:37:28 +00:00 |
|
Andrey Kamaev
|
d48d7b2b46
|
Updated warning options for GCC; fixed new warnings.
|
2012-06-20 12:27:02 +00:00 |
|
Andrey Kamaev
|
e8d158a5c8
|
Reverted changes breaking Android build
|
2012-06-19 08:10:05 +00:00 |
|
Maria Dimashova
|
9152d3fee2
|
minor fixing
|
2012-06-18 14:25:00 +00:00 |
|
Alexander Smorkalov
|
7c160cdc30
|
Detection based tracker was refactored. Detector interface added.
|
2012-06-18 08:55:05 +00:00 |
|
Andrey Kamaev
|
33d9e2354a
|
Fixed Android build with Eigen.
|
2012-06-16 14:52:46 +00:00 |
|
Philipp Wagner
|
000bf4af48
|
Two colormaps removed from the list of colormaps, as they are no visually improved enhancement to a Jet colormap.
|
2012-06-16 08:33:48 +00:00 |
|
Philipp Wagner
|
2c9e81a3ec
|
The COLORMAP_PINK colormap was missing in applyColorMap.
|
2012-06-16 08:30:22 +00:00 |
|
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
|
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 |
|
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 |
|