浏览代码

Correct name of CpuImages sample

CpuImage => CpuImages
/4.0
GitHub Enterprise 4 年前
当前提交
5adace98
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      README.md

2
README.md


The relevant script is [`MakeAppearOnPlane.cs`](https://github.com/Unity-Technologies/arfoundation-samples/blob/master/Assets/Scripts/MakeAppearOnPlane.cs).
## CpuImage
## CpuImages
This samples shows how to acquire and manipulate textures obtained from ARFoundation on the CPU. Most textures in ARFoundation (e.g., the pass-through video supplied by the `ARCameraManager`, and the human depth and human stencil buffers provided by the `AROcclusionManager`) are GPU textures. Computer vision or other CPU-based applications often require the pixel buffers on the CPU, which would normally involve an expensive GPU readback. ARFoundation provides an API for obtaining these textures on the CPU for further processing, without incurring the costly GPU readback.

正在加载...
取消
保存