pub trait ObjectnessBINGTraitConst: ObjectnessConst {
    fn as_raw_ObjectnessBING(&self) -> *const c_void;

    fn write(&self) -> Result<()> { ... }
fn get_base(&self) -> Result<f64> { ... }
fn get_nss(&self) -> Result<i32> { ... }
fn get_w(&self) -> Result<i32> { ... } }
Expand description

the Binarized normed gradients algorithm from BING

Required methods

Provided methods

Implementors