'cvCvtPixToPlane' was not declared
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?
yes it's gone.
How can I solve this problem? - convert your code to c++. you're long overdue with that anyway !
please use cv::Mat and cv::split instead.