mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
Merge pull request #11 from jvrdev/b7dff7e47556defeb1b708db8aff98f4a0a61281
Added CvMat#normalize
This commit is contained in:
commit
a4fffa7278
3 changed files with 37 additions and 0 deletions
|
@ -109,6 +109,7 @@ VALUE rb_le(VALUE self, VALUE val);
|
|||
VALUE rb_ne(VALUE self, VALUE val);
|
||||
VALUE rb_in_range(VALUE self, VALUE min, VALUE max);
|
||||
VALUE rb_abs_diff(VALUE self, VALUE val);
|
||||
VALUE rb_normalize(int argc, VALUE *argv, VALUE self);
|
||||
VALUE rb_add_weighted(VALUE klass, VALUE src1, VALUE alpha, VALUE src2, VALUE beta, VALUE gamma);
|
||||
/* Statistics */
|
||||
VALUE rb_count_non_zero(VALUE self);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue