Does Imshowborder tight option in iptsetpref make margin depend on the image ratio?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I have two images, the size of the first image is [300 50] and the second image is [100 4000].
% [height, width]
I run the same code to each images, but the second image in figure has a margin, the imshowborder is not tight.
The only difference is the ratio of each images (one is vertically long, and another is horizontally long)
Since the second image is larger than the first one, it isn't seem like size problem.
I want two images without any margin. Is any options for me?
0 Kommentare
Antworten (1)
Tarunbir Gambhir
am 29 Jan. 2021
When setting the 'ImshowBorder' option to 'tight', there can be cases that the border is still present. This happens if the image is very small, or if there are other objects besides the image and its axes in the figure.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Geometric Transformation and Image Registration finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!