package augmentation
- Alphabetic
- Public
- All
Type Members
-
class
AspectScale extends FeatureTransformer
Resize the image, keep the aspect ratio.
Resize the image, keep the aspect ratio. scale according to the short edge
-
class
Brightness extends FeatureTransformer
adjust the image brightness
-
class
CenterCrop extends Crop
Crop a
cropWidthxcropHeightpatch from center of image.Crop a
cropWidthxcropHeightpatch from center of image. The patch size should be less than the image size. -
class
ChannelNormalize extends FeatureTransformer
image channel normalize
-
class
ChannelOrder extends FeatureTransformer
random change the channel of an image
-
class
ChannelScaledNormalizer extends FeatureTransformer
Channel normalization with scale factor
-
class
ColorJitter extends FeatureTransformer
Random adjust brightness, contrast, hue, saturation
-
class
Contrast extends FeatureTransformer
Adjust the image contrast
-
abstract
class
Crop extends FeatureTransformer
Abstract crop transformer, other crop transformer need to override generateRoi
-
class
DetectionCrop extends Crop
Crop from object detections, each image should has a tensor detection, which is stored in ImageFeature
-
class
Expand extends FeatureTransformer
expand image, fill the blank part with the meanR, meanG, meanB
-
class
Filler extends FeatureTransformer
Fill part of image with certain pixel value
-
class
FixExpand extends FeatureTransformer
expand image with given expandHeight and expandWidth, put the original image to the center of expanded image
-
class
FixedCrop extends Crop
Crop a fixed area of image
-
class
HFlip extends FeatureTransformer
Flip the image horizontally
-
class
Hue extends FeatureTransformer
Adjust image hue
-
class
PixelNormalizer extends FeatureTransformer
Pixel level normalizer, data(i) = data(i) - mean(i)
-
class
RandomAlterAspect extends FeatureTransformer
Apply random crop based on area ratio and resize to cropLenth size
-
class
RandomAspectScale extends FeatureTransformer
resize the image by randomly choosing a scale
-
class
RandomCrop extends Crop
Random crop a
cropWidthxcropHeightpatch from an image.Random crop a
cropWidthxcropHeightpatch from an image. The patch size should be less than the image size. -
class
RandomCropper extends FeatureTransformer
Random cropper on uniform distribution with fixed height & width
-
class
RandomResize extends FeatureTransformer
Random resize between minSize and maxSize and scale height and width to each other
-
class
RandomTransformer extends FeatureTransformer
It is a wrapper for transformers to control the transform probability
-
class
Resize extends FeatureTransformer
Resize image
-
class
Saturation extends FeatureTransformer
Adjust image saturation
- class ScaleResize extends FeatureTransformer
Value Members
- object AspectScale extends Serializable
- object Brightness extends Serializable
- object CenterCrop extends Serializable
- object ChannelNormalize extends Serializable
- object ChannelOrder extends Serializable
- object ChannelScaledNormalizer extends Serializable
- object ColorJitter extends Serializable
- object Contrast extends Serializable
- object Crop extends Serializable
- object DetectionCrop extends Serializable
- object Expand extends Serializable
- object Filler extends Serializable
- object FixExpand extends Serializable
- object FixedCrop extends Serializable
- object HFlip extends Serializable
- object Hue extends Serializable
- object PixelNormalizer extends Serializable
- object RandomAlterAspect extends Serializable
- object RandomAspectScale extends Serializable
- object RandomCrop extends Serializable
- object RandomCropper extends Serializable
- object RandomResize extends Serializable
- object RandomTransformer extends Serializable
- object Resize extends Serializable
- object Saturation extends Serializable
- object ScaleResize extends Serializable