First time here? Check out the FAQ!
answered 2014-04-23 17:17:07 -0600
Try adding this at the very end of your code:
imshow("dst_image", dst); imshow("src_image", src); waitKey();