Class FlipOp
java.lang.Object
org.episteme.core.media.vision.ops.FlipOp
- All Implemented Interfaces:
ImageOp<BufferedImage>
Image operation to flip a BufferedImage horizontally or vertically.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess(BufferedImage input) Applies the operation to the input image.
-
Constructor Details
-
FlipOp
-
-
Method Details
-
process
Description copied from interface:ImageOpApplies the operation to the input image.- Specified by:
processin interfaceImageOp<BufferedImage>- Parameters:
input- the input image.- Returns:
- the processed image.
-