A B C D E F G H I J L M N O P Q R S T U V W Z

P

paint(int, int) - Method in class br.usp.ime.klava.segmentit.gui.MarkersEditor
Paints markers using the brush with the current color and diameter.
paint(BufferedImage, Color) - Method in class br.usp.ime.klava.segmentit.structures.HierarchyInternalNode
 
paint(BufferedImage, Color) - Method in class br.usp.ime.klava.segmentit.structures.HierarchyLeaf
 
paint(BufferedImage, Color) - Method in class br.usp.ime.klava.segmentit.structures.HierarchyNode
Paints this HierarchyNode with the given color .
paint(BufferedImage) - Method in class br.usp.ime.klava.segmentit.structures.HierarchyNode
Paints this HierarchyNode with the color associated to its label in the hierarchy.
paint(BufferedImage, Color) - Method in class br.usp.ime.klava.segmentit.structures.PrimitiveCatchmentBasin
Paints this PrimitiveCatchmentBasin with the given color .
paintBasins(Pixel[][], Color, ColorSpace) - Static method in class br.usp.ime.klava.segmentit.util.MatrixImagesUtils
Paints an image with each catchment basin of the matrix with a unique color (according to the labeling of each pixel).
paintBasins(PrimitiveCatchmentBasinsGraph, int[], ColorSpace) - Static method in class br.usp.ime.klava.segmentit.util.MatrixImagesUtils
Paints each primitive catchment basin of the given graph according to labels.
paintHierarchy(BufferedImage) - Method in class br.usp.ime.klava.segmentit.structures.HierarchyInternalNode
 
paintHierarchy(BufferedImage) - Method in class br.usp.ime.klava.segmentit.structures.HierarchyLeaf
 
paintHierarchy(BufferedImage) - Method in class br.usp.ime.klava.segmentit.structures.HierarchyNode
Paints the partition selected on the hierarchy (according to the active values) limited to the region that this HierarchyNode represents.
paintIcon(Component, Graphics, int, int) - Method in class br.usp.ime.klava.segmentit.gui.ZoomableImageIcon
Paints this image given by the ImageIcon.getImage() method using the current zoomLevel and opacity.
paintPartitionFromColors(PrimitiveCatchmentBasinsGraph, Color[]) - Static method in class br.usp.ime.klava.segmentit.util.MatrixImagesUtils
Paints each PrimitiveCatchmentBasin of the given graph with the corresponding Color in colors.
paintPartitionFromMarkersColors(Pixel[][], BufferedImage) - Static method in class br.usp.ime.klava.segmentit.util.MatrixImagesUtils
Paints each segment of the partition with the colors of the corresponding marker.
paintPartitionFromMarkersColors(PrimitiveCatchmentBasinsGraph, int[], BufferedImage) - Static method in class br.usp.ime.klava.segmentit.util.MatrixImagesUtils
Paints the partition given by the labels used in the graph with the colors of the corresponding markers.
paintPathFromMinimumToPixel(Pixel, BufferedImage, Color) - Method in class br.usp.ime.klava.segmentit.structures.PrimitiveCatchmentBasin
Paints a path from the given pixel to the regional minimum of this PrimitiveCatchmentBasin.
paintRegionalMinimum(BufferedImage, Color) - Method in class br.usp.ime.klava.segmentit.structures.PrimitiveCatchmentBasin
Paints the regional minimum of this PrimitiveCatchmentBasin.
paintSelectedPartition() - Method in class br.usp.ime.klava.segmentit.structures.HierarchyManager
Returns an image with the selected partition painted.
paintSelectedPartition(HierarchyNode) - Method in class br.usp.ime.klava.segmentit.structures.HierarchyManager
Returns an image with the selected partition painted.
paintSelectedPartition(boolean) - Method in class br.usp.ime.klava.segmentit.structures.TreeOfCriticalLakes
Returns an image with the selected partition painted.
paintSelectedPartition(HierarchyNode) - Method in class br.usp.ime.klava.segmentit.structures.TreeOfCriticalLakes
Returns an image with the selected partition painted.
paintWatershed(Pixel[][], Color, Color) - Static method in class br.usp.ime.klava.segmentit.util.MatrixImagesUtils
Paints an image with the Pixels marked as watershed with watershedColor.
ParameterizedFilter - Interface in br.usp.ime.klava.segmentit.filters
Interface utilized to indicate that a filter has parameters to be chosen.
peek() - Method in class br.usp.ime.klava.segmentit.structures.Queue
Returns the first element of the queue, without removing it.
Pixel - Class in br.usp.ime.klava.segmentit.structures
The smallest atomic unit in images.
Pixel(int, int, int) - Constructor for class br.usp.ime.klava.segmentit.structures.Pixel
Creates a pixel with the given grayLevel localized at (x,y).
PixelsGranularity - Class in br.usp.ime.klava.segmentit.gui.actions
Sets partition of the active SegmentationDocument to pixel level of precision.
PrimitiveCatchmentBasin - Class in br.usp.ime.klava.segmentit.structures
Represents an atomic unit of partitions, associated to a regional minimum of an image.
PrimitiveCatchmentBasin(int) - Constructor for class br.usp.ime.klava.segmentit.structures.PrimitiveCatchmentBasin
Constructs a PrimitiveCatchmentBasin.
PrimitiveCatchmentBasinsGraph - Class in br.usp.ime.klava.segmentit.structures
Represents a graph where the vertices are PrimitiveCatchmentBasins.
PrimitiveCatchmentBasinsGraph(BufferedImage, Connectivity) - Constructor for class br.usp.ime.klava.segmentit.structures.PrimitiveCatchmentBasinsGraph
Constructs a region adjacency graph derived from image and connectivity, where there is a primitive catchment basin for each regional minima of image (classical watershed partition).
PrimitiveCatchmentBasinsGraph(PrimitiveCatchmentBasinsGraph, BufferedImage) - Constructor for class br.usp.ime.klava.segmentit.structures.PrimitiveCatchmentBasinsGraph
Derives a PrimitiveCatchmentBasinsGraph with the same structure of the given graph, but with the gray levels of the pixels in the originalImage.
PrimitiveCatchmentBasinsGraph(BufferedImage, int, Connectivity) - Constructor for class br.usp.ime.klava.segmentit.structures.PrimitiveCatchmentBasinsGraph
Constructs a region adjacency graph derived from image and connectivity, where there is a primitive catchment basin for each connected component of the threshold at level thresholdLevel of image (the threshold of image is utilized as markers in the watershed from markers algorithm).
PriorityQueue<T> - Class in br.usp.ime.klava.segmentit.structures
Implements a priority queue, using a First In, First Out policy and priorities given by non-negative integer numbers.
PriorityQueue(int) - Constructor for class br.usp.ime.klava.segmentit.structures.PriorityQueue
Creates an priority queue to store elements with priorities up to maxPriority.
propagateMarkersLabels(Pixel[][], Connectivity) - Static method in class br.usp.ime.klava.segmentit.watershed.WatershedFromMarkers
Propagates the labels of the markers Pixels in pixels by the IFT algorithm.

A B C D E F G H I J L M N O P Q R S T U V W Z