- java.lang.Object
-
- org.praxislive.video.render.ops.DifferenceOp
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DifferenceOp.Mode
-
Constructor Summary
Constructors Constructor Description DifferenceOp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DifferenceOp.Mode
getMode()
double
getThreshold()
void
process(PixelData output, PixelData... inputs)
void
setMode(DifferenceOp.Mode mode)
void
setThreshold(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()
-
-