|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Histogram | |
org.deegree_impl.model.cv | |
org.deegree.model.coverage |
Uses of Histogram in org.deegree_impl.model.cv |
Classes in org.deegree_impl.model.cv that implement Histogram | |
class |
Histogram_Impl
Histogram records image statistics (mean and median value, etc.) and lists the counts and percentages of pixels in each of several brightness “bins.” |
Fields in org.deegree_impl.model.cv declared as Histogram | |
private Histogram |
GridRangeDescription_Impl.histogram
|
Methods in org.deegree_impl.model.cv that return Histogram | |
Histogram |
GridRangeDescription_Impl.getHistogram()
A Histogram records image statistics (mean and median value, etc.) and lists the counts and percentages of pixels in each of several brightness “bins.” |
Constructors in org.deegree_impl.model.cv with parameters of type Histogram | |
GridRangeDescription_Impl(java.lang.String id,
java.lang.String title,
java.lang.String description,
Observable observable,
RangeAxis[] rangeAxis,
java.lang.String colorInterpretation,
Histogram histogram,
PseudoColorTable pseudoColorTable,
java.lang.String sampleEncoding)
|
Uses of Histogram in org.deegree.model.coverage |
Methods in org.deegree.model.coverage that return Histogram | |
Histogram |
GridRangeDescription.getHistogram()
A Histogram records image statistics (mean and median value, etc.) and lists the counts and percentages of pixels in each of several brightness “bins.” |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |