mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
add Mat#blur
This commit is contained in:
parent
4ec9d3e235
commit
f0c42c52ea
5 changed files with 64 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ namespace rubyopencv {
|
|||
VALUE rb_laplacian(int argc, VALUE *argv, VALUE self);
|
||||
VALUE rb_cvt_color(int argc, VALUE *argv, VALUE self);
|
||||
VALUE rb_resize(int argc, VALUE *argv, VALUE self);
|
||||
VALUE rb_blur(int argc, VALUE *argv, VALUE self);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue