public class ImgProcessUtil extends Object
| Constructor and Description |
|---|
ImgProcessUtil() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
copyMat(ij.ImagePlus ip)
Converts given image object (ImagePlus) to a raw data (1D byte array).
|
static byte[] |
getlabelMat(ij.ImagePlus ip)
Gets the label matrix.
|
static byte[] |
getRaw(ij.ImagePlus ip)
Converts given image object (ImagePlus) to a raw data (1D byte array).
|
public static byte[] copyMat(ij.ImagePlus ip)
ip - the ImageJ image objectpublic static byte[] getRaw(ij.ImagePlus ip)
copyMat(ImagePlus) instead.ip - the ImageJ image objectpublic static byte[] getlabelMat(ij.ImagePlus ip)
ip - the ImageJ image objectCopyright © 2017–2019 Funahashi Lab.. All rights reserved.