6570
- 收藏
- 点赞
- 分享
- 举报
【已解决】3518EV200 IVS_process输出结果不对
本帖最后由 polestar 于 2016-12-13 18:59 编辑
我用Hi3518E_SDK_V1.0.2.0中的IVS_process获取到的pstBlob信息,打印出来是一些无效的数据,请问是什么原因?我之前用Hi3516A_SDK_V1.0.6.0中IVE的GMM和bgmodel方法都能正确把矩形框结果用VGS绘制在图像上,结果一到3518EV200下,这些都不能用,只能采用IVS接口处理。参数设置和sample里的sample_ive_md.c设置一样,
HI_IVS_MD_Process(pstMd->MdChn, &pstMd->astImg[s32CurIdx], &pstMd->astImg[1 - s32CurIdx], NULL, &pstMd->stBlob);
输入图像也经拷贝保存为本地文件验证了yuv数据是正确的。
if (pstBlob->u8RegionNum > 0)
{
printf("\n\n[CCL][CurAreaThr]%d, [LabelStatus]%d, [RegionNum]%d\n",
pstBlob->u16CurAreaThr, pstBlob->s8LabelStatus, pstBlob->u8RegionNum);
for (i = 0; i < 254; i++)
{
if (pstBlob->astRegion.u32Area > 0)
printf("[astRegion][index]%03d, [Left]%d, [Top]%d, [Right]%d, [Bottom]%d, [Area]%d\n",
i, pstBlob->astRegion.u16Left, pstBlob->astRegion.u16Top,
pstBlob->astRegion.u16Right, pstBlob->astRegion.u16Bottom,
pstBlob->astRegion.u32Area);
}
//getchar();
}
结果输出为:
[CCL][CurAreaThr]0, [LabelStatus]0, [RegionNum]254
[astRegion][index]003, [Left]37006, [Top]41420, [Right]641, [Bottom]32776, [Area]311445632
[astRegion][index]004, [Left]36354, [Top]49207, [Right]42273, [Bottom]768, [Area]-2123360185
[astRegion][index]008, [Left]32, [Top]4108, [Right]35588, [Bottom]2590, [Area]641214752
[astRegion][index]009, [Left]0, [Top]0, [Right]0, [Bottom]0, [Area]142606352
。。。
[astRegion][index]216, [Left]33032, [Top]33280, [Right]2322, [Bottom]10240, [Area]67108929
[astRegion][index]217, [Left]0, [Top]28672, [Right]32, [Bottom]0, [Area]2097152
[astRegion][index]219, [Left]2086, [Top]132, [Right]16384, [Bottom]528, [Area]69206028
[astRegion][index]220, [Left]0, [Top]0, [Right]0, [Bottom]2180, [Area]159383552
我用Hi3518E_SDK_V1.0.2.0中的IVS_process获取到的pstBlob信息,打印出来是一些无效的数据,请问是什么原因?我之前用Hi3516A_SDK_V1.0.6.0中IVE的GMM和bgmodel方法都能正确把矩形框结果用VGS绘制在图像上,结果一到3518EV200下,这些都不能用,只能采用IVS接口处理。参数设置和sample里的sample_ive_md.c设置一样,
HI_IVS_MD_Process(pstMd->MdChn, &pstMd->astImg[s32CurIdx], &pstMd->astImg[1 - s32CurIdx], NULL, &pstMd->stBlob);
输入图像也经拷贝保存为本地文件验证了yuv数据是正确的。
if (pstBlob->u8RegionNum > 0)
{
printf("\n\n[CCL][CurAreaThr]%d, [LabelStatus]%d, [RegionNum]%d\n",
pstBlob->u16CurAreaThr, pstBlob->s8LabelStatus, pstBlob->u8RegionNum);
for (i = 0; i < 254; i++)
{
if (pstBlob->astRegion.u32Area > 0)
printf("[astRegion][index]%03d, [Left]%d, [Top]%d, [Right]%d, [Bottom]%d, [Area]%d\n",
i, pstBlob->astRegion.u16Left, pstBlob->astRegion.u16Top,
pstBlob->astRegion.u16Right, pstBlob->astRegion.u16Bottom,
pstBlob->astRegion.u32Area);
}
//getchar();
}
结果输出为:
[CCL][CurAreaThr]0, [LabelStatus]0, [RegionNum]254
[astRegion][index]003, [Left]37006, [Top]41420, [Right]641, [Bottom]32776, [Area]311445632
[astRegion][index]004, [Left]36354, [Top]49207, [Right]42273, [Bottom]768, [Area]-2123360185
[astRegion][index]008, [Left]32, [Top]4108, [Right]35588, [Bottom]2590, [Area]641214752
[astRegion][index]009, [Left]0, [Top]0, [Right]0, [Bottom]0, [Area]142606352
。。。
[astRegion][index]216, [Left]33032, [Top]33280, [Right]2322, [Bottom]10240, [Area]67108929
[astRegion][index]217, [Left]0, [Top]28672, [Right]32, [Bottom]0, [Area]2097152
[astRegion][index]219, [Left]2086, [Top]132, [Right]16384, [Bottom]528, [Area]69206028
[astRegion][index]220, [Left]0, [Top]0, [Right]0, [Bottom]2180, [Area]159383552
我来回答
回答7个
时间排序
认可量排序
认可0
认可0
认可0
认可0
认可0
认可0
认可0
或将文件直接拖到这里
悬赏:
E币
网盘
* 网盘链接:
* 提取码:
悬赏:
E币
Markdown 语法
- 加粗**内容**
- 斜体*内容*
- 删除线~~内容~~
- 引用> 引用内容
- 代码`代码`
- 代码块```编程语言↵代码```
- 链接[链接标题](url)
- 无序列表- 内容
- 有序列表1. 内容
- 缩进内容
- 图片![alt](url)
相关问答
-
2016-06-17 23:15:54
-
2015-09-22 15:49:28
-
2016-04-29 10:28:53
-
2018-11-14 07:54:28
-
2018-04-24 11:48:48
-
2016-10-20 19:48:41
-
2017-02-21 13:38:20
-
2016-04-14 19:05:42
-
2019-09-27 16:21:44
-
2017-09-26 22:05:22
-
2018-01-15 09:42:43
-
2016-06-23 09:34:32
-
2018-04-19 19:59:36
-
2017-07-22 16:55:47
-
2017-05-06 00:34:21
-
2016-07-12 18:34:05
-
2019-08-06 21:13:47
-
2018-01-10 13:19:43
-
2017-03-16 10:56:21
无更多相似问答 去提问
点击登录
-- 积分
-- E币
提问
—
收益
—
被采纳
—
我要提问
切换马甲
上一页
下一页
悬赏问答
-
5Hi3516CV610 如何使用SD卡升级固件
-
5cat /dev/logmpp 报错 <3>[ vi] [func]:vi_send_frame_node [line]:99 [info]:vi pic queue is full!
-
50如何获取vpss chn的图像修改后发送至vo
-
5FPGA通过Bt1120传YUV422数据过来,vi接收不到数据——3516dv500
-
50SS928 运行PQtools 拼接 推到设备里有一半画面会异常
-
53536AV100的sample_vdec输出到CVBS显示
-
10海思板子mpp怎么在vi阶段改变视频数据尺寸
-
10HI3559AV100 多摄像头同步模式
-
9海思ss928单路摄像头vio中加入opencv处理并显示
-
10EB-RV1126-BC-191板子运行自己编码的程序
举报反馈
举报类型
- 内容涉黄/赌/毒
- 内容侵权/抄袭
- 政治相关
- 涉嫌广告
- 侮辱谩骂
- 其他
详细说明
提醒
你的问题还没有最佳答案,是否结题,结题后将扣除20%的悬赏金
取消
确认
提醒
你的问题还没有最佳答案,是否结题,结题后将根据回答情况扣除相应悬赏金(1回答=1E币)
取消
确认