View source on GitHub |
Convert a RGB image to BGR.
tfio.experimental.color.rgb_to_bgr(
input, name=None
)
Used in the notebooks
Used in the tutorials |
---|
Args | |
---|---|
input
|
A 3-D ([H, W, 3] ) or 4-D ([N, H, W, 3] ) Tensor.
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A 3-D ([H, W, 3] ) or 4-D ([N, H, W, 3] ) Tensor.
|