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:
parent
7da8b403fc
commit
5626b55cc5
8 changed files with 7746 additions and 0 deletions
|
@ -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*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue