Clear Filters
Clear Filters

Need to force imcrop display into a fixed aspect ratio

2 views (last 30 days)
I have a 4000x200 pixel array on which I want to use the interactive imcrop feature, however the imcrop feature displays the aspect ratio as a 20:1 (square pixels) unlike the imagesc which scales the aspect ration to 4:3 or close.
Is there a way to force the interactive imcrop function to display a 4:3 aspect ratio?
Thanks

Answers (1)

Walter Roberson
Walter Roberson on 18 May 2023
daspect([4 3 1])

Categories

Find more on Images in Help Center and File Exchange

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!