Advertisement
Guest User

Untitled

a guest
Jan 7th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. cv::Mat Widget::qImageToMat(QImage img, int format)
  2. {
  3.     return cv::Mat(img.height(), img.width(), format, img.bits(), img.bytesPerLine()).clone();  
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement