Table of Contents

Constructor SyntheticSequenceGenerator

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

SyntheticSequenceGenerator(InputArray, InputArray, double, double, double, double)

Creates an instance of SyntheticSequenceGenerator.

public SyntheticSequenceGenerator(InputArray background, InputArray @object, double amplitude, double wavelength, double wavespeed, double objspeed)

Parameters

background InputArray

Background image for object.

object InputArray

Object image which will move slowly over the background.

amplitude double

Amplitude of wave distortion applied to background.

wavelength double

Length of waves in distortion applied to background.

wavespeed double

How fast waves will move.

objspeed double

How fast object will fly over background.