public class RunTpsMapping extends Object
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
logger |
Constructor and Description |
---|
RunTpsMapping() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
static float[][] |
readCsvPts(String fn) |
static double[][] |
readCsvPtsDouble(String fn) |
static double[][] |
transpose(double[][] in) |
static float[][] |
transpose(float[][] in) |
public static float[][] readCsvPts(String fn)
public static double[][] readCsvPtsDouble(String fn)
public static float[][] transpose(float[][] in)
public static double[][] transpose(double[][] in)
public static void main(String[] args)
Copyright © 2015–2021 Fiji. All rights reserved.