您好!
我正在尝试设置我发现已在算法列表中实现的 ROI 参数。 它是包含4个变量的结构。 startx、StartY、高度和宽度。 我使用一个简单的函数在用例中设置这些参数、但没有发生任何情况。 我是否需要做其他事情、然后设置这些参数、或许可以在某个位置启用 ROI?
谢谢、
斯尔詹
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
您好!
我正在尝试设置我发现已在算法列表中实现的 ROI 参数。 它是包含4个变量的结构。 startx、StartY、高度和宽度。 我使用一个简单的函数在用例中设置这些参数、但没有发生任何情况。 我是否需要做其他事情、然后设置这些参数、或许可以在某个位置启用 ROI?
谢谢、
斯尔詹
您好!
这是我的用例链、
UseCase:chains_twoCam_Alg_Display
Capture -> Split -> Select -> Alg_ImagePreProcess (EVE1)-> Alg_EdgeDetect (EVE2)-> VPE_1 -> Display_ED
选择->空(A15)
GrpxSrc -> Display_GRPX
SDK 版本为 VISION_SDK_02_12_01_00。
在主文件中、我编写了一个简单函数:
您好!
您无需在 use-case 文件夹中的 priv.h & priv.c 中进行任何修改、并且需要在用例中设置"AlgorithmLink_ImagePreProcessCreateParams"结构参数、如
uint32 imgFrameStartX;
/**<相对于输入缓冲区开始的实际视频开始*/
uint32 imgFrameStartY;
/**<相对于输入缓冲区开始的实际视频开始*/
uint32 imgFrameWidth;
/**<输入帧的宽度*/
uint32 imgFrameHeight;
/**<输入框的高度*/
谢谢
加维拉尤
我在 algorithmLink.h 文件中找到了一个结构