|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.cs.cisst.vent.converter.processing.ConvertImageDataToPImage
public class ConvertImageDataToPImage
The Class ConvertImageDataToPImage.
| Constructor Summary | |
|---|---|
ConvertImageDataToPImage()
|
|
| Method Summary | |
|---|---|
PImage |
convert(ImageData source)
Convert. |
PImage |
convert(ImageData source,
int slice)
Convert. |
PImage |
convert(ImageData source,
int slice,
double contrast,
double brightness)
Convert. |
PImage |
convert(ImageData source,
int slice,
int component,
double contrast,
double brightness)
Convert. |
PImage |
convert(ImageData source,
int slice,
int component,
double contrast,
double brightness,
double min,
double max)
Convert. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConvertImageDataToPImage()
| Method Detail |
|---|
public PImage convert(ImageData source)
Converter
convert in interface Converter<ImageData,PImage>convert in interface ConvertImageData<PImage>source - the source
ConvertImageData.convert(edu.jhu.ece.iacl.jist.structures.image.ImageData)
public PImage convert(ImageData source,
int slice)
source - the sourceslice - the slice
public PImage convert(ImageData source,
int slice,
double contrast,
double brightness)
source - the sourceslice - the slicecontrast - the contrastbrightness - the brightness
public PImage convert(ImageData source,
int slice,
int component,
double contrast,
double brightness)
source - the sourceslice - the slicecomponent - the componentcontrast - the contrastbrightness - the brightness
public PImage convert(ImageData source,
int slice,
int component,
double contrast,
double brightness,
double min,
double max)
source - the sourceslice - the slicecomponent - the componentcontrast - the contrastbrightness - the brightness
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||