|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectMriConvolutionKernels_
public class MriConvolutionKernels_
This plugin implements the operation of kspace sampling (as in MRI),
followed by its adjoint. You can choose the kspace trajectory type
and you'll be returned the image and the convolution kernel.
You'll be free to use this software for research purposes, but you
should not redistribute it without our consent. In addition, we expect
you to include a citation or acknowledgement whenever you present or
publish results that are based on it.
MRITools_matt| Field Summary | |
|---|---|
(package private) ij.ImagePlus |
imp
|
protected static java.lang.String |
KSPACE_TRAJECTORY
Dialog label. |
protected static java.lang.String[] |
TRAJECTORIES
Dialog items for the k-space trajectory. |
| Fields inherited from interface ij.plugin.filter.ExtendedPlugInFilter |
|---|
KEEP_PREVIEW |
| Fields inherited from interface ij.plugin.filter.PlugInFilter |
|---|
CONVERT_TO_FLOAT, DOES_16, DOES_32, DOES_8C, DOES_8G, DOES_ALL, DOES_RGB, DOES_STACKS, DONE, FINAL_PROCESSING, NO_CHANGES, NO_IMAGE_REQUIRED, NO_UNDO, PARALLELIZE_STACKS, ROI_REQUIRED, SNAPSHOT, STACK_REQUIRED, SUPPORTS_MASKING |
| Constructor Summary | |
|---|---|
MriConvolutionKernels_()
|
|
| Method Summary | |
|---|---|
void |
run(ij.process.ImageProcessor ip)
This method is called by ImageJ to process the image. |
void |
setNPasses(int nPasses)
This method is called by ImageJ to inform this plugin of the number of passes. |
int |
setup(java.lang.String arg,
ij.ImagePlus imp)
This method is the first one to be called by ImageJ. |
int |
showDialog(ij.ImagePlus imp,
java.lang.String command,
ij.plugin.filter.PlugInFilterRunner pfr)
This method is called by ImageJ to let this plugin interact with the user. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final java.lang.String[] TRAJECTORIES
protected static final java.lang.String KSPACE_TRAJECTORY
TRAJECTORIES,
Constant Field Valuesij.ImagePlus imp
| Constructor Detail |
|---|
public MriConvolutionKernels_()
| Method Detail |
|---|
public int setup(java.lang.String arg,
ij.ImagePlus imp)
arg set to
"final".
setup in interface ij.plugin.filter.PlugInFilterarg - A String that contains arguments to this
plugin.imp - The ImagePlus image currently selected, or
null if there is none.public void setNPasses(int nPasses)
setNPasses in interface ij.plugin.filter.ExtendedPlugInFilternPasses - The number of passes.public void run(ij.process.ImageProcessor ip)
run in interface ij.plugin.filter.PlugInFilterip - The ImageProcessor to process. It is expected
to extend FloatProcessor, but this convention is not
tested at run-time.
public int showDialog(ij.ImagePlus imp,
java.lang.String command,
ij.plugin.filter.PlugInFilterRunner pfr)
showDialog in interface ij.plugin.filter.ExtendedPlugInFilterimp - The ImagePlus image currently selected, or
null if there is none, but an absence of image is not
tested at run-time.command - A String that contains arguments to this
plugin.pfr - The parent PlugInFilterRunner that called
this method.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||