create_learning_based_wb

Function create_learning_based_wb 

Source
pub fn create_learning_based_wb(
    path_to_model: &str,
) -> Result<Ptr<LearningBasedWB>>
Expand description

Creates an instance of LearningBasedWB

§Parameters

  • path_to_model: Path to a .yml file with the model. If not specified, the default model is used

§C++ default parameters

  • path_to_model: String()