First time here? Check out the FAQ!
answered 2013-09-30 12:11:10 -0600
I can recommend you.
Mat image_src; image_src = imread( "000092.jpg", 1); Mat lung_left( image_src, Rect( 55, 100, 195, 290)); // Rect( , , , ) crop image from x,y to x+i, y+j
Tell me, how it works for you.