Package de.edux.augmentation.core
Klasse AbstractAugmentation
java.lang.Object
de.edux.augmentation.core.AbstractAugmentation
- Bekannte direkte Unterklassen:
BlurAugmentation
,BrightnessAugmentation
,ColorEqualizationAugmentation
,ContrastAugmentation
,CroppingAugmentation
,ElasticTransformationAugmentation
,FlippingAugmentation
,MonochromeAugmentation
,NoiseInjectionAugmentation
,PerspectiveTransformationsAugmentation
,RandomDeleteAugmentation
,ResizeAugmentation
Abstract class for augmentation operations. All specific augmentation classes should extend this.
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungabstract BufferedImage
apply
(BufferedImage image) Applies the augmentation to an image.static BufferedImage
-
Konstruktordetails
-
AbstractAugmentation
public AbstractAugmentation()
-
-
Methodendetails
-
readImage
- Löst aus:
IOException
-
apply
Applies the augmentation to an image.- Parameter:
image
- The image to augment.- Gibt zurück:
- The augmented image.
-