[][src]Function opencv::xphoto::create_learning_based_wb

pub fn create_learning_based_wb(
    path_to_model: &str
) -> Result<PtrOfLearningBasedWB>

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()