|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectMriConvolutionKernels_
MRITools_matt
class MRITools_matt
This class offers tools for the ImageJ plugin MriConvolutionKernels_ .
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.
MriConvolutionKernels_,
KSpaceTrajectory,
FFTTools_matt| Field Summary |
|---|
| Fields inherited from class MriConvolutionKernels_ |
|---|
imp, KSPACE_TRAJECTORY, TRAJECTORIES |
| 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 | |
|---|---|
MRITools_matt(int w,
int h)
First constructor. |
|
MRITools_matt(int w,
int h,
java.lang.String type)
Second constructor. |
|
| Method Summary | |
|---|---|
void |
ComputeMriKernel(int refinement)
Computes the kernel associated with the trajectory. |
int |
getHeight()
|
int |
getWidth()
|
void |
MRIConvolution(double[] Image_real,
double[] Image_imag)
Performs the convolution of an image with the kernel. |
void |
PlotKernel()
Plots as an image the kernel stored in class fields. |
void |
showTraj()
Calls internal KSpaceTrajectory function that displays trajectory. |
| Methods inherited from class MriConvolutionKernels_ |
|---|
run, setNPasses, setup, showDialog |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
MRITools_matt(int w,
int h)
w - widthh - height
MRITools_matt(int w,
int h,
java.lang.String type)
w - widthh - heighttype - type of the K-space trajectory| Method Detail |
|---|
public int getWidth()
public int getHeight()
public void showTraj()
public void ComputeMriKernel(int refinement)
refinement - factor of refinement for the FT Cartesian gridFFTTools_mattpublic void PlotKernel()
public void MRIConvolution(double[] Image_real,
double[] Image_imag)
Image_real - real part of the imageImage_imag - imaginary part of the imageFFTTools_matt
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||