- java.lang.Object
-
- org.praxislive.video.render.ops.DifferenceOp
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDifferenceOp.Mode
-
Constructor Summary
Constructors Constructor Description DifferenceOp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DifferenceOp.ModegetMode()doublegetThreshold()voidprocess(PixelData output, PixelData... inputs)voidsetMode(DifferenceOp.Mode mode)voidsetThreshold(double threshold)
-
-
-
Method Detail
-
setThreshold
public void setThreshold(double threshold)
-
getThreshold
public double getThreshold()
-
setMode
public void setMode(DifferenceOp.Mode mode)
-
getMode
public DifferenceOp.Mode getMode()
-
-