Uses of Class
inra.ijpb.data.VoxelRecord
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 VoxelRecord in inra.ijpb.data
Methods in inra.ijpb.data with parameters of type VoxelRecord Modifier and Type Method Description int
VoxelRecord. compareTo(VoxelRecord v2)
Compare with a voxel record based on its value and timestampdouble
VoxelRecord. euclideanDistance(VoxelRecord vr)
Calculate Euclidean distance to another voxel record -
Uses of VoxelRecord in inra.ijpb.watershed
Methods in inra.ijpb.watershed that return types with arguments of type VoxelRecord Modifier and Type Method Description java.util.LinkedList<VoxelRecord>
MarkerControlledWatershedTransform3D. extractVoxelValues(ij.ImageStack inputStack, ij.ImageStack markerStack, int[][][] tabLabels)
Extract voxel values from input and labeled marker images.java.util.ArrayList<VoxelRecord>
WatershedTransform3D. extractVoxelValues(ij.ImageStack inputStack, double hMin, double hMax)
Extract voxel values from input image such that they have value h, hMin <= h <= hMax.java.util.PriorityQueue<VoxelRecord>
MarkerControlledWatershedTransform3D. extractVoxelValuesPriorityQueue(ij.ImageStack inputStack, ij.ImageStack seedStack, int[][][] tabLabels)
Extract voxel values from input and seed images