Crate moving_least_squares_image[][src]

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

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

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