Package org.opencv.bgsegm
Class SyntheticSequenceGenerator
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.bgsegm.SyntheticSequenceGenerator
-
public class SyntheticSequenceGenerator extends Algorithm
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SyntheticSequenceGenerator(long addr)
SyntheticSequenceGenerator(Mat background, Mat object, double amplitude, double wavelength, double wavespeed, double objspeed)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SyntheticSequenceGenerator
__fromPtr__(long addr)
protected void
finalize()
void
getNextFrame(Mat frame, Mat gtMask)
-
Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
-
-
-
Method Detail
-
__fromPtr__
public static SyntheticSequenceGenerator __fromPtr__(long addr)
-
-