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

  /pdk/apps/CameraITS/tests/
test_black_white.py 48 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
61 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
test_jpeg.py 43 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
54 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
test_param_noise_reduction.py 65 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
82 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
test_blc_lsc.py 78 tile_center = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
84 tile_corner = its.image.get_image_patch(img, 0.0, 0.0, 0.1, 0.1)
test_param_tonemap_mode.py 65 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
90 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
test_param_exposure_time.py 52 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
test_param_sensitivity.py 52 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
test_exposure.py 57 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
test_latching.py 61 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
test_linearity.py 76 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
test_param_color_correction.py 84 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
tutorial.py 142 tile = its.image.get_image_patch(rgbimg, 0.45, 0.45, 0.1, 0.1)
  /pdk/apps/CameraITS/pymodules/its/
target.py 80 tile = its.image.get_image_patch(yimg, 0.45, 0.45, 0.1, 0.1)
image.py 239 def get_image_patch(img, xnorm, ynorm, wnorm, hnorm): function

Completed in 50 milliseconds