public class WatermarkSimulation extends Simulation
Modifier and Type | Field and Description |
---|---|
protected static float |
maxAlpha |
protected static float |
minAlpha |
protected String[] |
watermarks |
Constructor and Description |
---|
WatermarkSimulation(int seed) |
Modifier and Type | Method and Description |
---|---|
MBFImage |
applySimulation(MBFImage input) |
randomFloatInRange, randomIntInRange
protected static final float minAlpha
protected static final float maxAlpha
protected final String[] watermarks
public WatermarkSimulation(int seed)
public MBFImage applySimulation(MBFImage input)
applySimulation
in class Simulation