Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyImageSearch/imutils
/ base64_decode_array
Function
base64_decode_array
imutils/encodings.py:33–35 ·
view source on GitHub ↗
(a, dtype)
Source
from the content-addressed store, hash-verified
31
return
base64.b64encode(a)
32
33
def
base64_decode_array(a, dtype):
34
# decode and return the array
35
return
np.frombuffer(base64.decodestring(a), dtype=dtype)
Callers
1
base64_decode_image
Function · 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…