mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
added type check to some CvMat methods (7)
This commit is contained in:
parent
366e9e2bc0
commit
c003ee81f0
3 changed files with 163 additions and 28 deletions
|
@ -222,7 +222,7 @@ VALUE rb_flood_fill(int argc, VALUE *argv, VALUE self);
|
|||
VALUE rb_flood_fill_bang(int argc, VALUE *argv, VALUE self);
|
||||
VALUE rb_find_contours(int argc, VALUE *argv, VALUE self);
|
||||
VALUE rb_find_contours_bang(int argc, VALUE *argv, VALUE self);
|
||||
VALUE rb_pyr_segmentation(int argc, VALUE *argv, VALUE self);
|
||||
VALUE rb_pyr_segmentation(VALUE self, VALUE level, VALUE threshold1, VALUE threshold2);
|
||||
VALUE rb_pyr_mean_shift_filtering(int argc, VALUE *argv, VALUE self);
|
||||
VALUE rb_watershed(VALUE self, VALUE markers);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue