public class VentanaScannerInterpreter extends Object
Constructor and Description |
---|
VentanaScannerInterpreter(String imageFullPath,
String thumbFullPath,
String xmlFullPath) |
Modifier and Type | Method and Description |
---|---|
ij.ImagePlus |
getFullSlideImage() |
ij.ImagePlus |
getLowResScanImage() |
double[] |
getPPMofLowResImage() |
ArrayList<ArrayList<Float>> |
getROIsList() |
double[] |
getUserSelectedZero() |
double[] |
getZoomRatioXY() |
ArrayList<ArrayList<Float>> |
interpretROISfromXML() |
static ArrayList<ArrayList<Float>> |
interpretROISfromXML(String xmlPath) |
static String |
removeNullFromString(String line) |
static ArrayList<ArrayList<Float>> |
rotateClockwise90(ArrayList<ArrayList<Float>> vertices) |
ArrayList<ArrayList<Float>> |
scaleROIStoLowresImage() |
static ArrayList<ArrayList<Float>> |
scaleROIStoLowresImage(ArrayList<ArrayList<Float>> rois,
double[] zoomRatioXY) |
public ij.ImagePlus getFullSlideImage()
public ij.ImagePlus getLowResScanImage()
public static ArrayList<ArrayList<Float>> scaleROIStoLowresImage(ArrayList<ArrayList<Float>> rois, double[] zoomRatioXY)
public double[] getUserSelectedZero()
public double[] getPPMofLowResImage()
public double[] getZoomRatioXY()
Copyright © 2015–2022 SciJava. All rights reserved.