Class SyntheticSequenceGenerator
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
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.
public class SyntheticSequenceGenerator : Algorithm, IDisposable
- Inheritance
-
SyntheticSequenceGenerator
- Implements
- Inherited Members
Constructors
- SyntheticSequenceGenerator(InputArray, InputArray, double, double, double, double)
Creates an instance of SyntheticSequenceGenerator.
Methods
- GetNextFrame(OutputArray, OutputArray)
Obtain the next frame in the sequence.