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.
|
12 years ago |
Vadim Pisarevsky
|
67ff95083d
|
added openfabmap code, contributed by Arren Glover. fixed several warnings in the new versions of retina filters
|
12 years ago |
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
|
12 years ago |
Alexandre Benoit
|
ffb3842ef1
|
updated retina documentation
|
12 years ago |
Alexandre Benoit
|
52b4b5b052
|
added retina module documentation
|
12 years ago |
Philipp Wagner
|
62a8f6783e
|
FaceRecognizer supports updating a model now. Documentation has been updated to reflect latest changes.
|
13 years ago |
Philipp Wagner
|
b2deab2175
|
Updated the documentation to (1) reflect the latest changes and (2) answer some questions I were asked.
|
13 years ago |
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.
|
13 years ago |
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.
|
13 years ago |
Andrey Kamaev
|
b1eba01afb
|
Fixed several mistakes in documentation
|
13 years ago |
Andrey Kamaev
|
51f6127e0a
|
Merged the recent fixes from 2.4 branch
|
13 years ago |
Philipp Wagner
|
927523bc3d
|
Bug 2129: Fix for missing citations in FaceRecognizer documentation.
|
13 years ago |
Andrey Kamaev
|
5d6c90e166
|
Fixed bugs in facerec documentation
|
13 years ago |
Philipp Wagner
|
ea0b57cc23
|
API Link corrected.
|
13 years ago |
Philipp Wagner
|
d636c677f4
|
API Link corrected.
|
13 years ago |
Philipp Wagner
|
f2e78eed8c
|
Fixed wrong restructured text directive, when referencing to other documents.
|
13 years ago |
Philipp Wagner
|
a15d97b716
|
Added the cv::FaceRecognizer documentation (API, Face Recognition Guide, Tutorials).
|
13 years ago |
Andrey Kamaev
|
7b806f6008
|
fixed several documentation errors
|
13 years ago |
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.
|
13 years ago |
Andrey Kamaev
|
78329b0dfe
|
New bunch of documentation fixes
|
13 years ago |
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.
|
13 years ago |