data augmentation methods

本文介绍了多种数据增强技术,包括水平/垂直切变、平移、旋转、自动对比度、反相、直方图均衡化、曝光调整、位深减少、对比度控制、色彩平衡、亮度调整、锐度调整以及Cutout等方法,这些技术用于提高图像模型的泛化能力。
摘要由CSDN通过智能技术生成

具体data augmentation操作

  • ShearX(Y)

    Shear the image along the horizontal (vertical) axis with rate magnitude.

  • TranslateX(Y)

    Translate the image in the horizontal (vertical) direction by magnitude number of pixels.

  • Rotate

    Rotate the image magnitude degrees.

  • AutoContrast

    Maximize the the image contrast, by making the darkest pixel black and lightest pixel white.

    函数计算输入图像的直方图,将暗部cutoff变成0,亮部变成255

  • Invert

    Invert the pixels of the image.

  • Equalize

    Equalize the image histogram.

    图像的直方图均衡

  • Solarize 曝光

    Invert all pixels above a threshold value of magnitude.(将高于threshold的值取反)

    对于图像中的每个像素,如果该值小于阈值,则选择该像素。 否则,从像素中减去255

  • Posterize

    Reduce the number of bits for each pixel to magnitude bits.

    保留Image各通道像素点数值的高bits位

  • Contrast

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值