Lblsydx
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Posts
Recent activity by Lblsydx-
How may I modify the example above, if I would like to output the pointcloud to cv ::mat, instead of window on the screen? How may I redirect the output window of cv ::viz::Viz3d from the screen to cv ::mat?
https://github.com/IntelRealSense/librealsense/tree/master/examples/pointcloud 这个例程中如果我不想把点云显示到屏幕上 而是输出到cv ::mat程序该怎么修改?cv ::viz::Viz3d显示的位置如何从屏幕重定向到cv ::mat中?
-
How does rs2::pointcloud.calculate() work?
rs2::pointcloud的成员函数calculate()通过什么原理得到点云中的点?
-
Does rs2::gl::pointcloud_renderer provide member function or method with which I could download or export rendered 3D surf to matrix, instead of displaying it? If not, how may export rendered 3D surf?
调用rs2::gl::pointcloud_renderer的什么方法可以导出渲染后的3d图像,而不是显示?如果不提供方法,该如何将渲染后的3d图像导出到矩阵或文件?