Package org.anchoranalysis.image.voxel
Class ExtentMatchHelper
Object
ExtentMatchHelper
Checks if the
Extents of two BoundingBoxes are identical.- Author:
- Owen Feehan
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckExtentMatch(BoundingBox box1, BoundingBox box2) Checks that theExtents of two bounding boxes are identical.
-
Method Details
-
checkExtentMatch
Checks that theExtents 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.
-