Searched defs:histogram (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DNewChromaHistogramFilter.java17 // Extract histogram from image.
19 package androidx.media.filterpacks.histogram;
35 * ChromaHistogramFilter takes in an image in HSVA format and computes a 2-D histogram with a
36 * 2 dimensional chroma histogram based on hue (column) and saturation (row) at the top and
37 * a 1-D value histogram in the last row. The number of bin in the value histogram equals to
65 .addOutputPort("histogram", Signature.PORT_REQUIRED, dataOut)
89 OutputPort outPort = getConnectedOutputPort("histogram");
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBaseCluster.java160 public void setHistogram(Map<String, Long> histogram) { argument
162 mHistogram.putAll(histogram);

Completed in 46 milliseconds