2.6K Star 8.6K Fork 4.8K

GVPMindSpore/mindspore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mindspore.dataset.vision.AdjustContrast.rst 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
俞涵 提交于 2023-10-24 18:41 . del 910b docs

mindspore.dataset.vision.AdjustContrast

.. py:class:: mindspore.dataset.vision.AdjustContrast(contrast_factor)

    调整输入图像的对比度。

    参数:
        - **contrast_factor** (float) - 对比度调节因子,需为非负数。输入 ``0`` 值将得到灰度图像, ``1`` 值将得到原始图像,
          ``2`` 值将调整图像对比度为原来的2倍。

    异常:
        - **TypeError** - 如果 `contrast_factor` 不是float类型。
        - **ValueError** - 如果 `contrast_factor` 小于0。
        - **RuntimeError** - 如果输入图像的形状不是<H, W, C>。

    教程样例:
        - `视觉变换样例库
          <https://www.mindspore.cn/docs/zh-CN/r2.2/api_python/samples/dataset/vision_gallery.html>`_

    .. py:method:: device(device_target="CPU")

        指定该变换执行的设备。

        参数:
            - **device_target** (str, 可选) - 算子将在指定的设备上运行。当前支持 ``CPU`` 。默认值: ``CPU`` 。

        异常:
            - **TypeError** - 当 `device_target` 的类型不为str。
            - **ValueError** - 当 `device_target` 的取值不为 ``CPU`` / ``Ascend`` 。
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mindspore/mindspore.git
git@gitee.com:mindspore/mindspore.git
mindspore
mindspore
mindspore
r2.2

搜索帮助