MCPcopy Create free account
hub / github.com/DIVE128/DMVSNet / cv2_imread

Function cv2_imread

datasets/data_io.py:110–111  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

108
109 return image_resize, normal_resize
110def cv2_imread(filename):
111 return cv2.imread(filename,0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected