First time here? Check out the FAQ!
answered 2013-12-13 15:07:52 -0600
in c++ u can write like this
Mat image// and add a image to your program
Rect ROI = Rect(x,y,width,height);
Mat image_ROI =image(ROI);