mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
removed some unused codes, and uniformed code format
This commit is contained in:
parent
42c6f5cc37
commit
14659f0f90
39 changed files with 119 additions and 172 deletions
|
@ -190,7 +190,7 @@ rb_update_by_time(VALUE self)
|
|||
|
||||
/*
|
||||
* call-seq:
|
||||
* each_sample{|mat| ... }
|
||||
* each_sample {|mat| ... }
|
||||
*
|
||||
* Evaluate each sample by given block.
|
||||
*/
|
||||
|
@ -208,7 +208,7 @@ rb_each_sample(VALUE self)
|
|||
|
||||
/*
|
||||
* call-seq:
|
||||
* calculate_confidence{|value| ... }
|
||||
* calculate_confidence {|value| ... }
|
||||
*
|
||||
* Evalute each sample by given block, then return value set to confidence.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue