Uses of Class
inra.ijpb.label.LabelValues.Position3DValuePair
Package | Description |
---|---|
inra.ijpb.label |
Utility methods for label images (stored as 8-, 16- or 32-bits).
|
-
Uses of LabelValues.Position3DValuePair in inra.ijpb.label
Methods in inra.ijpb.label that return LabelValues.Position3DValuePair Modifier and Type Method Description static LabelValues.Position3DValuePair[]
LabelValues. findMaxValues(ij.ImageStack valueImage, ij.ImageStack labelImage, int[] labels)
For each label, finds the position of the 3D point belonging to label region defined by the 3DlabelImage
and with maximal value in intensity 3D imagevalueImage
.static LabelValues.Position3DValuePair[]
LabelValues. findMinValues(ij.ImageStack valueImage, ij.ImageStack labelImage, int[] labels)
For each label, finds the position of the 3D point belonging to 3D label region defined bylabelImage
and with minimal value in 3D intensity imagevalueImage
.