1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00

Added original author credit for IplImaged#rb_smoothness

This commit is contained in:
Patrick Ting 2011-04-20 11:06:01 -07:00
parent e5e872861f
commit 9dc514277e

View file

@ -223,6 +223,8 @@ rb_reset_coi(VALUE self)
* IplImage.smoothness(<i>lowFreqRatio, blankDensity, messyDensity, highFreqRatio</i>) -> [ symbol, float, float ]
*
* Determines if the image's smoothness is either, :smooth, :messy, or :blank.
*
* Original Author: yuhanz@gmail.com
*/
VALUE
rb_smoothness(int argc, VALUE *argv, VALUE self)