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.