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