protected final class Volume.ByteImage extends Object implements Volume.InputImage
Modifier and Type | Field and Description |
---|---|
protected byte[][] |
fData |
Modifier | Constructor and Description |
---|---|
protected |
ByteImage(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.InputImage
public int get(int x, int y, int z)
get
in interface Volume.InputImage
public void get(int x, int y, int z, int[] c)
get
in interface Volume.InputImage
public void set(int x, int y, int z, int v)
set
in interface Volume.InputImage
Copyright © 2015–2021 Fiji. All rights reserved.