Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试了以下代码进行初始化,但它不起作用。
int size[] = {2,3,2}; Mat matA; matA.create(3, size, CV_32FC2,Scalar::all(0));
你能告诉我正确的方法是什么吗?