1 | initial version |
You can define it as void func(int, int, Mat, Mat, string); I tried it works.The error may be due to the function name dont use "function" instead use another name. i tried "void func(int,int,mat,mat);" it works!!!
2 | No.2 Revision |
You can define it as
void func(int, int, Mat, Mat, string);
I tried it works.The error may be due to the function name dont use
"void func(int,int,mat,mat);"
it works!!!