HomeSort by relevance Sort by last modified time
    Searched refs:IMG_STATS_GRID (Results 1 - 4 of 4) sorted by null

  /cts/apps/CameraITS/tests/scene1/
test_raw_sensitivity.py 24 IMG_STATS_GRID = 9 # find used to find the center 11.11%
78 "gridWidth": aaw/IMG_STATS_GRID,
79 "gridHeight": aah/IMG_STATS_GRID})
82 var = var_image[IMG_STATS_GRID/2, IMG_STATS_GRID/2,
test_exposure.py 26 IMG_STATS_GRID = 9 # find used to find the center 11.11%
119 'gridWidth': aaw/IMG_STATS_GRID,
120 'gridHeight': aah/IMG_STATS_GRID})
123 raw_r_means.append(r[IMG_STATS_GRID/2, IMG_STATS_GRID/2]
125 raw_gr_means.append(gr[IMG_STATS_GRID/2, IMG_STATS_GRID/2]
127 raw_gb_means.append(gb[IMG_STATS_GRID/2, IMG_STATS_GRID/2]
129 raw_b_means.append(b[IMG_STATS_GRID/2, IMG_STATS_GRID/2
    [all...]
test_raw_burst_sensitivity.py 24 IMG_STATS_GRID = 9 # find used to find the center 11.11%
73 "gridWidth": aaw/IMG_STATS_GRID,
74 "gridHeight": aah/IMG_STATS_GRID})
94 var = var_image[IMG_STATS_GRID/2, IMG_STATS_GRID/2,
test_raw_exposure.py 24 IMG_STATS_GRID = 9 # find used to find the center 11.11%
63 "gridWidth": aaw/IMG_STATS_GRID,
64 "gridHeight": aah/IMG_STATS_GRID}
110 mean = mean_image[IMG_STATS_GRID/2, IMG_STATS_GRID/2]

Completed in 122 milliseconds