From 9dc514277e40f5901d3910baaa4984d4b721228c Mon Sep 17 00:00:00 2001 From: Patrick Ting Date: Wed, 20 Apr 2011 11:06:01 -0700 Subject: [PATCH] Added original author credit for IplImaged#rb_smoothness --- ext/opencv/iplimage.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/opencv/iplimage.cpp b/ext/opencv/iplimage.cpp index b64c35e2..08bd8d67 100644 --- a/ext/opencv/iplimage.cpp +++ b/ext/opencv/iplimage.cpp @@ -223,6 +223,8 @@ rb_reset_coi(VALUE self) * IplImage.smoothness(lowFreqRatio, blankDensity, messyDensity, highFreqRatio) -> [ 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)