First time here? Check out the FAQ!
answered 2012-12-07 00:07:17 -0600
All C++ functions and classed are in cv namespace, so use
cv::cvtColor(...);
or add after include:
using namespace cv;