Package ai.djl.modality.cv.transform
package ai.djl.modality.cv.transform
Contains
Transforms for working with Images.-
ClassesClassDescriptionA
Transformthat crops the center of an image.ATransformthat fit the size of an image.ATransformthat crops the image to a given location and size.ATransformthat randomly jitters image brightness with a factor chosen from [max(0, 1 - brightness), 1 + brightness].ATransformthat randomly jitters the brightness, contrast, saturation, and hue of an image.ATransformthat randomly flip the input image left to right with a probability of 0.5.ATransformthat randomly flip the input image top to bottom with a probability of 0.5.ATransformthat randomly jitters image hue with a factor chosen from [max(0, 1 - hue), 1 + hue].ATransformthat crop the input image with random scale and aspect ratio.ATransformthat resizes the image.