Crate moving_least_squares_image

Source
Expand description

Functions to compute warped images with an MLS algorithm. Two warping functions are provided:

  • a dense warp where the deformation is computed for each pixel,
  • a sparse warp where its only computed on a sparse grid, and the other pixels locations are interpolated.

Functionsยง

reverse_dense
Compute the warped image with an MLS algorithm. The last argument is the MLS version you choose.
reverse_sparse
Compute the warped image with an MLS algorithm. The last argument is the MLS version you choose.