N-Point Deformation Tool
| Tool | GUI menu item | Main implementation file | Description |
|---|---|---|---|
| N-Point Deformation | N/A (playground) | gimpnpointdeformationtool.c | Rubber-like deformation of image using points |
| npd.c | GEGL operation (gegl:npd) |
||
| npd/ | libgegl-npd library |
Description
This tool is described in code as “Rubber-like deformation of image using points”.
References
- The algorithm is described in a 2014 paper called “Interactive As-Rigid-As-Possible Image Deformation and Registration”, by Marek Dvorožňák.
- Backup on our download server for safe-guarding.
Implementation
This algorithm was implemented by the paper’s author themselves, as a Google Summer of Code project in 2013.
Unfortunately, though the effect is very interesting, the tool is also much too slow and crash-happy, which is why it is still hidden in the Playground area.
We welcome contributions to make the tool fast and stable.
Last updated on