Shortcuts

备注

您正在阅读 MMClassification 0.x 版本的文档。MMClassification 0.x 会在 2022 年末被切换为次要分支。建议您升级到 MMClassification 1.0 版本,体验更多新特性和新功能。请查阅 MMClassification 1.0 的安装教程迁移教程以及更新日志

mmcls.datasets.pipelines.Solarize

class mmcls.datasets.pipelines.Solarize(thr, prob=0.5)[源代码]

Solarize images (invert all pixel values above a threshold).

参数
  • thr (int | float) – The threshold above which the pixels value will be inverted.

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

Read the Docs v: latest
Versions
master
latest
1.x
dev-1.x
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.