Method: OpenCV::CvERTrees#predict
- Defined in:
- lib/ruby/ropencv/ropencv_types.rb
#predict(sample, missing = Cv::Mat.new()) ⇒ Object
wrapper for float CvERTrees::predict(const cv::Mat sample, const cv::Mat missing=cv::Mat())
21005 21006 21007 |
# File 'lib/ruby/ropencv/ropencv_types.rb', line 21005 def predict(sample, missing = Cv::Mat.new()) Rbind::cver_trees_predict( self, sample, missing) end |