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
b44f936f95 fix a memory leak of GUI::Trackbar 2012-02-05 19:08:46 +09:00
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
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
4813ec29bc tested Trackbar 2011-05-05 00:45:42 +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/trackbar.h (Browse further)