|
| void | aclrtFreeWarpper (void *data) |
| |
| void | aclrtMallocWarpper (void **data, size_t size) |
| |
| void | aclrtMemcpy2dWarpper (std::shared_ptr< uchar > &dst, size_t offset, size_t dpitch, const void *src, size_t spitch, size_t width, size_t length, AscendStream &stream) |
| |
| void | aclrtMemcpy2dWarpper (void *dst, size_t dpitch, const std::shared_ptr< uchar > &src, size_t offset, size_t spitch, size_t width, size_t length, AscendStream &stream) |
| |
| void | aclrtMemcpyWarpper (std::shared_ptr< uchar > &dst, size_t dstOffset, const std::shared_ptr< uchar > &src, size_t srcOffset, size_t size, AscendStream &stream) |
| |
| void | aclrtMemcpyWarpper (std::shared_ptr< uchar > &dst, size_t offset, const void *src, size_t size, AscendStream &stream) |
| |
| void | aclrtMemcpyWarpper (void *dst, const std::shared_ptr< uchar > &src, size_t offset, size_t size, AscendStream &stream) |
| |
| void | aclrtMemsetWarpper (std::shared_ptr< uchar > &ptr, int32_t value, size_t count, AscendStream &stream) |
| |
| void | add (const AscendMat &src1, const AscendMat &src2, AscendMat &dst, const AscendMat &mask=AscendMat(), int dtype=-1, AscendStream &stream=AscendStream::Null()) |
| |
| void | add (const AscendMat &src1, const Scalar &src2, AscendMat &dst, const AscendMat &mask=AscendMat(), int dtype=-1, AscendStream &stream=AscendStream::Null()) |
| |
| void | add (const InputArray src1, const InputArray src2, OutputArray dst, const InputArray mask=noArray(), int dtype=-1, AscendStream &stream=AscendStream::Null()) |
| | 计算矩阵-矩阵或矩阵-标量的和。
|
| |
| void | add (const Scalar &src1, const AscendMat &src2, AscendMat &dst, const AscendMat &mask=AscendMat(), int dtype=-1, AscendStream &stream=AscendStream::Null()) |
| |
| void | addWeighted (const AscendMat &src1, double alpha, const AscendMat &src2, double beta, double gamma, AscendMat &dst, int dtype=-1, AscendStream &stream=AscendStream::Null()) |
| |
| void | addWeighted (const InputArray src1, double alpha, const InputArray src2, double beta, double gamma, OutputArray dst, int dtype=-1, AscendStream &stream=AscendStream::Null()) |
| | 计算两个数组的加权和。
|
| |
| void | arithm_op (const AscendMat &src, AscendMat &dst, const char *op, AscendStream &stream) |
| |
| void | arithm_op (const AscendMat &src, const Scalar &sc, AscendMat &dst, const char *op, AscendStream &stream) |
| |
| void | arithm_op (const AscendMat &src, float scalar, AscendMat &dst, const char *op, AscendStream &stream) |
| |
| void | arithm_op (const AscendMat &src1, const AscendMat &src2, AscendMat &dst, const char *op, AscendStream &stream) |
| |
| void | arithm_op (const Scalar &sc, const AscendMat &src, AscendMat &dst, const char *op, AscendStream &stream) |
| |
| void | bitwise_and (const AscendMat &src1, const AscendMat &src2, AscendMat &dst, const AscendMat &mask=AscendMat(), AscendStream &stream=AscendStream::Null()) |
| |
| void | bitwise_and (const AscendMat &src1, const Scalar &src2, AscendMat &dst, const AscendMat &mask=AscendMat(), AscendStream &stream=AscendStream::Null()) |
| |
| void | bitwise_and (const InputArray src1, const InputArray src2, OutputArray dst, const InputArray mask=noArray(), AscendStream &stream=AscendStream::Null()) |
| | 执行两个矩阵(或矩阵与标量)的逐元素按位与运算。
|
| |
| void | bitwise_and (const Scalar &src1, const AscendMat &src2, AscendMat &dst, const AscendMat &mask=AscendMat(), AscendStream &stream=AscendStream::Null()) |
| |
| void | bitwise_not (const AscendMat &src, AscendMat &dst, const AscendMat &mask=AscendMat(), AscendStream &stream=AscendStream::Null()) |
| |
| void | bitwise_not (const InputArray src, OutputArray dst, const InputArray mask=noArray(), AscendStream &stream=AscendStream::Null()) |
| | 执行逐元素按位取反运算。
|
| |
| void | bitwise_or (const AscendMat &src1, const AscendMat &src2, AscendMat &dst, const AscendMat &mask=AscendMat(), AscendStream &stream=AscendStream::Null()) |
| |
| void | bitwise_or (const AscendMat &src1, const Scalar &src2, AscendMat &dst, const AscendMat &mask=AscendMat(), AscendStream &stream=AscendStream::Null()) |
| |
| void | bitwise_or (const InputArray src1, const InputArray src2, OutputArray dst, const InputArray mask=noArray(), AscendStream &stream=AscendStream::Null()) |
| | 执行两个矩阵(或矩阵与标量)的逐元素按位或运算。
|
| |
| void | bitwise_or (const Scalar &src1, const AscendMat &src2, AscendMat &dst, const AscendMat &mask=AscendMat(), AscendStream &stream=AscendStream::Null()) |
| |
| void | bitwise_xor (const AscendMat &src1, const AscendMat &src2, AscendMat &dst, const AscendMat &mask=AscendMat(), AscendStream &stream=AscendStream::Null()) |
| |
| void | bitwise_xor (const AscendMat &src1, const Scalar &src2, AscendMat &dst, const AscendMat &mask=AscendMat(), AscendStream &stream=AscendStream::Null()) |
| |
| void | bitwise_xor (const InputArray src1, const InputArray src2, OutputArray dst, const InputArray mask=noArray(), AscendStream &stream=AscendStream::Null()) |
| | 执行两个矩阵(或矩阵与标量)的逐元素按位异或运算。
|
| |
| void | bitwise_xor (const Scalar &src1, const AscendMat &src2, AscendMat &dst, const AscendMat &mask=AscendMat(), AscendStream &stream=AscendStream::Null()) |
| |
| void | checkAclError (aclError err, const char *file, const int line, const char *func) |
| |
| void | checkAclPtr (void *ptr, const char *file, const int line, const char *func) |
| |
| void | copyMakeBorder (const AscendMat &src, AscendMat &dst, int top, int bottom, int left, int right, int borderType, const Scalar &value=Scalar()) |
| |
| void | copyMakeBorder (const InputArray src, OutputArray dst, int top, int bottom, int left, int right, int borderType, const Scalar &value=Scalar()) |
| | 在输入图像的复本周围形成边界,并使用指定的边界类型填充。
|
| |
| void | crop (const AscendMat &src, AscendMat &dst, const AscendMat &sizeSrcNpu, int64_t *offset, AscendStream &stream) |
| |
| AscendMat | crop (const AscendMat &src, const Rect &rect, AscendStream &stream=AscendStream::Null()) |
| |
| AscendMat | crop (InputArray src, const Rect &rect, AscendStream &stream=AscendStream::Null()) |
| | 裁剪 2D 数组。该函数通过给定的 cv::Rect 裁剪矩阵。输出矩阵必须具有与输入矩阵相同的深度,其大小由给定的 rect 大小指定。
|
| |
| void | cropResize (const AscendMat &src, AscendMat &dst, const Rect &rect, Size dsize, double fx, double fy, int interpolation) |
| |
| void | cropResize (const InputArray src, OutputArray dst, const Rect &rect, Size dsize, double fx, double fy, int interpolation) |
| | 从大图像中裁剪子图像,并将其缩放到特定大小。
|
| |
| void | cropResizeMakeBorder (const AscendMat &src, AscendMat &dst, const Rect &rect, Size dsize, double fx, double fy, int interpolation, int top, int left, const int borderType, Scalar value=Scalar()) |
| |
| void | cropResizeMakeBorder (const InputArray src, OutputArray dst, const Rect &rect, Size dsize, double fx, double fy, int interpolation, int top, int left, const int borderType, Scalar value=Scalar()) |
| | 从大图像中裁剪子图像,缩放到特定大小,并形成顶部/左侧边界,且使用指定的边界类型进行填充。
|
| |
| void | cvtColor (const AscendMat &src, AscendMat &dst, int code, int dstCn=0, AscendStream &stream=AscendStream::Null()) |
| |
| void | cvtColor (const InputArray src, OutputArray dst, int code, int dstCn=0, AscendStream &stream=AscendStream::Null()) |
| | 将图像从一种颜色空间转换为另一种。
|
| |
| void | divide (const AscendMat &src1, const AscendMat &src2, AscendMat &dst, float scale=1, int dtype=-1, AscendStream &stream=AscendStream::Null()) |
| |
| void | divide (const AscendMat &src1, const Scalar &src2, AscendMat &dst, float scale=1, int dtype=-1, AscendStream &stream=AscendStream::Null()) |
| |
| void | divide (const InputArray src1, const InputArray src2, OutputArray dst, float scale=1, int dtype=-1, AscendStream &stream=AscendStream::Null()) |
| | 计算矩阵-矩阵或矩阵-标量的除法。
|
| |
| void | divide (const Scalar &src1, const AscendMat &src2, AscendMat &dst, float scale=1, int dtype=-1, AscendStream &stream=AscendStream::Null()) |
| |
| void | finalizeAcl () |
| | 去初始化 AscendCL。
|
| |
| void | finalizeDvpp () |
| | 去初始化 DVPP 系统。
|
| |
| void | flip (const AscendMat &src, AscendMat &dst, int flipCode, AscendStream &stream=AscendStream::Null()) |
| |
| void | flip (const AscendMat &src, std::vector< int32_t > &asixs, AscendMat &dst, AscendStream &stream) |
| |
| void | flip (InputArray src, OutputArray dst, int flipCode, AscendStream &stream=AscendStream::Null()) |
| | 围绕垂直、水平或两个轴翻转 2D 矩阵。
|
| |
| aclDataType | getACLType (int opencvdepth) |
| | OpenCV 与 CANN 之间的类型映射。
|
| |
| int32_t | getDevice () |
| | 获取当前 Ascend 设备。
|
| |
| AscendMat | getInputMat (InputArray src, AscendStream &stream) |
| | 从输入数组中获取 Ascend 矩阵对象,如果需要则上传矩阵内存。(非阻塞调用)
|
| |
| AscendMat | getOutputMat (OutputArray dst, int rows, int cols, int type, AscendStream &stream) |
| | 从输出数组中获取 Ascend 矩阵对象,如果需要则上传矩阵内存。
|
| |
| void | initAcl () |
| | 初始化 AscendCL。
|
| |
| void | initDvpp () |
| | 初始化 DVPP 系统。
|
| |
| template<typename KERNEL_TYPE , typename TILING_TYPE , typename... ARGS> |
| void | kernel_launch (KERNEL_TYPE kernel, AscendStream &stream, TILING_TYPE &tiling, ARGS... args) |
| |
| std::shared_ptr< uchar > | mallocAndUpload (const void *data, size_t size, AscendStream &stream, AscendMat::Allocator *allocator) |
| | 分配内存并将原始数据上传到设备。
|
| |
| void | merge (const AscendMat *src, size_t n, AscendMat &dst, AscendStream &stream=AscendStream::Null()) |
| | 由几个单通道矩阵组成一个多通道矩阵。
|
| |
| void | merge (const AscendMat *src, size_t n, OutputArray &dst, AscendStream &stream=AscendStream::Null()) |
| |
| void | merge (const std::vector< AscendMat > &src, AscendMat &dst, AscendStream &stream=AscendStream::Null()) |
| |
| void | merge (const std::vector< AscendMat > &src, OutputArray &dst, AscendStream &stream=AscendStream::Null()) |
| |
| void | multiply (const AscendMat &src1, const AscendMat &src2, AscendMat &dst, float scale=1, int dtype=-1, AscendStream &stream=AscendStream::Null()) |
| |
| void | multiply (const AscendMat &src1, const Scalar &src2, AscendMat &dst, float scale=1, int dtype=-1, AscendStream &stream=AscendStream::Null()) |
| |
| void | multiply (const InputArray src1, const InputArray src2, OutputArray dst, float scale=1, int dtype=-1, AscendStream &stream=AscendStream::Null()) |
| | 计算矩阵-矩阵或矩阵-标量的逐元素乘积。
|
| |
| void | multiply (const Scalar &src1, const AscendMat &src2, AscendMat &dst, float scale=1, int dtype=-1, AscendStream &stream=AscendStream::Null()) |
| |
| void | resetDevice () |
| | 清除在当前 Ascend 设备中创建的所有上下文。
|
| |
| void | resize (const AscendMat &src, AscendMat &dst, int32_t *dstSize, int interpolation, AscendStream &stream) |
| |
| void | resize (const AscendMat &src, AscendMat &dst, Size dsize, double fx, double fy, int interpolation, AscendStream &stream=AscendStream::Null()) |
| |
| void | resize (InputArray src, OutputArray dst, Size dsize, double fx, double fy, int interpolation, AscendStream &stream=AscendStream::Null()) |
| | 将图像 src 缩小或放大到指定的大小。
|
| |
| void | rotate (const AscendMat &src, AscendMat &dst, int rotateMode, AscendStream &stream=AscendStream::Null()) |
| |
| void | rotate (InputArray src, OutputArray dst, int rotateCode, AscendStream &stream=AscendStream::Null()) |
| | 以 90 度的倍数旋转 2D 数组。函数 cv::rotate 以三种不同方式之一旋转数组:顺时针旋转 90 度 (rotateCode = ROTATE_90_CLOCKWISE)。顺时针旋转 180 度 (rotateCode = ROTATE_180)。顺时针旋转 270 度 (rotateCode = ROTATE_90_COUNTERCLOCKWISE)。
|
| |
| void | setDevice (int device) |
| | 选择 Ascend NPU 设备。
|
| |
| void | split (const AscendMat &src, AscendMat *dst, AscendStream &stream=AscendStream::Null()) |
| | 将多通道矩阵的每个平面复制到一个数组中。
|
| |
| void | split (const AscendMat &src, std::vector< AscendMat > &dst, AscendStream &stream=AscendStream::Null()) |
| |
| void | split (const InputArray src, AscendMat *dst, AscendStream &stream=AscendStream::Null()) |
| |
| void | split (const InputArray src, std::vector< AscendMat > &dst, AscendStream &stream=AscendStream::Null()) |
| |
| void | subtract (const AscendMat &src1, const AscendMat &src2, AscendMat &dst, const AscendMat &mask=AscendMat(), int dtype=-1, AscendStream &stream=AscendStream::Null()) |
| |
| void | subtract (const AscendMat &src1, const Scalar &src2, AscendMat &dst, const AscendMat &mask=AscendMat(), int dtype=-1, AscendStream &stream=AscendStream::Null()) |
| |
| void | subtract (const InputArray src1, const InputArray src2, OutputArray dst, const InputArray mask=noArray(), int dtype=-1, AscendStream &stream=AscendStream::Null()) |
| | 计算矩阵-矩阵或矩阵-标量的差值。
|
| |
| void | subtract (const Scalar &src1, const AscendMat &src2, AscendMat &dst, const AscendMat &mask=AscendMat(), int dtype=-1, AscendStream &stream=AscendStream::Null()) |
| |
| void | syncOutput (const AscendMat &dst, OutputArray _dst, AscendStream &stream) |
| | 同步输出矩阵到输出数组,如果需要则下载矩阵内存。
|
| |
| double | threshold (const AscendMat &src, AscendMat &dst, double thresh, double maxval, int type, AscendStream &stream=AscendStream::Null()) |
| |
| double | threshold (const InputArray src, OutputArray dst, double thresh, double maxval, int type, AscendStream &stream=AscendStream::Null()) |
| | 对数组的每个元素应用固定阈值操作。
|
| |
| void | transData (const AscendMat &src, AscendMat &dst, const char *from, const char *to, AscendStream &stream) |
| |
| void | transpose (const AscendMat &src, AscendMat &dst, AscendStream &stream=AscendStream::Null()) |
| |
| void | transpose (const AscendMat &src, int64_t *perm, AscendMat &dst, AscendStream &stream) |
| |
| void | transpose (InputArray src, OutputArray dst, AscendStream &stream=AscendStream::Null()) |
| | 矩阵转置。
|
| |
| void | 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 | 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 | 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 | vpcResizeWarpper (hi_vpc_chn chnId, hi_vpc_pic_info &inPic, hi_vpc_pic_info &outPic, int interpolation, uint32_t *taskID) |
| |
| AscendStream | wrapStream (size_t AscendStreamAddress) |
| | 绑定重载,用于从现有 CANN 运行时 API 流指针(aclrtStream)中存储的地址创建流对象。
|
| |