Class CommonSize
Object
org.anchoranalysis.plugin.image.task.size.CommonSize
public class CommonSize extends Object
Shared-state that exposes a common-size to all images.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description CommonSize(org.anchoranalysis.spatial.box.Extent extent) -
Method Summary
Modifier and Type Method Description org.anchoranalysis.spatial.box.Extentextent()The common-size of all images.
-
Constructor Details
-
CommonSize
public CommonSize(org.anchoranalysis.spatial.box.Extent extent)
-
-
Method Details
-
extent
public org.anchoranalysis.spatial.box.Extent extent()The common-size of all images.
-