Class GrayscaleOp
java.lang.Object
org.episteme.core.media.vision.ops.GrayscaleOp
- All Implemented Interfaces:
ImageOp<BufferedImage>
Image operation to convert a BufferedImage to grayscale.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess(BufferedImage input) Applies the operation to the input image.
-
Constructor Details
-
GrayscaleOp
public GrayscaleOp()
-
-
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.
-