英特尔
直播中

姜春阳

7年用户 205经验值
私信 关注
[问答]

如何从深度图像中找到3或5个中心像素

tify;text-indent: 40px;">嗨,大家好,
我试图从深度图像中找到几个中心像素。
我正在尝试实现分割,我需要找到分割对象的距离。
这就是我的想法,这将是有效的。
当彩色图像用于分割时,全帧深度图像将用于找到距离。
在我的下面的代码中。
我找到了深度图像的对角线,我试图找到3或5个像素。
我不知道如何从数组中找到值。
我只在我的控制台上打印了索引。打印40,35但没有值。
我希望我没有混淆你。
一切对我来说都是新的。
我试过这个;
void SampleArrived(对象发送者,SampleArrivedEventArgs args)
{
if(args.sample.Depth == null)
{
返回;
}
其他
{
var depthImageArray = args.sample.Depth;
Debug.Log(“我的深度值是”+ depthImageArray);
var diagonal = Math.Sqrt((depthWidth * depthWidth)+(depthHeight * depthHeight))/ 2;
texPlugin.UpdateTextureNative(args.sample.Depth,depthTex2DPtr);

for(int y = 0; y

回帖(11)

卿洁

2018-11-19 14:32:56
下面的链接提供了用于获取图像上特定XY坐标(例如100,100)处的像素深度的代码。
将像素投影到3d点·问题#1413·IntelRealSense / librealsense·GitHub

以上来自于谷歌翻译


以下为原文

The link below provides code for getting the depth of a pixel at a specific XY coordinate on the image (e.g 100, 100).
 
deprojection pixels to 3d point · Issue #1413 · IntelRealSense/librealsense · GitHub
举报

姜春阳

2018-11-19 14:44:18
引用: nywerwer 发表于 2018-11-19 10:30
下面的链接提供了用于获取图像上特定XY坐标(例如100,100)处的像素深度的代码。
将像素投影到3d点·问题#1413·IntelRealSense / librealsense·GitHub

嗨MartyG,
英特尔实感R3000 SDK的语法看起来并不熟悉。
我真的不明白她是如何获得原始深度值的

以上来自于谷歌翻译


以下为原文

Hi MartyG,
 
The syntax does not look familiar to Intel RealSense R3000 SDK. I really do not understand how she is getting her raw depth value
举报

卿洁

2018-11-19 14:52:58
引用: schumi_LYQ 发表于 2018-11-19 10:41
嗨MartyG,
英特尔实感R3000 SDK的语法看起来并不熟悉。
我真的不明白她是如何获得原始深度值的

我很抱歉,我没有看到您已将您的条目标记为SR300和2016 R3 SDK。
我没有阅读帖子底部的标签。
SR300与当前的RealSense SDK 2.0兼容。
您的项目是否可以使用它而不是R3?
如果不是:我使用R2和R3已经有一段时间了,但我相信将3D深度坐标映射到2D图像坐标的适当指令是ProjectCameraToDepth。
英特尔®实感™SDK 2016 R3文档

以上来自于谷歌翻译


以下为原文

I apologize, I did not see that you had tagged your entry as SR300 and 2016 R3 SDK.  I do not read the tags at the bottom of posts.
 
SR300 is compatible with the current RealSense SDK 2.0.  Would it be possible for your project to use it instead of R3?
 
If not: it has been a while since I used R2 and R3, but I believe the appropriate instruction for mapping 3D depth coordinates to 2D image coordinates is ProjectCameraToDepth.
 
Intel® RealSense™ SDK 2016 R3 Documentation
举报

姜春阳

2018-11-19 15:06:54
引用: nywerwer 发表于 2018-11-19 10:50
我很抱歉,我没有看到您已将您的条目标记为SR300和2016 R3 SDK。
我没有阅读帖子底部的标签。
SR300与当前的RealSense SDK 2.0兼容。

这没问题,我没有自己正确地标记问题。
文档不清楚语法应该如何。
就像展示如何完成的示例代码一样。
我会玩它,看看它会回来。

以上来自于谷歌翻译


以下为原文

That is no problem I did not tag the question properly myself.
 
The documentation is not clear on how the syntax should be. Like with a sample code showing how it is done.
 
I will play around with it and see what it will be returning.
举报

更多回帖

×
20
完善资料,
赚取积分