1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00

add FisherFaces

This commit is contained in:
ser1zw 2013-10-06 02:11:22 +09:00
parent 7da8b403fc
commit 5626b55cc5
8 changed files with 7746 additions and 0 deletions

View file

@ -25,6 +25,10 @@ VALUE rb_train(VALUE self, VALUE src, VALUE labels);
VALUE rb_save(VALUE self, VALUE filename);
VALUE rb_load(VALUE self, VALUE filename);
void guard_facerecognizer(void* data_ptr, cv::Ptr<cv::FaceRecognizer> ptr);
void release_facerecognizer(void *ptr);
VALUE allocate_facerecognizer(VALUE klass);
__NAMESPACE_END_FACERECOGNIZER
inline cv::FaceRecognizer*