Shortcuts

SolarizeAdd

class mmpretrain.datasets.transforms.SolarizeAdd(magnitude=None, thr=128, prob=0.5, **kwargs)[源代码]

图像过曝(为低于某一阈值的所有色阶增加一个固定值)

参数:
  • magnitude (int | float | None) – The value to be added to pixels below the thr. If None, generate from magnitude_range, see BaseAugTransform. Defaults to None.

  • thr (int | float) – The threshold below which the pixels value will be adjusted.

  • prob (float) – The probability for solarizing therefore should be in range [0, 1]. Defaults to 0.5.

  • **kwargs – Other keyword arguments of BaseAugTransform.

transform(results)[源代码]

Apply transform to results.

Read the Docs v: latest
Versions
latest
stable
mmcls-1.x
mmcls-0.x
dev
Downloads
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.