MCPcopy
hub / github.com/CiaraStrawberry/TemporalKit / save_image

Function save_image

scripts/optical_flow_simple.py:14–15  ·  view source on GitHub ↗
(image, file_path)

Source from the content-addressed store, hash-verified

12 return image
13
14def save_image(image, file_path):
15 cv2.imwrite(file_path, image)
16
17def resize_image(image, max_dimension):
18 h, w = image.shape[:2]

Callers 3

save_optical_flowFunction · 0.70
process_image_basicFunction · 0.70
process_imageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected