|
void | cv::cann::arithm_op (const AscendMat &src, AscendMat &dst, const char *op, AscendStream &stream) |
|
void | cv::cann::arithm_op (const AscendMat &src, const Scalar &sc, AscendMat &dst, const char *op, AscendStream &stream) |
|
void | cv::cann::arithm_op (const AscendMat &src, float scalar, AscendMat &dst, const char *op, AscendStream &stream) |
|
void | cv::cann::arithm_op (const AscendMat &src1, const AscendMat &src2, AscendMat &dst, const char *op, AscendStream &stream) |
|
void | cv::cann::arithm_op (const Scalar &sc, const AscendMat &src, AscendMat &dst, const char *op, AscendStream &stream) |
|
void | cv::cann::crop (const AscendMat &src, AscendMat &dst, const AscendMat &sizeSrcNpu, int64_t *offset, AscendStream &stream) |
|
void | cv::cann::flip (const AscendMat &src, std::vector< int32_t > &asixs, AscendMat &dst, AscendStream &stream) |
|
void | cv::cann::resize (const AscendMat &src, AscendMat &dst, int32_t *dstSize, int interpolation, AscendStream &stream) |
|
void | cv::cann::transData (const AscendMat &src, AscendMat &dst, const char *from, const char *to, AscendStream &stream) |
|
void | cv::cann::transpose (const AscendMat &src, int64_t *perm, AscendMat &dst, AscendStream &stream) |
|