Searched refs:uriDepthmap (Results 1 – 2 of 2) sorted by relevance
72 public static DepthImage createFromDepthmap(Context context, Uri uriDepthmap) in createFromDepthmap() argument74 …map bitmap = BitmapFactory.decodeStream(context.getContentResolver().openInputStream(uriDepthmap)); in createFromDepthmap()76 throw new FileNotFoundException(uriDepthmap.toString()); in createFromDepthmap()
72 public RGBZ(Uri uriImage, Uri uriDepthmap, ContentResolver contentResolver, in RGBZ() argument78 depthImage = DepthImage.createFromDepthmap(context, uriDepthmap); in RGBZ()