pdlib/src
Branko Kokanovic 14b1ae350b Support for raw chinese_whispers
This commit introduces chinese_whispers method without any "helpers" on
PHP side. Users needs to take care of everything (building edges from
128D face chip vector, for example), but this is exposed for people
that need low-level call and want to calculate distances and build edges
in PHP directly.
2018-07-19 19:12:39 +02:00
..
chinese_whispers.cc Support for raw chinese_whispers 2018-07-19 19:12:39 +02:00
chinese_whispers.h Support for raw chinese_whispers 2018-07-19 19:12:39 +02:00
cnn_face_detection.cc Adding support for cnn face detector 2018-07-16 22:34:55 +02:00
cnn_face_detection.h Adding support for cnn face detector 2018-07-16 22:34:55 +02:00
face_detection.cc first commit 2018-05-21 01:23:19 +08:00
face_detection.h first commit 2018-05-21 01:23:19 +08:00
face_landmark_detection.cc feat: add face_landmark_detection 2018-05-24 00:56:50 +08:00
face_landmark_detection.h feat: add face_landmark_detection 2018-05-24 00:56:50 +08:00