Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
Added original author credit for IplImaged#rb_smoothness
Browse files Browse the repository at this point in the history
  • Loading branch information
pcting committed Apr 20, 2011
1 parent e5e8728 commit 9dc5142
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/opencv/iplimage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
*/
VALUE
rb_smoothness(int argc, VALUE *argv, VALUE self)
Expand Down

0 comments on commit 9dc5142

Please sign in to comment.