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

6 commits

Author SHA1 Message Date
ser1zw
ca9820ab87 fix multiple windows operation bug
When we use Qt and create 2 or more OpenCV::GUI::Window objects,
their names become unwanted ones and some unwanted windows are created.
This commit fixes the bug.
2012-02-05 05:59:10 +09:00
ser1zw
14659f0f90 removed some unused codes, and uniformed code format 2011-08-12 03:04:22 +09:00
ser1zw
42c6f5cc37 uniformed code format 2011-08-12 02:26:54 +09:00
ser1zw
206ae1ba97 modified to use GUI functions (except for Window#set_trackbar) without ffcall 2011-05-07 06:59:46 +09:00
ser1zw
81714f0768 fixed Window to handle MouseEvent with propriety 2011-05-05 04:24:21 +09:00
Patrick Ting
08a9655dc1 Added gemspec to be able to bundle install from git.
Added IplImage#smoothness that returns :smooth, :messy, or :blank.
Rake compile will now compile the C extension code.
2011-04-14 12:26:41 -07:00
Renamed from ext/window.h (Browse further)