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:
parent
efc7292cdf
commit
4fb3d87dd3
2 changed files with 16 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue