Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. void doImageProcessing(UMat* myFrame)
  2. {
  3. IplImage *src_img;
  4. src_img = new IplImage(*myFrame); //conversion from *Umat to Iplimage
  5. [...]
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement