(Context context, int resourceId)
| 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 | { |