🤖
AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は
公式英語版(原文) を参照してください。
|
| 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) |
| |