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)