Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Try adding this at the very end of your code:

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