HomeSort by relevance Sort by last modified time
    Searched full:colorfulness (Results 1 - 7 of 7) sorted by null

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
ImageGoodnessFilter.java 80 .addInputPort("colorfulness", Signature.PORT_REQUIRED, floatT)
110 getConnectedInputPort("colorfulness").pullFrame().asFrameValue();
111 float colorfulness = ((Float)colorfulnessFrameValue.getValue()).floatValue(); local
140 contrastRating, colorfulness, brightness);
148 colorfulness, contrastRating, score);
213 float colorfulness, float contrast, float score) {
214 float result = (-0.0223f * sharpness + -0.0563f * underExposure + 0.0137f * colorfulness
223 float underExposure, float overExposure, float contrastRating, float colorfulness,
235 colorfulness, brightness, score);
239 colorfulness, brightness, score)
    [all...]
CSVWriterFilter.java 58 .addInputPort("colorfulness", Signature.PORT_REQUIRED, floatT)
86 getConnectedInputPort("colorfulness").pullFrame().asFrameValue();
87 float colorfulness = ((Float)colorfulnessValue.getValue()).floatValue(); local
117 csvWriter.write("FileName,Sharpness,OverExposure,UnderExposure,Colorfulness," +
134 underExposure + "," + colorfulness + "," + contrast + "," + brightness +
137 underExposure + "," + colorfulness + "," + contrast + "," + brightness +
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/res/raw/
camera_graph.xml 80 <filter class="ColorfulnessFilter" name="colorfulness" />
167 <connect sourceFilter="mainBranch" sourcePort="colorfulness"
170 targetFilter="colorfulness" targetPort="histogram" />
171 <connect sourceFilter="colorfulness" sourcePort="score"
172 targetFilter="goodnessFilter" targetPort="colorfulness" />
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
ImageGoodnessFilterTest.java 59 injectInputFrame("colorfulness", colorFrame);
87 injectInputFrame("colorfulness", colorFrame);
115 injectInputFrame("colorfulness", colorFrame);
143 injectInputFrame("colorfulness", colorFrame);
171 injectInputFrame("colorfulness", colorFrame);
  /frameworks/base/tests/Camera2Tests/SmartCamera/
README.txt 49 - Colorfulness
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ColorfulnessFilter.java 37 * and compute the colorfulness based on the entropy in Hue space.
  /external/chromium_org/tools/perf/benchmarks/
kraken.py 50 '(http://en.wikipedia.org/wiki/Colorfulness) a photo using code from '

Completed in 3754 milliseconds