answered Apr 23 '14
Try adding this at the very end of your code:
imshow("dst_image", dst); imshow("src_image", src); waitKey();