Andrey Kamaev
|
2e91405833
|
Fix OS X build warnings
|
2012-10-22 20:33:14 +04:00 |
|
Andrey Kamaev
|
461b69f6ee
|
Eliminate discrepancies between signatures in documentation and OpenCV headers
All errors were found by doc/check_docs2.py
|
2012-10-17 21:24:55 +04:00 |
|
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
2012-10-17 15:32:23 +04:00 |
|
Andrey Kamaev
|
26bcb3812c
|
Fix binary compatibility of opencv_contrib
|
2012-10-17 02:09:28 +04:00 |
|
Andrey Kamaev
|
0dc3d61071
|
Revert "yet another portion of changes towards the binary compatibility"
This reverts commit 618fbf5508 .
|
2012-10-17 02:09:17 +04:00 |
|
Kirill Kornyakov
|
9b8c47399a
|
fixed compilation error because of DetectionBasedTracker
|
2012-10-09 18:55:20 +04:00 |
|
Vadim Pisarevsky
|
618fbf5508
|
yet another portion of changes towards the binary compatibility
|
2012-10-08 21:36:27 +04:00 |
|
Vadim Pisarevsky
|
94b97b7a63
|
partially recovered binary compatibility (ticket #2415)
|
2012-10-08 17:06:05 +04:00 |
|
marina.kolpakova
|
23699acca0
|
fix for bug 2264
fix compilation OpenCV with cxx11 under Ubuntu with clang and gcc 4.7
|
2012-10-08 02:37:22 +04:00 |
|
Leonid Beynenson
|
2fd8ad65b9
|
Made changes in cv::DetectionBasedTracker -- now it can return status of the tracked objects
|
2012-10-04 20:50:59 +04:00 |
|
Vadim Pisarevsky
|
427ce1247a
|
some bugfixes & improvements in openfabmap code, docs and samples by Arren Glover
|
2012-09-23 20:57:34 +04:00 |
|
Andrey Kamaev
|
0e9405e591
|
Honor resently added functionality in hdr_parser and rst_parser; minor fixes in documentation
|
2012-09-14 22:26:32 +04:00 |
|
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 |
|
Philipp Wagner
|
a5e37779fb
|
Added a simple CMakeLists.txt to the facerec_samples, which are not included in the samples folder. Makes building these samples a lot easier.
|
2012-09-07 17:33:44 +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 |
|
Alexandre Benoit
|
ffb3842ef1
|
updated retina documentation
|
2012-08-31 11:19:46 +02:00 |
|
Alexandre Benoit
|
52b4b5b052
|
added retina module documentation
|
2012-08-30 16:02:04 +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
|
b2deab2175
|
Updated the documentation to (1) reflect the latest changes and (2) answer some questions I were asked.
|
2012-07-29 23:16:51 +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 |
|
Philipp Wagner
|
3ac6272c3b
|
Grammar and Formatting fixes. Added link to the Yale Facedatabase A. Added download directive links for linking to the sample source code samples.
|
2012-07-06 20:42:02 +00:00 |
|
Andrey Kamaev
|
e900952b87
|
quiet most of the OSX build warnings
|
2012-07-05 12:56:31 +00:00 |
|
Andrey Kamaev
|
b1eba01afb
|
Fixed several mistakes in documentation
|
2012-07-05 07:30:45 +00:00 |
|
Vadim Pisarevsky
|
acf356b080
|
added contrib module support in Python wrappers (thanks to Eric Christiansen)
|
2012-07-04 17:59:14 +00:00 |
|
Andrey Kamaev
|
51f6127e0a
|
Merged the recent fixes from 2.4 branch
|
2012-07-04 08:04:31 +00:00 |
|
Philipp Wagner
|
927523bc3d
|
Bug 2129: Fix for missing citations in FaceRecognizer documentation.
|
2012-07-02 18:43:20 +00:00 |
|
Andrey Kamaev
|
5d6c90e166
|
Fixed bugs in facerec documentation
|
2012-07-02 11:46:17 +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 |
|
Philipp Wagner
|
ea0b57cc23
|
API Link corrected.
|
2012-06-27 18:37:03 +00:00 |
|
Philipp Wagner
|
d636c677f4
|
API Link corrected.
|
2012-06-27 18:35:52 +00:00 |
|
Philipp Wagner
|
f2e78eed8c
|
Fixed wrong restructured text directive, when referencing to other documents.
|
2012-06-26 21:24:19 +00:00 |
|
Philipp Wagner
|
a15d97b716
|
Added the cv::FaceRecognizer documentation (API, Face Recognition Guide, Tutorials).
|
2012-06-26 20:13:11 +00:00 |
|
Andrey Kamaev
|
ecf6b5a87c
|
Making all dependencies from highgui module optional
|
2012-06-26 07:29:36 +00:00 |
|