Guest User

Untitled

a guest
Nov 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. function 1
  2. {
  3. Mat testImage = imread("..\testImage.jpg");
  4. }
  5.  
  6. function 2 // changes (like bgr2gray)
  7. {
  8. cvtColor(testImage,garyImag,CV_BGR2Gray);
  9. } // original image will be gray one
Add Comment
Please, Sign In to add comment