Is it possibile in Matlab, to create a specific mask (which is not a rectangular/square) for the imcrop command? I need to exclude boundaries from an image, but they are irregular, so I need to make like a crop mask.
Thanks
Is it possibile in Matlab, to create a specific mask (which is not a rectangular/square) for the imcrop command? I need to exclude boundaries from an image, but they are irregular, so I need to make like a crop mask.
Thanks
Try displaying the image using imshow
, then just use the command
roipoly
and you should be able to define irregular boundaries.