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

C

calculateMetric(HierarchyLeaf) - Method in class br.usp.ime.klava.segmentit.metrics.AbstractMetric
Computes the value of this metric for the given hierarchyLeaf.
calculateMetric(HierarchyInternalNode) - Method in class br.usp.ime.klava.segmentit.metrics.AbstractMetric
Computes the value of this metric for the given hierarchyInternalNode.
calculateMetric(HierarchyLeaf) - Method in class br.usp.ime.klava.segmentit.metrics.Area
 
calculateMetric(HierarchyInternalNode) - Method in class br.usp.ime.klava.segmentit.metrics.Area
 
calculateMetric(HierarchyLeaf) - Method in class br.usp.ime.klava.segmentit.metrics.Depth
 
calculateMetric(HierarchyInternalNode) - Method in class br.usp.ime.klava.segmentit.metrics.Depth
 
calculateMetric(HierarchyLeaf) - Method in class br.usp.ime.klava.segmentit.metrics.MeanValue
 
calculateMetric(HierarchyInternalNode) - Method in class br.usp.ime.klava.segmentit.metrics.MeanValue
 
calculateMetric(HierarchyLeaf) - Method in class br.usp.ime.klava.segmentit.metrics.MergingLevel
 
calculateMetric(HierarchyInternalNode) - Method in class br.usp.ime.klava.segmentit.metrics.MergingLevel
 
calculateMetric(HierarchyLeaf) - Method in class br.usp.ime.klava.segmentit.metrics.Volume
 
calculateMetric(HierarchyInternalNode) - Method in class br.usp.ime.klava.segmentit.metrics.Volume
 
chooseParameters(BufferedImage) - Method in class br.usp.ime.klava.segmentit.filters.Closing
 
chooseParameters(BufferedImage) - Method in class br.usp.ime.klava.segmentit.filters.Dilation
 
chooseParameters(BufferedImage) - Method in class br.usp.ime.klava.segmentit.filters.Erosion
 
chooseParameters(BufferedImage) - Method in class br.usp.ime.klava.segmentit.filters.Opening
 
chooseParameters(BufferedImage) - Method in interface br.usp.ime.klava.segmentit.filters.ParameterizedFilter
Method called when the parameterized filter is selected on the filters menu.
chooseParameters(BufferedImage) - Method in class br.usp.ime.klava.segmentit.filters.WeightedGradient
 
ClassicalWatershed - Class in br.usp.ime.klava.segmentit.watershed
Implementations of algorithms of the classical watershed (one catchment basin for each regional minimum) and intermediary steps algorithms.
ClassicalWatershed() - Constructor for class br.usp.ime.klava.segmentit.watershed.ClassicalWatershed
 
clean() - Method in class br.usp.ime.klava.segmentit.gui.MarkersEditor
Cleans the existing markers.
cleanMarkers() - Method in class br.usp.ime.klava.segmentit.gui.SegmentationDocument
Cleans the existing markers.
clear() - Method in class br.usp.ime.klava.segmentit.gui.ImagesViewer
Removes all images
clear() - Method in class br.usp.ime.klava.segmentit.structures.PriorityQueue
Removes all of the elements from this queue.
clear() - Method in class br.usp.ime.klava.segmentit.structures.Queue
Removes all of the elements from this queue.
Closing - Class in br.usp.ime.klava.segmentit.filters
Filter that returns the closing of the input image, using a square structuring element.
Closing() - Constructor for class br.usp.ime.klava.segmentit.filters.Closing
 
closing(int[][], int) - Static method in class br.usp.ime.klava.segmentit.filters.Closing
Returns the closing of the image represented by matrix.
ColorFilter - Interface in br.usp.ime.klava.segmentit.filters
Represents a filter that has a color image as its input.
ColorImageException - Exception in br.usp.ime.klava.segmentit.exceptions
Thrown to indicate that an image is a color image.
ColorImageException(String) - Constructor for exception br.usp.ime.klava.segmentit.exceptions.ColorImageException
Constructs an ColorImageException with the specified detail message message.
ColorSpace - Enum in br.usp.ime.klava.segmentit.util
Represents an interval of colors from which is possible to select an unique color for each catchment basin (region of interest).
ColorToGray - Class in br.usp.ime.klava.segmentit.filters
Filter that returns the gray level image version of the input image.
ColorToGray() - Constructor for class br.usp.ime.klava.segmentit.filters.ColorToGray
 
ColorToGrayAndMorphologicalGradient - Class in br.usp.ime.klava.segmentit.filters
Filter compound by the filters ColorToGray and MorphologicalGradient.
ColorToGrayAndMorphologicalGradient() - Constructor for class br.usp.ime.klava.segmentit.filters.ColorToGrayAndMorphologicalGradient
 
compareTo(Edge) - Method in class br.usp.ime.klava.segmentit.structures.Edge
Used for ordering Edges.
compareTo(HierarchyEdge) - Method in class br.usp.ime.klava.segmentit.structures.HierarchyEdge
Used for ordering Edges.
compareTo(Pixel) - Method in class br.usp.ime.klava.segmentit.structures.Pixel
Compares this pixel to otherPixel by their gray levels.
Connectivity - Enum in br.usp.ime.klava.segmentit.util
Represents adjacency relations.
Connectivity4 - Class in br.usp.ime.klava.segmentit.gui.actions
Sets the connectivity of the active SegmentationDocument to the 4-connectivity.
Connectivity8 - Class in br.usp.ime.klava.segmentit.gui.actions
Sets the connectivity of the active SegmentationDocument to the 8-connectivity.
Cost - Class in br.usp.ime.klava.segmentit.util
Represents a lexicographic cost with two components.
Cost() - Constructor for class br.usp.ime.klava.segmentit.util.Cost
Creates a lexicographic cost (Infinity, Infinity).
Cost(int, int) - Constructor for class br.usp.ime.klava.segmentit.util.Cost
Creates a lexicographic cost (max, dist).
costGreaterThan(Cost) - Method in class br.usp.ime.klava.segmentit.structures.Pixel
Returns if the cost of this Pixel is greater than the given cost.
costPathToNeighbor(Pixel) - Method in class br.usp.ime.klava.segmentit.structures.Pixel
Returns the cost of the path given the current path to this Pixel extending it to neighbor.
createSegmentationDocument(BufferedImage, String) - Method in class br.usp.ime.klava.segmentit.gui.SegmentationContainer
Creates a SegmentationDocument that displays the image to be segmented.

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