rahulch

Untitled

Mar 22nd, 2019
104
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_8UC3, input->bits());
  2. cv::Mat gray;
  3. cv::cvtColor(img, gray, cv::COLOR_YUV2GRAY_I420);
Add Comment
Please, Sign In to add comment