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:
parent
e5e872861f
commit
9dc514277e
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue