finding headerline and transformation

I have a binary image that contains a headerline. I want to transform image so that header line will be in horizontal direction.

回答(1 个)

Use flipud or, in R2013b or greater, flip.
I = imread('1.jpg');
imshow(flipud(I))
And:
doc flipud

此问题已关闭。

提问:

2013-12-9

关闭:

2021-8-20

Community Treasure Hunt

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

Start Hunting!

Translated by