MATLAB: How to crop image selected area

croppingimage processingImage Processing Toolbox

I want to landmark points to image then crop image selected area. How to crop?

Best Answer

Try impoly() or roipolyold().
Related Question