2.5K Star 8.4K Fork 4.7K

GVPMindSpore/mindspore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mindspore.dataset.vision.Inter.rst 756 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaotianci 提交于 2023-09-14 20:46 . fix api docs

mindspore.dataset.vision.Inter

.. py:class:: mindspore.dataset.vision.Inter

    图像插值方法枚举类。

    可选值如下:

    - **Inter.NEAREST** - 最近邻插值。
    - **Inter.ANTIALIAS** - 抗锯齿插值。仅当输入为 `PIL.Image.Image` 时支持。
    - **Inter.LINEAR** - 线性插值,实现同 ``Inter.BILINEAR`` 。
    - **Inter.BILINEAR** - 双线性插值。
    - **Inter.CUBIC** - 三次插值,实现同 ``Inter.BICUBIC`` 。
    - **Inter.BICUBIC** - 双三次插值。
    - **Inter.AREA** - 像素区域插值。仅当输入为 `numpy.ndarray` 时支持。
    - **Inter.PILCUBIC** - 类Pillow实现的双三次插值。仅当输入为 `numpy.ndarray` 时支持。
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mindspore/mindspore.git
git@gitee.com:mindspore/mindspore.git
mindspore
mindspore
mindspore
r2.3.q1

搜索帮助