|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
x
,y
).
SegmentationDocument
.
label
.
basin1
.
basin2
.
PrimitiveCatchmentBasin
painted
with a unique color.
input
image.
HierarchyNode
s from which this HierarchyNode
was constructed.
x
,
y
).
Color
associated to this HierarchyNode
.
Color
for each index
in the
interval [1, max]
.
Color
of the pixel of at (x
,
y
) in the image
.
ColorFilter
s.
Color
s that represents the given
image
.
ColosSpace
used to paint the basins.
Connectivity
being used.
Connectivity
being used.
Pixel
.
String
representation of the cost of this
Pixel
.
dist
(second component of the cost).
type
property.
HierarchyInternalNode
.
weight
in the array of
existing edges weights.
index
Filter
being used.
generatorPixel1
.
generatorPixel2
.
basin1
that generated the edge linking
basin1
to basin2
.
Granularity
being used.
Granularity
being used.
PrimitiveCatchmentBasinsGraph
derived from the
filtered imaged used in this HierarchyManager
.
Pixel
.
GrayLevelFilter
s.
int
s that represents the given
image
.
HierarchyCriterion
utilized to build the nested
partitions set.
Pixel
s in this
PrimitiveCatchmentBasin
.
ImageIcon
containing the image stored in iconFilename
.
grayLevelMatrix
.
BufferedImage
, removing color
from
input
.
List
of Edge
s that links the vertex labeled by
label
to its neighbors.
List
of Edge
s that links basin
to its
neighbors.
SegmentationContainer
.
HierarchyNode
.
Pixel
.
label
of this PrimitiveCatchmentBasin
.
x
,y
).
Logger
named by the caller class.
Boolean
s that indicates if each pixel of
image
is marked (not transparent).
JFileChooser
using the MarkerFormat
filter.
max
(first component of the cost).
HierarchyNode
of the hierarchy that
contains this HierarchyNode
.
nextAvailableLabel
used for a
HierarchyNode
in this hierarchy.
AbstractMetric
associated with this
HierarchyNode
.
AbstractMetric
associated with this
HierarchyCriterion
.
PrimitiveCatchmentBasin
.
PrimitiveCatchmentBasin
for
visualization purposes.
HierarchyCriterion
.
pixel
in the given
matrix
.
(x,y)
in the given matrix
.
nextAvailableLabel
for a HierarchyNode
in
this hierarchy, incrementing in.
PrimitiveCatchmentBasin
labeled by
label
.
node1
.
node2
.
output
pixel is
given by the equation:
output = round(input^alpha * 255^(1-alpha))
,
where round(x)
returns the integer most close to
x
and input
is the gray level of the
corresponding pixel in the input image.
HierarchyNode
.
Pixel
s that belongs to this
PrimitiveCatchmentBasin
.
List
with the edges of this graph, ordered by
their weights.
input
image.
HierarchyInternalNode
that contains directly this
HierarchyNode
(its parent in the TreeOfCriticalLakes
).
basin
to
all other basins of the same label as it (within the region of interest)
List
with the
Pixels that belongs to this
PrimitiveCatchmentBasin
.
- getPixels() -
Method in class br.usp.ime.klava.segmentit.structures.PrimitiveCatchmentBasinsGraph
- Returns the pixels of the image represented by this graph.
- getPixelsMatrix(BufferedImage) -
Static method in class br.usp.ime.klava.segmentit.util.MatrixImagesUtils
- Constructs a matrix of
Pixel
s that represents the given
image
.
- getPredecessor() -
Method in class br.usp.ime.klava.segmentit.structures.Pixel
- Returns the
predecessor
of this Pixel
in a path
from a marker pixel.
- getPrimitiveCatchmentBasin() -
Method in class br.usp.ime.klava.segmentit.structures.HierarchyLeaf
- Returns the
PrimitiveCatchmentBasin
encapsulated in the
HierarchyLeaf
.
- getQuit() -
Static method in class br.usp.ime.klava.segmentit.util.Messages
-
- getRAG() -
Method in class br.usp.ime.klava.segmentit.structures.TreeOfCriticalLakes
- Returns the
PrimitiveCatchmentBasinsGraph
from which this
hierarchy was built.
- getRandomizeColors() -
Static method in class br.usp.ime.klava.segmentit.util.Messages
-
- getReadFormats() -
Static method in class br.usp.ime.klava.segmentit.formats.ImageFileFormats
- Returns the formats supported to read image files.
- getReadFormats() -
Static method in class br.usp.ime.klava.segmentit.util.Messages
-
- getReadFormatsFileChooser() -
Static method in class br.usp.ime.klava.segmentit.gui.FileChooser
- Returns a
JFileChooser
using the ReadFormats
filter.
- getRedo() -
Static method in class br.usp.ime.klava.segmentit.util.Messages
-
- getRefine() -
Static method in class br.usp.ime.klava.segmentit.util.Messages
-
- getRegionalMinimumPixel() -
Method in class br.usp.ime.klava.segmentit.structures.PrimitiveCatchmentBasin
- Returns a
Pixel
of this PrimitiveCatchmentBasin
regional minimum.
- getRegionLevelOfPrecision() -
Static method in class br.usp.ime.klava.segmentit.util.Messages
-
- getSaturation() -
Static method in class br.usp.ime.klava.segmentit.util.Messages
-
- getSavedPath() -
Static method in class br.usp.ime.klava.segmentit.util.FileUtils
- Returns the last path saved.
- getSaveMarkersImage() -
Static method in class br.usp.ime.klava.segmentit.util.Messages
-
- getSavePartitionImage() -
Static method in class br.usp.ime.klava.segmentit.util.Messages
-
- getSaveSegmentedImage() -
Static method in class br.usp.ime.klava.segmentit.util.Messages
-
- getScaledInstance(BufferedImage, double) -
Static method in class br.usp.ime.klava.segmentit.util.ImageUtils
- Returns an scaled version of the
input
image.
- getSegment() -
Static method in class br.usp.ime.klava.segmentit.util.Messages
-
- getSegmentAutomatically() -
Static method in class br.usp.ime.klava.segmentit.util.Messages
-
- getSegmentAutomaticallyDescription() -
Static method in class br.usp.ime.klava.segmentit.util.Messages
-
- getSegmentedImage() -
Method in class br.usp.ime.klava.segmentit.gui.SegmentationDocument
- Returns the segmentation result superimposing the visible layers.
- getSelectColorSpace() -
Static method in class br.usp.ime.klava.segmentit.util.Messages
-
- getSelectedTool() -
Static method in class br.usp.ime.klava.segmentit.util.Messages
-
- getSide() -
Method in enum br.usp.ime.klava.segmentit.util.StructuringElement
- Returns the size (width and height are equal) of this square structuring
element.
- getSiteTooltip() -
Static method in class br.usp.ime.klava.segmentit.util.Messages
-
- getSupportedFormats() -
Static method in class br.usp.ime.klava.segmentit.formats.ImageFileFormats
- Returns a description of the supported formats for reading and writing
image files.
- getSupportedFormats() -
Static method in class br.usp.ime.klava.segmentit.util.Messages
-
- getTCLWeights() -
Method in class br.usp.ime.klava.segmentit.structures.HierarchyManager
- Returns the weights of the edges in the hierarchy.
- getThreshold() -
Method in class br.usp.ime.klava.segmentit.util.HierarchyState
- Returns the threshold used to select a partition from the hierarchy.
- getToolTitle() -
Static method in class br.usp.ime.klava.segmentit.util.Messages
-
- getType() -
Method in class br.usp.ime.klava.segmentit.util.HierarchyState
- Return the type of this state.
- getUndo() -
Static method in class br.usp.ime.klava.segmentit.util.Messages
-
- getUnifiedLabels(PrimitiveCatchmentBasinsGraph, Pixel[][]) -
Static method in class br.usp.ime.klava.segmentit.util.GranularitiesUtils
- Returns a labeling to
graph
unifying the labels in
pixels
within each PrimitiveCatchmentBasin
.
- getUnifiedLabels(PrimitiveCatchmentBasinsGraph, BufferedImage) -
Static method in class br.usp.ime.klava.segmentit.util.GranularitiesUtils
- Returns a labeling to
graph
unifying the labels in
desiredPartitions
within each
PrimitiveCatchmentBasin
.
- getUseAutomaticWeights() -
Static method in class br.usp.ime.klava.segmentit.util.Messages
-
- getValue(int) -
Method in class br.usp.ime.klava.segmentit.metrics.AbstractMetric
- Returns the value of this metric given the
waterLevel
.
- getValue(int) -
Method in class br.usp.ime.klava.segmentit.metrics.Area
-
- getValue(int) -
Method in class br.usp.ime.klava.segmentit.metrics.Depth
-
- getValue(int) -
Method in class br.usp.ime.klava.segmentit.metrics.MeanValue
-
- getValue(int) -
Method in class br.usp.ime.klava.segmentit.metrics.MergingLevel
-
- getValue(int) -
Method in class br.usp.ime.klava.segmentit.metrics.Volume
-
- getValue(int) -
Method in class br.usp.ime.klava.segmentit.structures.HierarchyNode
- Returns the value of the metric of this
HierarchyNode
according
to the metric
used to build the hierarchy
.
- getVersion() -
Static method in class br.usp.ime.klava.segmentit.util.Messages
-
- getVertices() -
Method in class br.usp.ime.klava.segmentit.structures.PrimitiveCatchmentBasinsGraph
- Returns a
List
with the vertices of this graph.
- getVolume() -
Static method in class br.usp.ime.klava.segmentit.util.Messages
-
- getWatershedColor() -
Method in class br.usp.ime.klava.segmentit.gui.SegmentationDocument
- Returns the color of the watershed lines.
- getWatershedImage() -
Static method in class br.usp.ime.klava.segmentit.util.Messages
-
- getWatershedLinesColor() -
Static method in class br.usp.ime.klava.segmentit.util.Messages
-
- getWeight() -
Method in class br.usp.ime.klava.segmentit.structures.Edge
- Getter for the
weight
.
- getWeight() -
Method in class br.usp.ime.klava.segmentit.structures.HierarchyEdge
- Getter for the
weight
.
- getWeight() -
Method in class br.usp.ime.klava.segmentit.structures.HierarchyInternalNode
- Returns the weight of the edge that generated this
HierarchyInternalNode
.
- getWeight(int) -
Method in class br.usp.ime.klava.segmentit.structures.HierarchyManager
- Returns the hierarchy weight associated with
index
- getWeightedGradient() -
Static method in class br.usp.ime.klava.segmentit.util.Messages
-
- getWeights() -
Method in class br.usp.ime.klava.segmentit.structures.TreeOfCriticalLakes
- Returns the weights of the edges in the hierarchy.
- getWeldingBrush() -
Static method in class br.usp.ime.klava.segmentit.util.Messages
-
- getWeldingBrushMiniHelp() -
Static method in class br.usp.ime.klava.segmentit.util.Messages
-
- getWidth() -
Method in class br.usp.ime.klava.segmentit.structures.PrimitiveCatchmentBasinsGraph
- Returns the width of the image represented by this graph.
- getWriteFormatFilters() -
Static method in class br.usp.ime.klava.segmentit.formats.WriteFormat
- Returns a list with a
WriteFormat
filter for each supported
format for writing image files.
- getWriteFormats() -
Static method in class br.usp.ime.klava.segmentit.formats.ImageFileFormats
- Returns the formats supported to write image files.
- getWriteFormats() -
Static method in class br.usp.ime.klava.segmentit.util.Messages
-
- getWriteFormatsFileChooser() -
Static method in class br.usp.ime.klava.segmentit.gui.FileChooser
- Returns a
JFileChooser
using the WriteFormat
filters.
- getX() -
Method in class br.usp.ime.klava.segmentit.structures.Pixel
- Returns the x-coordinate of this
Pixel
.
- getY() -
Method in class br.usp.ime.klava.segmentit.structures.Pixel
- Returns the y-coordinate of this
Pixel
.
- getZoom() -
Static method in class br.usp.ime.klava.segmentit.util.Messages
-
- getZoomLevel() -
Method in class br.usp.ime.klava.segmentit.gui.ZoomableImageIcon
- Getter of the
zoomLevel
property.
- getZoomMiniHelp() -
Static method in class br.usp.ime.klava.segmentit.util.Messages
-
- gradient(int[][], int) -
Static method in class br.usp.ime.klava.segmentit.filters.MorphologicalGradient
- Returns the morphological gradient of the image represented by
matrix
.
- GranularitiesUtils - Class in br.usp.ime.klava.segmentit.util
- Performs operations involving partitions at
Pixel
and
PrimitiveCatchmentBasin
granularities. - GranularitiesUtils() -
Constructor for class br.usp.ime.klava.segmentit.util.GranularitiesUtils
-
- Granularity - Enum in br.usp.ime.klava.segmentit.util
- Represents which granularity is used in watershed from markers algorithm.
- GrayLevelFilter - Interface in br.usp.ime.klava.segmentit.filters
- Represents a filter that has a gray level image as its input.
- greaterThan(Cost) -
Method in class br.usp.ime.klava.segmentit.util.Cost
- Returns if this cost is greater than the given
cost
.
- GUIUtils - Class in br.usp.ime.klava.segmentit.util
- Provides utility methods to be used in GUI elements.
- GUIUtils() -
Constructor for class br.usp.ime.klava.segmentit.util.GUIUtils
-
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |