public class TransformIO extends Object
Modifier and Type | Field and Description |
---|---|
static int |
matCols |
static int |
matRows |
static int |
matSize |
boolean |
normaliseScaleFactors |
Constructor and Description |
---|
TransformIO() |
Modifier and Type | Method and Description |
---|---|
float[] |
openAffineTransform() |
float[] |
openAffineTransform(String path) |
boolean |
saveAffineTransform(float[] mat) |
boolean |
saveAffineTransform(String path,
float[] mat) |
String |
toString(float[] mat) |
public boolean normaliseScaleFactors
public static final int matRows
public static final int matCols
public static final int matSize
public float[] openAffineTransform(String path)
public float[] openAffineTransform()
public boolean saveAffineTransform(String path, float[] mat)
public String toString(float[] mat)
public boolean saveAffineTransform(float[] mat)
Copyright © 2015–2021 Fiji. All rights reserved.