|
| 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()) |
| | 裁剪二维数组。该函数根据给定的 cv::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 | acl 终结化 () |
| | 终结化 AscendCL。
|
| |
| void | dvpp 终结化 () |
| | 终结化 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()) |
| | 围绕垂直、水平或两个轴翻转二维矩阵。
|
| |
| aclDataType | getACLType (int opencvdepth) |
| | OpenCV 与 CANN 之间的类型映射。
|
| |
| int32_t | 获取设备 () |
| | 获取当前 Ascend 设备。
|
| |
| AscendMat | getInputMat (InputArray src, AscendStream &stream) |
| | 从输入数组获取 Ascend 矩阵对象,如果需要则上传矩阵内存。(非阻塞调用)
|
| |
| AscendMat | getOutputMat (OutputArray dst, int rows, int cols, int type, AscendStream &stream) |
| | 从输出数组获取 Ascend 矩阵对象,如果需要则上传矩阵内存。
|
| |
| void | acl 初始化 () |
| | 初始化 AscendCL。
|
| |
| void | dvpp 初始化 () |
| | 初始化 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 | 重置设备 () |
| | 清除当前 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 度的倍数。函数 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 Runtime API 流指针 (aclrtStream) 中存储的地址创建 Stream 对象。
|
| |