1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-24 03:03:35 +08:00
Commit Graph

17 Commits

Author SHA1 Message Date
Yuki Furuta
ddce0d9df8 [face.hpp] add virtual method setThreshold for FaceRecognizer class 2016-10-04 18:24:28 +02:00
Yuki Furuta
6e1bdab176 [face.hpp] fix typo 2016-10-04 18:23:53 +02:00
Alexander Alekhin
e7b5c81b9d Merge pull request #731 from AlexeySpizhevoy:bif_descriptor 2016-08-04 12:44:42 +00:00
Alexey Spizhevoy
43cb60f9d1 added BIF implementation
minor refactoring

added more tests

minor

fixed warnings

minor

minor

minor

fixed comment
2016-08-04 12:01:15 +03:00
Maksim Shabunin
48903ef96d Added python aliases for face predict overloaded functions 2016-04-22 12:14:07 +03:00
comdiv
f9c59c8604 revised PredictCollector with set of implementations 2016-01-16 11:37:04 +05:00
Alexander Alekhin
b6a97e3e9e Merge pull request #515 from isdamir:master 2016-01-14 15:31:19 +00:00
damir
cd7b3ae41e fix a bug for qt 2016-01-13 20:13:07 +08:00
berak
0aa58ae9b3 face: change the 'not found' label back to -1 2016-01-05 16:10:23 +01:00
comdiv
9ff3192ea5 Custom handling of FaceRecognizer results
predict method rewritten to use with PredictCollector interface (abstract class)
now face recognizer allow to perform different scenarios of result handling
2015-12-08 10:13:57 +05:00
Maksim Shabunin
aa11ac48f1 Wrap face module with python and java 2015-03-26 11:39:11 +03:00
Maksim Shabunin
05405e3dca Replaced CV_PURE_PROPERTY macros with the code 2015-03-18 17:37:37 +03:00
Vadim Pisarevsky
ec2b3ed662 Merge pull request #185 from mshabunin/remove-docs
Removed sphinx documentation
2015-03-16 13:07:31 +03:00
Maksim Shabunin
61f36de542 Doxygen tutorials support 2015-02-17 12:49:37 +03:00
Maksim Shabunin
34131405df Removed some methods from cv::Algorithm and changed ml module interfaces 2015-02-17 11:45:57 +03:00
Maksim Shabunin
a20c5c8dd9 Doxygen documentation for all modules 2014-12-01 15:54:42 +03:00
Vadim Pisarevsky
cd0569a3fe added face module (created from the parts of the old "contrib") 2014-08-10 01:55:54 +04:00