MCPcopy Create free account
hub / github.com/danopdev/Perspective / loadResource

Method loadResource

opencv/src/main/java/org/opencv/android/Utils.java:49–52  ·  view source on GitHub ↗
(Context context, int resourceId)

Source from the content-addressed store, hash-verified

47 }
48
49 public static Mat loadResource(Context context, int resourceId) throws IOException
50 {
51 return loadResource(context, resourceId, -1);
52 }
53
54 public static Mat loadResource(Context context, int resourceId, int flags) throws IOException
55 {

Callers

nothing calls this directly

Calls 6

putMethod · 0.95
imdecodeMethod · 0.95
releaseMethod · 0.95
readMethod · 0.45
writeMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected