VPI - 视觉编程接口

3.2 版本

MinMaxLoc.h 文件参考

声明用于在图像中执行最小值和最大值位置查找的函数。 更多...

#include "../Export.h"
#include "../Status.h"
#include "../Types.h"
#include <stdint.h>
+ Include dependency graph for MinMaxLoc.h

转到此文件的源代码。

函数

VPIStatus vpiCreateMinMaxLoc (uint64_t backends, int32_t imageWidth, int32_t imageHeight, VPIImageFormat imageFormat, VPIPayload *payload)
 vpiSubmitMinMaxLoc 创建有效负载。 更多...
 
VPIStatus vpiSubmitMinMaxLoc (VPIStream stream, uint64_t backend, VPIPayload payload, VPIImage input, VPIArray minCoords, VPIArray maxCoords)
 在图像中查找最小值和最大值位置。 更多...
 

详细描述

声明用于在图像中执行最小值和最大值位置查找的函数。

在文件 MinMaxLoc.h 中定义。