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

added cCvMat::new_mat_kind_object() to adapt CvMat methods to IplImage

This commit is contained in:
ser1zw 2011-05-28 19:04:41 +09:00
parent efc7292cdf
commit 4fb3d87dd3
2 changed files with 16 additions and 1 deletions

View file

@ -270,7 +270,7 @@ VALUE rb_save_image(VALUE self, VALUE filename);
VALUE new_object(int rows, int cols, int type);
VALUE new_object(CvSize size, int type);
VALUE new_mat_kind_object(CvSize size, VALUE ref_obj);
__NAMESPACE_END_CVMAT