Modifier and Type | Field and Description |
---|---|
Histogram |
EdgeDirectionCoherenceVector.EdgeDirectionCoherenceHistogram.coherentHistogram
The coherent part of the histogram
|
Histogram |
EdgeDirectionCoherenceVector.EdgeDirectionCoherenceHistogram.incoherentHistogram
The incoherent part of the histogram
|
Modifier and Type | Method and Description |
---|---|
Histogram |
InterpolatedBinnedWindowedExtractor.computeHistogram(int x,
int y,
FImage extWeights,
FImage windowWeights) |
Histogram |
BinnedWindowedExtractor.computeHistogram(int x,
int y,
FImage weights,
FImage windowWeights)
Compute the histogram for the given window.
|
Histogram |
SATWindowedExtractor.computeHistogram(int x,
int y,
int w,
int h) |
Histogram |
WindowedHistogramExtractor.computeHistogram(int x,
int y,
int w,
int h)
Compute the histogram for the given window.
|
Histogram |
InterpolatedBinnedWindowedExtractor.computeHistogram(int x,
int y,
int w,
int h) |
Histogram |
BinnedWindowedExtractor.computeHistogram(int x,
int y,
int w,
int h) |
Histogram |
InterpolatedBinnedWindowedExtractor.computeHistogram(int x,
int y,
int w,
int h,
FImage extWeights) |
Histogram |
BinnedWindowedExtractor.computeHistogram(int x,
int y,
int w,
int h,
FImage weights)
Compute the histogram for the given window.
|
Histogram |
SATWindowedExtractor.computeHistogram(Rectangle roi) |
Histogram |
WindowedHistogramExtractor.computeHistogram(Rectangle roi)
Compute the histogram for the given window.
|
Histogram |
BinnedWindowedExtractor.computeHistogram(Rectangle roi) |
Histogram |
BinnedWindowedExtractor.computeHistogram(Rectangle roi,
FImage weights)
Compute the histogram for the given window.
|
Histogram |
HistogramAnalyser.getHistogram()
Returns the histogram that was built having run the processing function.
|
static Histogram |
HistogramAnalyser.getHistogram(FImage image,
int nbins)
Quickly create a histogram from an image.
|
Modifier and Type | Method and Description |
---|---|
void |
SATWindowedExtractor.computeHistogram(int x,
int y,
int w,
int h,
Histogram hist) |
void |
WindowedHistogramExtractor.computeHistogram(int x,
int y,
int w,
int h,
Histogram histogram)
Compute the histogram for the given window, storing the output in the
given
Histogram object, which must have the same length as given
by WindowedHistogramExtractor.getNumBins() . |
void |
BinnedWindowedExtractor.computeHistogram(int x,
int y,
int w,
int h,
Histogram histogram) |
void |
SATWindowedExtractor.computeHistogram(Rectangle roi,
Histogram histogram) |
void |
WindowedHistogramExtractor.computeHistogram(Rectangle roi,
Histogram histogram)
Compute the histogram for the given window, storing the output in the
given
Histogram object, which must have the same length as given
by WindowedHistogramExtractor.getNumBins() . |
void |
BinnedWindowedExtractor.computeHistogram(Rectangle roi,
Histogram histogram) |
Modifier and Type | Method and Description |
---|---|
Histogram |
SpatialBinningStrategy.extract(WindowedHistogramExtractor binnedData,
Rectangle region,
Histogram output)
Extract a histogram describing image content in the given region using
the given
WindowedHistogramExtractor to extract (sub) histograms
from which to build the output. |
Histogram |
QuadtreeStrategy.extract(WindowedHistogramExtractor binnedData,
Rectangle region,
Histogram output) |
Histogram |
SimpleBlockStrategy.extract(WindowedHistogramExtractor binnedData,
Rectangle region,
Histogram output) |
Modifier and Type | Method and Description |
---|---|
Histogram |
SpatialBinningStrategy.extract(WindowedHistogramExtractor binnedData,
Rectangle region,
Histogram output)
Extract a histogram describing image content in the given region using
the given
WindowedHistogramExtractor to extract (sub) histograms
from which to build the output. |
Histogram |
QuadtreeStrategy.extract(WindowedHistogramExtractor binnedData,
Rectangle region,
Histogram output) |
Histogram |
SimpleBlockStrategy.extract(WindowedHistogramExtractor binnedData,
Rectangle region,
Histogram output) |
Modifier and Type | Method and Description |
---|---|
Histogram |
PHOG.getFeatureVector()
Extract the PHOG feature for the whole of the image last analysed with
PHOG.analyseImage(FImage) . |
Histogram |
HOG.getFeatureVector(Rectangle rectangle)
Compute the HOG feature for the given window.
|
Histogram |
PHOG.getFeatureVector(Rectangle rect)
Extract the PHOG feature for the specified region of the image last
analysed with
PHOG.analyseImage(FImage) . |
Modifier and Type | Method and Description |
---|---|
Histogram |
FlexibleHOGStrategy.extract(WindowedHistogramExtractor binnedData,
Rectangle region,
Histogram output) |
Histogram |
FixedHOGStrategy.extract(WindowedHistogramExtractor binnedData,
Rectangle region,
Histogram output) |
Modifier and Type | Method and Description |
---|---|
Histogram |
FlexibleHOGStrategy.extract(WindowedHistogramExtractor binnedData,
Rectangle region,
Histogram output) |
Histogram |
FixedHOGStrategy.extract(WindowedHistogramExtractor binnedData,
Rectangle region,
Histogram output) |
Modifier and Type | Method and Description |
---|---|
Histogram |
Histogram.clone() |
Histogram |
Histogram.combine(Histogram... hs)
Create a new histogram by concatenating this one with the given ones.
|
Modifier and Type | Method and Description |
---|---|
Histogram |
Histogram.combine(Histogram... hs)
Create a new histogram by concatenating this one with the given ones.
|