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

implemented CvSURFPoint

This commit is contained in:
ser1zw 2011-06-19 06:13:26 +09:00
parent d2ad460eb7
commit 6197c1f7fc
5 changed files with 343 additions and 1 deletions

View file

@ -127,6 +127,8 @@ extern "C"{
#include "cvavgcomp.h"
#include "cvhaarclassifiercascade.h"
#include "cvsurfpoint.h"
// GUI
#include "gui.h"
#include "window.h"