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

1 Ansicht (letzte 30 Tage)
Jun FAN
Jun FAN am 9 Jul. 2019
Beantwortet: Jyotsna Talluri am 26 Jul. 2019
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

Antworten (1)

Jyotsna Talluri
Jyotsna Talluri am 26 Jul. 2019
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.

Kategorien

Mehr zu Geometric Transformation and Image Registration finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by