|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MTBImageManipulator | |
---|---|
de.unihalle.informatik.MiToBo.core.datatypes.images | Contains MiToBo image data types. |
Uses of MTBImageManipulator in de.unihalle.informatik.MiToBo.core.datatypes.images |
---|
Classes in de.unihalle.informatik.MiToBo.core.datatypes.images that implement MTBImageManipulator | |
---|---|
class |
MTBImage
Abstract wrapper class for easy access to hyperstacks. |
class |
MTBImageByte
Wrapper class for easy access to Byte (hyper)stacks. |
class |
MTBImageDouble
Class for easy access to Double (hyper)stacks. |
class |
MTBImageFloat
Wrapper class for easy access to Float (hyper)stacks. |
class |
MTBImageInt
Class for easy access to Int (hyper)stacks. |
class |
MTBImageRGB
Class for easy access to RGB (hyper)stacks. |
class |
MTBImageShort
Wrapper class for easy access to Short (hyper)stacks. |
class |
MTBImageWindow
Class for windowing a MTBImage. |
Fields in de.unihalle.informatik.MiToBo.core.datatypes.images declared as MTBImageManipulator | |
---|---|
protected MTBImageManipulator |
MTBImageWindow.m_impulator
source image on which the window is applied |
Methods in de.unihalle.informatik.MiToBo.core.datatypes.images with parameters of type MTBImageManipulator | |
---|---|
void |
MTBImage.setCurrentSlice(MTBImageManipulator src)
Copy the values of the source to the current slice |
void |
MTBImage.setImagePart(MTBImageManipulator src,
int x,
int y,
int z,
int t,
int c)
Set a part of this image to the values of the source |
void |
MTBImage.setSlice(MTBImageManipulator src,
int z,
int t,
int c)
Copy the value of source to the specified slice |
void |
MTBImageWindow.setSource(MTBImageManipulator sourceImage)
Set a new source for the window. |
Constructors in de.unihalle.informatik.MiToBo.core.datatypes.images with parameters of type MTBImageManipulator | |
---|---|
MTBImageWindow(int sizeX,
int sizeY,
int sizeZ,
int sizeT,
int sizeC,
MTBImageManipulator sourceImage,
MTBImageWindow.BoundaryPadding paddingMode)
Create a new window on a given source MTBImageManipulator (i.e. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |