Trait opencv::core::ConjGradSolverTraitConst

source ·
pub trait ConjGradSolverTraitConst: MinProblemSolverTraitConst {
    // Required method
    fn as_raw_ConjGradSolver(&self) -> *const c_void;
}
Expand description

Constant methods for core::ConjGradSolver

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§