SyntheticSequenceGenerator
Objective-C
@interface SyntheticSequenceGenerator : Algorithm
Swift
class SyntheticSequenceGenerator : Algorithm
Synthetic frame sequence generator for testing background subtraction algorithms.
It will generate the moving object on top of the background. It will apply some distortion to the background to make the test more complex.
Member of Bgsegm
-
Creates an instance of SyntheticSequenceGenerator.
Declaration
Parameters
backgroundBackground image for object.
objectObject image which will move slowly over the background.
amplitudeAmplitude of wave distortion applied to background.
wavelengthLength of waves in distortion applied to background.
wavespeedHow fast waves will move.
objspeedHow fast object will fly over background.
View on GitHub
SyntheticSequenceGenerator Class Reference