Im working on reducing noise from noisy image in OPENCV using different filters. i want to know that how i capture or save the result images during debugging code?
You can:
imwrite
all your debugging images, better in a specific folder.I recommend the second approach, which personally I find very useful. Have a look also at this answer.