Class HDF5PathHelper
Object
org.anchoranalysis.image.io.object.HDF5PathHelper
public class HDF5PathHelper extends Object
Paths to identify objects in the HDF5 for object-masks.
- Author:
- Owen Feehan
-
Field Summary
Fields Modifier and Type Field Description static StringEXTENT_XAttribute for x dimension of the extent.static StringEXTENT_YAttribute for y dimension of the extent.static StringEXTENT_ZAttribute for z dimension of the extent.static StringOBJECTS_ROOT_WITH_SEPERATORSHardcoded string that identifies in the HDF5 file for where the object-collection is stored. -
Method Summary
-
Field Details
-
OBJECTS_ROOT_WITH_SEPERATORS
Hardcoded string that identifies in the HDF5 file for where the object-collection is stored.- See Also:
- Constant Field Values
-
EXTENT_X
Attribute for x dimension of the extent.- See Also:
- Constant Field Values
-
EXTENT_Y
Attribute for y dimension of the extent.- See Also:
- Constant Field Values
-
EXTENT_Z
Attribute for z dimension of the extent.- See Also:
- Constant Field Values
-