Package org.anchoranalysis.image.voxel
Class ExtentMatchHelper
Object
ExtentMatchHelper
Checks if the
Extent
s of two BoundingBox
es are identical.- Author:
- Owen Feehan
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
checkExtentMatch
(BoundingBox box1, BoundingBox box2) Checks that theExtent
s of two bounding boxes are identical.
-
Method Details
-
checkExtentMatch
Checks that theExtent
s of two bounding boxes are identical.An exception is thrown if they are not identical, otherwise nothing occurs.
- Parameters:
box1
- the first box.box2
- the second box.
-