Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

All C++ functions and classed are in cv namespace, so use

cv::cvtColor(...);

or add after include:

using namespace cv;