public class SplineDeformationGenerator_ extends Object implements ij.plugin.PlugIn
This is the one called by ImageJ
SplineDeformationGenerator_ allows 5 types of image deformations: elastic, fisheye, perspective, barrel/pincushion and 2D gels (smile effect).
This work is an extension by Ignacio Arganda-Carreras of the previous SplineDeformationGenerator project by Carlos Oscar Sanchez Sorzano.
Modifier and Type | Field and Description |
---|---|
static byte |
MODE_2D_GEL |
static byte |
MODE_BARREL |
static byte |
MODE_ELASTIC |
static byte |
MODE_FISHEYE |
static byte |
MODE_PERSPECTIVE |
Constructor and Description |
---|
SplineDeformationGenerator_() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Main method for SlineDeformationGenerator.
|
void |
run(String commandLine)
Method to lunch the plugin.
|
public static final byte MODE_ELASTIC
public static final byte MODE_FISHEYE
public static final byte MODE_PERSPECTIVE
public static final byte MODE_BARREL
public static final byte MODE_2D_GEL
public void run(String commandLine)
run
in interface ij.plugin.PlugIn
commandLine
- command to determine the actionpublic static void main(String[] args)
args
- arguments to decide the actionCopyright © 2015–2021 Fiji. All rights reserved.