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(Line2d axis)
Construct with the given tilt axis
|
| Modifier and Type | Method and Description |
|---|---|
Line2d |
getAxis()
Get the current tilt axis
|
void |
processImage(FImage image)
Process an image.
|
void |
setAxis(Line2d axis)
Set the current tilt axis
|
public DioramaEffect(Line2d axis)
axis - public void processImage(FImage image)
ImageProcessorImage.internalAssign(Image).processImage in interface ImageProcessor<FImage>image - The image to process in place.