public class DioramaEffect extends Object implements SinglebandImageProcessor<Float,FImage>
SummedAreaTable to efficiently compute box-blurs.SinglebandImageProcessor.Processable<T,S extends Image<T,S>,I extends Image<?,I>>| Constructor and Description |
|---|
DioramaEffect(org.openimaj.math.geometry.line.Line2d axis)
Construct with the given tilt axis
|
| Modifier and Type | Method and Description |
|---|---|
org.openimaj.math.geometry.line.Line2d |
getAxis()
Get the current tilt axis
|
void |
processImage(FImage image) |
void |
setAxis(org.openimaj.math.geometry.line.Line2d axis)
Set the current tilt axis
|
public DioramaEffect(org.openimaj.math.geometry.line.Line2d axis)
axis - public org.openimaj.math.geometry.line.Line2d getAxis()
public void setAxis(org.openimaj.math.geometry.line.Line2d axis)
axis - the tilt axispublic void processImage(FImage image)
processImage in interface ImageProcessor<FImage>