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
e752f57d5b
remove dependencies of ffcall
2012-01-04 02:25:13 +09:00
ser1zw
d37cefb3aa
fixed for installing on Windows (mswin32)
2011-11-28 08:31:12 +09:00
ser1zw
14659f0f90
removed some unused codes, and uniformed code format
2011-08-12 03:04:22 +09:00
ser1zw
b3016fc68c
added error handling to some methods (2)
...
Added error handlings to the methods of following classes or modules
-CvPoint2D32f
-CvPoint3D32f
-CvRect
-CvScalar
-CvSeq
-CvSize
-CvSize2D32f
-CvSlice
-CvSURFParams
-CvSURFPoint
-CvTermCriteria
-CvTwoPoints
-CvUtils
-CvVideoWriter
-GUI
-IplConvKernel
-IplImage
-MouseEvent
-OpenCV
-Trackbar
-Window
2011-07-23 19:51:58 +09:00
ser1zw
4a976087ac
modified some initialize methods to private
2011-05-15 04:09:00 +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
eea97c692b
modified Window#set_mouse_callback to avoid unexplained segmentation fault (caused by ffcall?)
2011-05-05 18:02:20 +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