Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered Apr 23 '14

Witek gravatar image

Try adding this at the very end of your code:

imshow("dst_image", dst);
imshow("src_image", src);
waitKey();