MCPcopy Create free account
hub / github.com/PyImageSearch/imutils / base64_encode_array

Function base64_encode_array

imutils/encodings.py:29–31  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

27 return a
28
29def base64_encode_array(a):
30 # return the base64 encoded array
31 return base64.b64encode(a)
32
33def base64_decode_array(a, dtype):
34 # decode and return the array

Callers 1

base64_encode_imageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…