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
|
@ -773,12 +773,10 @@ extern "C"{
|
|||
mOpenCV::cCvConnectedComp::define_ruby_class();
|
||||
mOpenCV::cCvAvgComp::define_ruby_class();
|
||||
mOpenCV::cCvHaarClassifierCascade::define_ruby_class();
|
||||
#ifdef HAVE_CALLBACK_H
|
||||
mOpenCV::mGUI::define_ruby_module();
|
||||
mOpenCV::mGUI::cWindow::define_ruby_class();
|
||||
mOpenCV::mGUI::cTrackbar::define_ruby_class();
|
||||
mOpenCV::mGUI::cMouseEvent::define_ruby_class();
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_ML_H
|
||||
/* feature support.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue