1
0
Fork 0
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:
ser1zw 2016-04-10 01:33:09 +09:00
parent 4ec9d3e235
commit f0c42c52ea
5 changed files with 64 additions and 1 deletions

View file

@ -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);
}
}