First time here? Check out the FAQ!
answered 2014-12-29 18:11:15 -0600
Use the imwrite function. If the image is cv::Mat image, you can save it by using
imwrite
cv::Mat image
imwrite ( filename, image );