Advertisement
alex1984vn

canny opencv

Dec 2nd, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.13 KB | None | 0 0
  1. canny
  2. //IplImage* grayLeft = cvLoadImage(leftImg, 0);
  3. //cvCanny(grayLeft, grayLeft, 50, 150, 3);
  4. //cvShowImage("gray", grayLeft);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement