public class CalibratedImg<T> extends Object
Constructor and Description |
---|
CalibratedImg(Img<T> image) |
CalibratedImg(Img<T> image,
double calX,
double calY,
double calZ) |
Modifier and Type | Method and Description |
---|---|
double |
getCalX() |
double |
getCalY() |
double |
getCalZ() |
Img<T> |
getImg() |
Copyright © 2015–2021 Fiji. All rights reserved.