1 unstable release
0.1.0 | Oct 8, 2021 |
---|
#2462 in Algorithms
Used in 2 crates
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.
lib.rs
:
Image deformation using moving least squares.