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
backgroundInputArrayBackground image for object.
objectInputArrayObject image which will move slowly over the background.
amplitudedoubleAmplitude of wave distortion applied to background.
wavelengthdoubleLength of waves in distortion applied to background.
wavespeeddoubleHow fast waves will move.
objspeeddoubleHow fast object will fly over background.