Home
last modified time | relevance | path

Searched refs:img_x (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CameraITS/utils/
Dimage_processing_utils.py1314 def compute_image_sad(img_x, img_y): argument
1324 img_x = img_x[:, :, 1:].ravel()
1326 return numpy.sum(numpy.abs(numpy.subtract(img_x, img_y, dtype=float)))