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

augmentation

package augmentation

Visibility
  1. Public
  2. All

Type Members

  1. class AspectScale extends FeatureTransformer

    Resize the image, keep the aspect ratio.

  2. class Brightness extends FeatureTransformer

    adjust the image brightness

  3. class CenterCrop extends Crop

    Crop a cropWidth x cropHeight patch from center of image.

  4. class ChannelNormalize extends FeatureTransformer

    image channel normalize

  5. class ChannelOrder extends FeatureTransformer

    random change the channel of an image

  6. class ColorJitter extends FeatureTransformer

    Random adjust brightness, contrast, hue, saturation

  7. class Contrast extends FeatureTransformer

    Adjust the image contrast

  8. abstract class Crop extends FeatureTransformer

    Abstract crop transformer, other crop transformer need to override generateRoi

  9. class DetectionCrop extends Crop

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

  10. class Expand extends FeatureTransformer

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

  11. class Filler extends FeatureTransformer

    Fill part of image with certain pixel value

  12. class FixedCrop extends Crop

    Crop a fixed area of image

  13. class HFlip extends FeatureTransformer

    Flip the image horizontally

  14. class Hue extends FeatureTransformer

    Adjust image hue

  15. class PixelNormalizer extends FeatureTransformer

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

  16. class RandomAspectScale extends FeatureTransformer

    resize the image by randomly choosing a scale

  17. class RandomCrop extends Crop

    Random crop a cropWidth x cropHeight patch from an image.

  18. class RandomTransformer extends FeatureTransformer

    It is a wrapper for transformers to control the transform probability

  19. class Resize extends FeatureTransformer

    Resize image

  20. class Saturation extends FeatureTransformer

    Adjust image saturation

Value Members

  1. object AspectScale extends Serializable

  2. object Brightness extends Serializable

  3. object CenterCrop extends Serializable

  4. object ChannelNormalize extends Serializable

  5. object ChannelOrder extends Serializable

  6. object ColorJitter extends Serializable

  7. object Contrast extends Serializable

  8. object Crop extends Serializable

  9. object DetectionCrop extends Serializable

  10. object Expand extends Serializable

  11. object Filler extends Serializable

  12. object FixedCrop extends Serializable

  13. object HFlip extends Serializable

  14. object Hue extends Serializable

  15. object PixelNormalizer extends Serializable

  16. object RandomAspectScale extends Serializable

  17. object RandomCrop extends Serializable

  18. object RandomTransformer extends Serializable

  19. object Resize extends Serializable

  20. object Saturation extends Serializable

Ungrouped