mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
add Mat#adaptive_threshold!
This commit is contained in:
parent
85e744c07d
commit
aeda43902a
4 changed files with 71 additions and 7 deletions
|
@ -26,6 +26,8 @@ namespace rubyopencv {
|
|||
VALUE rb_threshold_bang(VALUE self, VALUE threshold, VALUE max_value, VALUE threshold_type);
|
||||
VALUE rb_adaptive_threshold(VALUE self, VALUE max_value, VALUE adaptive_method,
|
||||
VALUE threshold_type, VALUE block_size, VALUE delta);
|
||||
VALUE rb_adaptive_threshold_bang(VALUE self, VALUE max_value, VALUE adaptive_method,
|
||||
VALUE threshold_type, VALUE block_size, VALUE delta);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue