Method: OpenCV::CvERTrees#save
- Defined in:
- lib/ruby/ropencv/ropencv_types.rb
#save(filename, name = 0) ⇒ Object
wrapper for void CvERTrees::save(c_string filename, c_string name=0)
21028 21029 21030 |
# File 'lib/ruby/ropencv/ropencv_types.rb', line 21028 def save(filename, name = 0) Rbind::cver_trees_save( self, filename, name) end |