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

add minimal functions of EigenFaces

This commit is contained in:
ser1zw 2013-02-24 02:57:21 +09:00
parent 2ffd26a887
commit 336e9c4ad2
7 changed files with 250 additions and 4 deletions

View file

@ -130,6 +130,8 @@ extern "C" {
#include "cvfeaturetree.h"
#include "eigenfaces.h"
// GUI
#include "gui.h"
#include "window.h"