specific image stretching to chosen size

1 Ansicht (letzte 30 Tage)
Neil Rooze
Neil Rooze am 12 Mär. 2020
Beantwortet: Pranjal Kaura am 30 Jul. 2021
How do i strech the 4th image so that only the RGB part is 300 x 300. i want the black bit deleted.
  2 Kommentare
KALYAN ACHARJYA
KALYAN ACHARJYA am 13 Mär. 2020
Can you clarify more?
Neil Rooze
Neil Rooze am 13 Mär. 2020
The last picture i want to stretch it like in the picture below. so it is a perfect square. (the read arrows are the stretching direction until it reaches the marked square)
thank you.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Pranjal Kaura
Pranjal Kaura am 30 Jul. 2021
Hey Neil,
It is my understanding that you want to rescale(stretch) the 4th image such that only a selected portion (RGB part of the image) is displayed on the predefined axis.
A possible workaround could be:
  • Accessing the 4th location in the plot by using the subplot function. For your example you can use "subplot(1, 4, 4)" to access the 4th location.
  • Rescaling the image by changing the 'Xdata' and 'Ydata' property of the 'imshow' function.
  • Use the 'imcrop' function to crop out the required part of the image.

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by