public class Transform_MovingLeastSquaresMesh extends InteractiveMapping
@article{SchaeferAl06,
author = {Scott Schaefer and Travis McPhail and Joe Warren},
title = {Image deformation using moving least squares},
journal = {ACM Transactions on Graphics},
volume = {25},
number = {3},
month = {July},
year = {2006},
issn = {0730-0301},
pages = {533--540},
publisher = {ACM},
address = {New York, NY, USA},
}
| Modifier and Type | Field and Description |
|---|---|
static String |
man |
protected MovingLeastSquaresMesh<? extends AbstractModel<?>> |
mesh |
static String |
NL |
handles, hooks, imp, interpolate, m, mapping, p, painter, pleaseRepaint, q, showIllustration, showPreview, source, target, targetIndex| Constructor and Description |
|---|
Transform_MovingLeastSquaresMesh() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addHandle(int x,
int y) |
protected void |
createMapping() |
void |
init() |
protected void |
updateHandles(int x,
int y) |
protected void |
updateIllustration() |
protected void |
updateMapping() |
imageClosed, imageOpened, imageUpdated, keyPressed, keyReleased, keyTyped, modifiers, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, run, updateRoipublic static final String NL
public static final String man
protected MovingLeastSquaresMesh<? extends AbstractModel<?>> mesh
protected final void createMapping()
createMapping in class InteractiveMappingprotected final void updateMapping()
throws NotEnoughDataPointsException,
IllDefinedDataPointsException
updateMapping in class InteractiveMappingNotEnoughDataPointsExceptionIllDefinedDataPointsExceptionprotected final void addHandle(int x,
int y)
addHandle in class InteractiveMappingprotected final void updateHandles(int x,
int y)
updateHandles in class InteractiveMappingpublic final void init()
init in class InteractiveMappingprotected final void updateIllustration()
updateIllustration in class InteractiveMappingCopyright © 2015–2021 Fiji. All rights reserved.