Package biopb.tensor
Class TensorFlightClient.PhysicalScale
java.lang.Object
biopb.tensor.TensorFlightClient.PhysicalScale
- Enclosing class:
- TensorFlightClient
Per-dimension physical pixel size + unit for a tensor, as returned by
TensorFlightClient.getPhysicalScale(java.lang.String). Both arrays are aligned with the tensor's
dim_labels (source axis order).-
Method Summary
-
Method Details
-
getScale
public double[] getScale()Physical pixel size per dimension, aligned with dim_labels. -
getUnit
Physical unit per dimension, aligned with dim_labels.
-