OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
arithm.hpp 文件参考
#include <opencv2/core.hpp>
arithm.hpp 的包含依赖图
此图显示直接或间接包含此文件的文件

命名空间

命名空间  cv
 
命名空间  cv::fastcv
 

函数

void cv::fastcv::matmuls8s32 (InputArray src1, InputArray src2, OutputArray dst)
 两个 int8_t 类型矩阵的矩阵乘法使用有符号整数输入/输出,而 cv::gemm 使用浮点输入/输出。matmuls8s32 在 Qualcomm 处理器上提供了更高的速度。