rahulch

Untitled

Mar 4th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  cv::Mat img = cv::Mat(m_videoHeight, m_videoWidth, CV_8UC4, input->bits());
  2. cv::Mat gray;
  3. cv::cvtColor(img, gray, cv::COLOR_BGR2GRAY);
Add Comment
Please, Sign In to add comment