Package

com.intel.analytics.bigdl.transform.vision.image

augmentation

Permalink

package augmentation

Visibility
  1. Public
  2. All

Type Members

  1. class AspectScale extends FeatureTransformer

    Permalink

    Resize the image, keep the aspect ratio.

    Resize the image, keep the aspect ratio. scale according to the short edge

  2. class Brightness extends FeatureTransformer

    Permalink

    adjust the image brightness

  3. class CenterCrop extends Crop

    Permalink

    Crop a cropWidth x cropHeight patch from center of image.

    Crop a cropWidth x cropHeight patch from center of image. The patch size should be less than the image size.

  4. class ChannelNormalize extends FeatureTransformer

    Permalink

    image channel normalize

  5. class ChannelOrder extends FeatureTransformer

    Permalink

    random change the channel of an image

  6. class ChannelScaledNormalizer extends FeatureTransformer

    Permalink

    Channel normalization with scale factor

  7. class ColorJitter extends FeatureTransformer

    Permalink

    Random adjust brightness, contrast, hue, saturation

  8. class Contrast extends FeatureTransformer

    Permalink

    Adjust the image contrast

  9. abstract class Crop extends FeatureTransformer

    Permalink

    Abstract crop transformer, other crop transformer need to override generateRoi

  10. class DetectionCrop extends Crop

    Permalink

    Crop from object detections, each image should has a tensor detection, which is stored in ImageFeature

  11. class Expand extends FeatureTransformer

    Permalink

    expand image, fill the blank part with the meanR, meanG, meanB

  12. class Filler extends FeatureTransformer

    Permalink

    Fill part of image with certain pixel value

  13. class FixExpand extends FeatureTransformer

    Permalink

    expand image with given expandHeight and expandWidth, put the original image to the center of expanded image

  14. class FixedCrop extends Crop

    Permalink

    Crop a fixed area of image

  15. class HFlip extends FeatureTransformer

    Permalink

    Flip the image horizontally

  16. class Hue extends FeatureTransformer

    Permalink

    Adjust image hue

  17. class PixelNormalizer extends FeatureTransformer

    Permalink

    Pixel level normalizer, data(i) = data(i) - mean(i)

  18. class RandomAlterAspect extends FeatureTransformer

    Permalink

    Apply random crop based on area ratio and resize to cropLenth size

  19. class RandomAspectScale extends FeatureTransformer

    Permalink

    resize the image by randomly choosing a scale

  20. class RandomCrop extends Crop

    Permalink

    Random crop a cropWidth x cropHeight patch from an image.

    Random crop a cropWidth x cropHeight patch from an image. The patch size should be less than the image size.

  21. class RandomCropper extends FeatureTransformer

    Permalink

    Random cropper on uniform distribution with fixed height & width

  22. class RandomResize extends FeatureTransformer

    Permalink

    Random resize between minSize and maxSize and scale height and width to each other

  23. class RandomTransformer extends FeatureTransformer

    Permalink

    It is a wrapper for transformers to control the transform probability

  24. class Resize extends FeatureTransformer

    Permalink

    Resize image

  25. class Saturation extends FeatureTransformer

    Permalink

    Adjust image saturation

  26. class ScaleResize extends FeatureTransformer

    Permalink

Value Members

  1. object AspectScale extends Serializable

    Permalink
  2. object Brightness extends Serializable

    Permalink
  3. object CenterCrop extends Serializable

    Permalink
  4. object ChannelNormalize extends Serializable

    Permalink
  5. object ChannelOrder extends Serializable

    Permalink
  6. object ChannelScaledNormalizer extends Serializable

    Permalink
  7. object ColorJitter extends Serializable

    Permalink
  8. object Contrast extends Serializable

    Permalink
  9. object Crop extends Serializable

    Permalink
  10. object DetectionCrop extends Serializable

    Permalink
  11. object Expand extends Serializable

    Permalink
  12. object Filler extends Serializable

    Permalink
  13. object FixExpand extends Serializable

    Permalink
  14. object FixedCrop extends Serializable

    Permalink
  15. object HFlip extends Serializable

    Permalink
  16. object Hue extends Serializable

    Permalink
  17. object PixelNormalizer extends Serializable

    Permalink
  18. object RandomAlterAspect extends Serializable

    Permalink
  19. object RandomAspectScale extends Serializable

    Permalink
  20. object RandomCrop extends Serializable

    Permalink
  21. object RandomCropper extends Serializable

    Permalink
  22. object RandomResize extends Serializable

    Permalink
  23. object RandomTransformer extends Serializable

    Permalink
  24. object Resize extends Serializable

    Permalink
  25. object Saturation extends Serializable

    Permalink
  26. object ScaleResize extends Serializable

    Permalink

Ungrouped