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
|
68ff16f20e
|
modified CvError to handle errors
|
2011-07-10 23:46:20 +09:00 |
|
ser1zw
|
53fd238569
|
added CvMat#copy_make_border
|
2011-07-08 21:46:38 +09:00 |
|
ser1zw
|
aaa0de3810
|
moved some functions to cvutils
|
2011-07-03 15:12:36 +09:00 |
|
ser1zw
|
76f2933061
|
added raise_typeerror, raise_compatible_typeerror
|
2011-07-03 14:16:38 +09:00 |
|
ser1zw
|
3c23c44edc
|
implementated CvSURFParams
|
2011-06-19 07:16:25 +09:00 |
|
ser1zw
|
6197c1f7fc
|
implemented CvSURFPoint
|
2011-06-19 06:13:26 +09:00 |
|
ser1zw
|
aae092dc04
|
added CvVideoWriter (not fully tested)
|
2011-06-11 02:46:52 +09:00 |
|
ser1zw
|
ec18d758fd
|
removed CvChainCode
|
2011-05-24 00:08:51 +09:00 |
|
ser1zw
|
5266eb051a
|
modified arguments of CvHaarClassifierCascade#detect_objects to set options more easily
|
2011-05-21 18:22:27 +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 |
|
ser1zw
|
f5a11ea191
|
modified CvSeq to also use Fixnum as elements, and removed CvIndex
|
2011-05-03 01:47:05 +09:00 |
|
ser1zw
|
1ca99720c5
|
implemented rb_cvCreateMemStorage and replaced cvCreateMemStorage with rb_cvCreateMemStorage to create CvMemStorage as much as possible
|
2011-04-28 00:36:34 +09:00 |
|
ser1zw
|
d9a7960949
|
implemented rb_cvCreateStructuringElementEx and replaced cvCreateStructuringElementEx with rb_cvCreateStructuringElementEx to create IplConvKernel as much as possible
|
2011-04-28 00:22:23 +09:00 |
|
ser1zw
|
586f2161eb
|
implemented rb_cvAlloc and replaced cvAlloc with rb_cvAlloc to allocate memory buffer as much as possible
|
2011-04-28 00:11:46 +09:00 |
|
ser1zw
|
196c567ee0
|
implemented rb_cvCreateMat and replaced cvCreateMat with rb_cvCreateMat to create a CvMat as much as possible
|
2011-04-27 23:39:16 +09:00 |
|
ser1zw
|
b447c9d5c3
|
implemented CvMat.find_fundamental_mat
|
2011-04-17 04:32:43 +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 |
|