pub trait Objectness: ObjectnessConst + Saliency {
    fn as_raw_mut_Objectness(&mut self) -> *mut c_void;
}

Required Methods§

Implementors§