Struct opencv::optflow::GPCTrainingSamples [−][src]
pub struct GPCTrainingSamples { /* fields omitted */ }
Expand description
Class encapsulating training samples.
Implementations
This function can be used to extract samples from a pair of images and a ground truth flow. Sizes of all the provided vectors must be equal.
pub fn create_1(
images_from: &dyn ToInputArray,
images_to: &dyn ToInputArray,
gt: &dyn ToInputArray,
descriptor_type: i32
) -> Result<Ptr<GPCTrainingSamples>>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GPCTrainingSamples
impl !Sync for GPCTrainingSamples
impl Unpin for GPCTrainingSamples
impl UnwindSafe for GPCTrainingSamples