mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
implemented CvMat#mat_mul, and added its tests
This commit is contained in:
parent
3218452aa7
commit
c98f5efbc9
3 changed files with 67 additions and 3 deletions
|
@ -93,6 +93,7 @@ VALUE rb_convert_scale_abs(VALUE self, VALUE hash);
|
|||
VALUE rb_add(int argc, VALUE *argv, VALUE self);
|
||||
VALUE rb_sub(int argc, VALUE *argv, VALUE self);
|
||||
VALUE rb_mul(int argc, VALUE *argv, VALUE self);
|
||||
VALUE rb_mat_mul(int argc, VALUE *argv, VALUE self);
|
||||
VALUE rb_div(int argc, VALUE *argv, VALUE self);
|
||||
VALUE rb_and(int argc, VALUE *argv, VALUE self);
|
||||
VALUE rb_or(int argc, VALUE *argv, VALUE self);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue