How to save an image from OpenCV
Hey guys,
I wanted to know if there is a function that will allow me to save an image from opencv; for example, i wrote a program that will rotate an image 90 degrees. How can I save the rotated image to a folder?
Thanks
Check imwrite, also see an example here