Method: OpenCV::Cv::Ml::Boost#get_max_depth
- Defined in:
- lib/ropencv/ropencv_types.rb
#get_max_depth ⇒ Fixnum Also known as: getMaxDepth
Note:
method wrapper for int cv::ml::Boost::getMaxDepth()
50614 50615 50616 50617 |
# File 'lib/ropencv/ropencv_types.rb', line 50614 def get_max_depth() __validate_pointer__ Rbind::cv_ml_boost_get_max_depth( self) end |