HomeSort by relevance Sort by last modified time
    Searched defs:Chart (Results 1 - 2 of 2) sorted by null

  /cts/apps/CameraITS/pymodules/its/
cv2image.py 78 class Chart(object):
79 """Definition for chart object.
81 Defines PNG reference file, chart size and distance, and scaling range.
90 chart_file: str; absolute path to png file of chart
91 height: float; height in cm of displayed chart
92 distance: float; distance in cm from camera of displayed chart
93 scale_start: float; start value for scaling for chart search
94 scale_stop: float; stop value for scaling for chart search
95 scale_step: float; step value for scaling for chart search
111 print 'Chart locator skipped.
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/tool/
Chart.java 13 * To add a new chart, subclass this, and add the subclass to {@link ShowLanguages.printLanguageData()}. There isn't much
17 public abstract class Chart {

Completed in 224 milliseconds