1
0
Fork 0
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:
ser1zw 2012-07-19 11:30:03 -07:00
commit a4fffa7278
3 changed files with 37 additions and 0 deletions

View file

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