Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
14
def
save_image(image, file_path):
15
cv2.imwrite(file_path, image)
16
17
def
resize_image(image, max_dimension):
18
h, w = image.shape[:2]
Callers
3
save_optical_flow
Function · 0.70
process_image_basic
Function · 0.70
process_image
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected