protected final class Volume.IntImage extends Object implements Volume.InputImage
| Modifier and Type | Field and Description |
|---|---|
protected int[][] |
fData |
| Modifier | Constructor and Description |
|---|---|
protected |
IntImage(ij.ImagePlus imp) |
| Modifier and Type | Method and Description |
|---|---|
int |
get(int x,
int y,
int z) |
void |
get(int x,
int y,
int z,
int[] c) |
byte |
getAverage(int x,
int y,
int z) |
void |
set(int x,
int y,
int z,
int v) |
public byte getAverage(int x,
int y,
int z)
getAverage in interface Volume.InputImagepublic int get(int x,
int y,
int z)
get in interface Volume.InputImagepublic void get(int x,
int y,
int z,
int[] c)
get in interface Volume.InputImagepublic void set(int x,
int y,
int z,
int v)
set in interface Volume.InputImageCopyright © 2015–2021 Fiji. All rights reserved.