This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
mindspore.dataset.vision.Invert
===============================
.. py:class:: mindspore.dataset.vision.Invert()
在 RGB 模式下对输入图像应用像素反转,计算方式为(255 - pixel)。
**异常:**
- **RuntimeError** - 如果输入图像的shape不是 <H, W, C>。