Uses of Class
inra.ijpb.data.PixelRecord
Package | Description |
---|---|
inra.ijpb.data |
Some utility classes for accessing image data.
|
inra.ijpb.watershed |
Image segmentation using a marker-controlled watershed transform.
|
-
Uses of PixelRecord in inra.ijpb.data
Methods in inra.ijpb.data with parameters of type PixelRecord Modifier and Type Method Description int
PixelRecord. compareTo(PixelRecord p2)
Compare with a pixel record based on its value and timestampdouble
PixelRecord. euclideanDistance(PixelRecord pr)
Calculate Euclidean distance to another pixel record -
Uses of PixelRecord in inra.ijpb.watershed
Methods in inra.ijpb.watershed that return types with arguments of type PixelRecord Modifier and Type Method Description java.util.LinkedList<PixelRecord>
MarkerControlledWatershedTransform2D. extractPixelValues(ij.process.ImageProcessor inputImage, ij.process.ImageProcessor markerImage, int[][] tabLabels)
Extract pixel values from input and labeled marker images.java.util.ArrayList<PixelRecord>
WatershedTransform2D. extractPixelValues(ij.process.ImageProcessor inputImage, double hMin, double hMax)
Extract pixel values from input image such that they have value h, hMin <= h <= hMax.java.util.PriorityQueue<PixelRecord>
MarkerControlledWatershedTransform2D. extractPixelValuesPriorityQueue(ij.process.ImageProcessor inputImage, ij.process.ImageProcessor seedImage, int[][] tabLabels)
Extract pixel values from input and seed images