'cvCvtPixToPlane' was not declared

asked 2015-04-11 08:34:39 -0600

seraphli gravatar image

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?

edit retag flag offensive close merge delete

Comments

1

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.

berak gravatar imageberak ( 2015-04-11 08:39:41 -0600 )edit