MCPcopy Create free account
hub / github.com/NVIDIA/DALI / crop_border

Function crop_border

dali/test/python/test_detection_pipeline.py:345–346  ·  view source on GitHub ↗
(image, border)

Source from the content-addressed store, hash-verified

343
344
345def crop_border(image, border):
346 return image[border:-border, border:-border, :]
347
348
349def diff_against_eps(image_1, image_2, eps):

Callers 1

relaxed_compareFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected