Warning: This project is deprecated. TensorFlow Addons has stopped development, The project will only be providing minimal maintenance releases until May 2024. See the full announcement here or on github.

tfa.image.shear_x

Perform shear operation on an image (x-axis).

image A 3D image Tensor.
level A float denoting shear element along y-axis
replace A one or three value 1D tensor to fill empty pixels.

Transformed image along X or Y axis, with space outside image filled with replace.