opencv Mat 多维矩阵如何创建

2025-03-22 01:03:00
推荐回答(2个)
回答1:

Mat A=Mat::zeros(length,lenght,CV_8UC3);

回答2:

MatND类
自己搜oepnCV 文档吧。
这个类是多维的