OpenCV  4.10.0
开源计算机视觉
正在加载...
正在搜索...
无匹配结果
| 命名空间 | 函数
dvpp_call.hpp 文件参考
#include <vector>
#include <string>
#include <acl/acl.h>
#include <acl/acl_op_compiler.h>
#include <acl/dvpp/hi_dvpp.h>
#include "acl/acl_op.h"
#include "cann_call.hpp"
dvpp_call.hpp 的包含依赖图

结构  cv::cann::AscendPicDesc
 
类  cv::cann::DvppOperatorDesc
 用于调用 DVPP 算子描述符的接口。此处的 DVPP VPC 接口全部为 v2 版本。支持的设备:Atlas Inference 系列产品、Atlas 200/500 A2 Inference 产品以及 Atlas A2 Training 系列产品/Atlas 300I A2 Inference 产品。 更多信息...
 

命名空间

命名空间  cv
 与磁盘上的文件关联的文件存储的“黑盒”表示形式。
 
命名空间  cv::cann
 

函数

void cv::cann::vpcCopyMakeBorderWarpper (hi_vpc_chn chnId, hi_vpc_pic_info &inPic, hi_vpc_pic_info &outPic, uint32_t *taskID, int *offsets, int bordertype, Scalar value)
 
void cv::cann::vpcCropResizeMakeBorderWarpper (hi_vpc_chn chnId, std::vector< AscendPicDesc > &inPicDesc, std::vector< AscendPicDesc > &outPicDesc, int cnt, uint32_t *taskID, const Rect &rect, Size dsize, int interpolation, const int borderType, Scalar scalarV, int top, int left)
 
void cv::cann::vpcCropResizeWarpper (hi_vpc_chn chnId, hi_vpc_pic_info &inPic, hi_vpc_pic_info &outPic, int cnt, uint32_t *taskID, const Rect &rect, Size dsize, int interpolation)
 
void cv::cann::vpcResizeWarpper (hi_vpc_chn chnId, hi_vpc_pic_info &inPic, hi_vpc_pic_info &outPic, int interpolation, uint32_t *taskID)