public class ImageMaker extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
EIGHTBIT |
static int |
SIXTEENBIT |
| Constructor and Description |
|---|
ImageMaker(NDViewer c,
NDViewerDataSource data) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
HashMap<String,int[]> |
getHistograms() |
mmcorej.org.json.JSONObject |
getLatestTags() |
static LUT |
makeLUT(Color color,
double gamma) |
Image |
makeOrGetImage(DataViewCoords viewCoords)
Do neccesary calcualtion to get image for display
|
void |
removeImageProcessor(String channelName) |
public static final int EIGHTBIT
public static final int SIXTEENBIT
public ImageMaker(NDViewer c, NDViewerDataSource data)
public void close()
public mmcorej.org.json.JSONObject getLatestTags()
public void removeImageProcessor(String channelName)
public Image makeOrGetImage(DataViewCoords viewCoords)
Copyright © 2023. All rights reserved.