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

43 commits

Author SHA1 Message Date
ser1zw
79f0bef6b3 change utility functions' name
REGISTER_CVMETHOD -> REGISTER_HASH
LOOKUP_CVMETHOD -> LOOKUP_HASH
2013-01-20 02:13:37 +09:00
ser1zw
c1e67fe186 use CV_WARP_* constants instead of WARP_FLAG table 2013-01-18 03:37:03 +09:00
ser1zw
6dc59df141 add CV_INTER_LANCZOS4 and modify tests of CvMat#resize 2013-01-18 03:12:22 +09:00
ser1zw
cbeeb1caee use CV_INTER_* constants instead of INTERPOLATION_METHOD table 2013-01-18 03:01:10 +09:00
ser1zw
fb6f3de618 add CvMat#find_chessboard_corners 2012-11-16 00:31:39 +09:00
ser1zw
ea8622fa8f change arguments of CvMat#dft, CvMat#dct 2012-11-07 01:11:37 +09:00
ser1zw
a4fffa7278 Merge pull request #11 from jvrdev/b7dff7e47556defeb1b708db8aff98f4a0a61281
Added CvMat#normalize
2012-07-19 11:30:03 -07:00
ser1zw
1a81a17d82 fix for 1.8.7 2012-07-15 03:28:04 +09:00
ser1zw
b8ef929198 add CvMat#encode (wrapper of cvEncodeImageM) 2012-07-14 23:44:15 +09:00
Javier de Vega Ruiz
b7dff7e475 Added CvMat#normalize from https://github.com/bonanza-market/ruby-opencv . 2012-07-13 12:24:38 +01:00
ser1zw
56b33ca03d add OpenCV::build_information (wrapper of cv::getBuildInformation()) 2012-05-23 02:09:02 +09:00
ser1zw
55f57e7eed fix for OpenCV 2.4 (tested using OpenCV 2.4-beta2) 2012-04-22 22:27:58 +09:00
ser1zw
71b2743c76 add CvMat#adaptive_threshold 2012-02-15 02:11:41 +09:00
ser1zw
e5ec274a04 added CvFeatureTree 2011-12-19 03:45:50 +09:00
ser1zw
fe28fc87d5 replaced rb_str_new_cstr() with rb_str_new2() for 1.8.7 2011-11-19 00:14:34 +09:00
ser1zw
1d1244de0c added OpenCV version constants 2011-10-31 01:51:20 +09:00
ser1zw
32b2c0a41d fixed color conversion function for Mac OS X 2011-10-30 18:48:17 +09:00
ser1zw
e3cad86f0a added CvHistogram functions 2011-10-23 06:15:31 +09:00
ser1zw
41bf713cd3 added CvMat#svd 2011-09-18 18:22:21 +09:00
ser1zw
8d172aa35e added CvMat#log_polar 2011-08-22 01:21:51 +09:00
ser1zw
2b7dfab245 removed CvSet 2011-08-12 16:13:03 +09:00
ser1zw
2ed20191e3 added error handlings to some functions 2011-08-12 15:59:58 +09:00
ser1zw
2ac67221f9 removed Point3DSet 2011-08-12 01:31:11 +09:00
ser1zw
d72fbd7c2c changed some functions' name 2011-08-12 00:53:48 +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
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
Renamed from ext/opencv.cpp (Browse further)