From 2fb1df565493600ab3448fb24ce82cd1f11684fe Mon Sep 17 00:00:00 2001 From: zhonghong Date: Wed, 17 Jan 2024 10:15:25 +0800 Subject: [PATCH] update readme --- examples/README.md | 1 + examples/README_CN.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 86687609..eccfa433 100644 --- a/examples/README.md +++ b/examples/README.md @@ -38,3 +38,4 @@ For a detailed explanations and API documentation see our (../doc) section. | MultiDevice | C++ | Demonstrate operation on multiple devices |On the Linux/Arm platform ,this sample requires users to compile with Opencv4.2 or above,otherwise, it cannot be rendered | | MultiDeviceSync | C++ | Demostrate how to config multiple devices synchronize config and how to start stream with this config | On the Linux/Arm platform ,this sample requires users to compile with Opencv4.2 or above,otherwise, it cannot be rendered | | FirmwareUpgrade | C++ | Demonstrate upgrade device firmware | +| Transformation | C++ | Here is an example of how to invoke the functions of the CoordinateTransformHelper class, which is used for point transformation between different coordinate systems and generating undistorted depth point clouds and RGBD point clouds| diff --git a/examples/README_CN.md b/examples/README_CN.md index 3ea70a5e..51a16acd 100644 --- a/examples/README_CN.md +++ b/examples/README_CN.md @@ -35,4 +35,5 @@ | MultiStream | C++ | 演示一个设备同时打开多路流的操作 | Linux/Arm平台,需要安装Opencv 4.2或以上版本,否则不能渲染 | | MultiDevice | C++ | 演示对多设备进行操作 | Linux/Arm平台,需要安装Opencv 4.2或以上版本,否则不能渲染 | | MultiDeviceSync | C++ | 演示多机同步功能 | Linux/Arm平台,需要安装Opencv 4.2或以上版本,否则不能渲染 | -| FirmwareUpgrade | C++ | 演示选择固件bin或者img文件给设备升级固件版本 | \ No newline at end of file +| FirmwareUpgrade | C++ | 演示选择固件bin或者img文件给设备升级固件版本 | +| Transformation | C++ | 演示CoordinateTransformHelper类的函数调用,该类用来做不同坐标系下点的转换及生成无畸变的depth点云和RGBD点云| \ No newline at end of file