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

add Algorithm class and modify FaceRecognizer to inherit it

This commit is contained in:
ser1zw 2013-07-07 06:06:13 +09:00
parent 70d10febd2
commit 2e63bbd856
6 changed files with 345 additions and 1 deletions

View file

@ -130,6 +130,7 @@ extern "C" {
#include "cvfeaturetree.h"
#include "algorithm.h"
#include "facerecognizer.h"
#include "eigenfaces.h"