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

modified to use GUI functions (except for Window#set_trackbar) without ffcall

This commit is contained in:
ser1zw 2011-05-07 06:59:46 +09:00
parent eea97c692b
commit 206ae1ba97
10 changed files with 21 additions and 41 deletions

View file

@ -7,14 +7,12 @@
Copyright (C) 2005-2006 Masakazu Yonekura
************************************************************/
#ifdef HAVE_CALLBACK_H
#ifndef RUBY_OPENCV_GUI_H
#define RUBY_OPENCV_GUI_H
#define __NAMESPACE_BEGIN_GUI namespace mGUI{
#define __NAMESPACE_END_GUI }
#ifndef RUBY_OPENCV_GUI_H
#define RUBY_OPENCV_GUI_H
#include "opencv.h"
__NAMESPACE_BEGIN_OPENCV
@ -30,4 +28,3 @@ __NAMESPACE_END_OPENCV
#endif // RUBY_OPENCV_GUI_H
#endif // HAVE_CALLBACK_H