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:
parent
eea97c692b
commit
206ae1ba97
10 changed files with 21 additions and 41 deletions
|
@ -7,8 +7,6 @@
|
|||
Copyright (C) 2005-2006 Masakazu Yonekura
|
||||
|
||||
************************************************************/
|
||||
#ifdef HAVE_CALLBACK_H
|
||||
|
||||
#include "gui.h"
|
||||
/*
|
||||
* Document-module: OpenCV::GUI
|
||||
|
@ -62,4 +60,3 @@ rb_wait_key(int argc, VALUE *argv, VALUE self)
|
|||
__NAMESPACE_END_GUI
|
||||
__NAMESPACE_END_OPENCV
|
||||
|
||||
#endif // HAVE_CALLBACK_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue