Class SobelOp
java.lang.Object
org.episteme.core.media.vision.ops.SobelOp
- All Implemented Interfaces:
ImageOp<BufferedImage>
Sobel Edge Detection operation.
This handles the gradient calculation. If used with NativeMulticoreVisionProvider, it can be optimized.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess(BufferedImage input) Applies the operation to the input image.
-
Constructor Details
-
SobelOp
public SobelOp()
-
-
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.
-