Package de.edux.augmentation.effects
Klasse ColorEqualizationAugmentation
java.lang.Object
de.edux.augmentation.core.AbstractAugmentation
de.edux.augmentation.effects.ColorEqualizationAugmentation
This class implements an augmentation that applies color equalization to an image. It enhances
the contrast of the image by equalizing the histogram of each color channel.
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungapply
(BufferedImage image) Applies color equalization to the provided image.Von Klasse geerbte Methoden de.edux.augmentation.core.AbstractAugmentation
readImage
-
Konstruktordetails
-
ColorEqualizationAugmentation
public ColorEqualizationAugmentation()
-
-
Methodendetails
-
apply
Applies color equalization to the provided image.- Angegeben von:
apply
in KlasseAbstractAugmentation
- Parameter:
image
- The BufferedImage to be augmented.- Gibt zurück:
- The augmented BufferedImage with equalized color channels.
-