[−][src]Trait opencv::core::MinProblemSolver_Function
Represents function being optimized
Represents function being optimized
fn get_dims(&self) -> Result<i32>
fn get_gradient_eps(&self) -> Result<f64>
fn calc(&self, x: &f64) -> Result<f64>
fn get_gradient(&mut self, x: &f64, grad: &mut f64) -> Result<()>
impl MinProblemSolver_Function for PtrOfFunction
[src]