Skip to main content

elastic_transform

Function elastic_transform 

Source
pub fn elastic_transform(
    image: &Tensor,
    alpha: f32,
    sigma: f32,
    seed: u64,
) -> Result<Tensor, ImgProcError>
Expand description

Elastic deformation augmentation. Elastic distortion transform.

Generates random displacement fields and applies Gaussian smoothing, then remaps pixels with bilinear interpolation.