First time here? Check out the FAQ!
answered 2017-05-01 08:19:56 -0600
line is in imgproc module. You have to use
#include "opencv2/imgproc.hpp"
or to include everything
#include <opencv2/opencv.h>