How to extract certain pixels from an image and reshape to plot?

1 次查看(过去 30 天)
Dear Matlab friends,
I have an image example:
Does anybody know how to extract the pixels for the right corner with certain shape and replot it in a rotated fashion? Something as follows:
It'll be good to get it done by Matlab in an antomatic way as I have a large batch of images like this to be processed.
Any help will be much appreciated.
Thanks in advance.
Jun

回答(1 个)

Jyotsna Talluri
Jyotsna Talluri 2019-7-26
Hi,
You can directly crop the required part of the image by using the imcrop() function
Specify the required size and the position of the cropped region in terms of spatial coordinates.
Refer to this link below for imcrop() function
The function in the below link provides the code which rotates the image by the specified angle with automatic cropping of black corners.

类别

Help CenterFile Exchange 中查找有关 Geometric Transformation and Image Registration 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by