Trait opencv::core::MinProblemSolver_FunctionConst
source · pub trait MinProblemSolver_FunctionConst {
// Required method
fn as_raw_MinProblemSolver_Function(&self) -> *const c_void;
// Provided methods
fn get_dims(&self) -> Result<i32> { ... }
fn get_gradient_eps(&self) -> Result<f64> { ... }
fn calc(&self, x: &f64) -> Result<f64> { ... }
}
Expand description
Constant methods for core::MinProblemSolver_Function