When I'm using opencv 3.0 beta to compile code, it throw out this error: error: 'cvCvtPixToPlane' was not declared in this scope. And I tried to locate this function by searching source code, but nothing found. How can I solve this problem?
1 | initial version |
When I'm using opencv 3.0 beta to compile code, it throw out this error: error: 'cvCvtPixToPlane' was not declared in this scope. And I tried to locate this function by searching source code, but nothing found. How can I solve this problem?