1 unstable release

0.1.0 Oct 8, 2021

#2352 in Algorithms

34 downloads per month
Used in 2 crates

MPL-2.0 license

15KB
329 lines

Image Deformation Using Moving Least Squares

Rust implementation of the paper "Image Deformation Using Moving Least Squares", Schaefer 2006. See also the moving-least-squares-image crate for usage with actual images.

mls demo output


lib.rs:

Image deformation using moving least squares.

No runtime deps