how can i save detected face in opencv
hello, i am using Haar cascade program for detecting face which is shown in window. But i want to save the detected face. And after i want to send this pic via gprs module. Thanks
for saving it on local you shall look at
imwrite
function