Trait opencv::optflow::GPCTrainingSamplesTraitConst[][src]

pub trait GPCTrainingSamplesTraitConst {
    fn as_raw_GPCTrainingSamples(&self) -> *const c_void;

    fn size(&self) -> Result<size_t> { ... }
fn typ(&self) -> Result<i32> { ... } }
Expand description

Class encapsulating training samples.

Required methods

Provided methods

Implementors