public class ITKBridgeJNI extends Object
| Constructor and Description |
|---|
ITKBridgeJNI() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
canReadFile(String id) |
static void |
close() |
static int |
getBytesPerPixel() |
static int |
getImageCount() |
static boolean |
getIsInterleaved() |
void |
quit() |
static double[] |
readImageInfo(String id) |
static void |
readPlane(int z,
int c,
int t,
byte[] buf,
int xStart,
int yStart,
int xCount,
int yCount) |
public static boolean canReadFile(String id)
public static double[] readImageInfo(String id)
public static void readPlane(int z,
int c,
int t,
byte[] buf,
int xStart,
int yStart,
int xCount,
int yCount)
public static void close()
public static boolean getIsInterleaved()
public static int getImageCount()
public static int getBytesPerPixel()
public void quit()
Copyright © 2014 Open Microscopy Environment