how to rotate an image along any axis?

2 ビュー (過去 30 日間)
sidra Rafique
sidra Rafique 2020 年 1 月 15 日
回答済み: WalterWhite 2020 年 1 月 15 日
hi
i have a grayscale image , now i want to perform continuous rotations on that image just like to get a simulation effect.
is there any way of doing it.?
i have read in literature that i can do this using imrotate but it is not doing continous rotation. then i have read about azimuth. which is rotation along center point. but it is only showing along 90 degree rotation. i want to rotate my grayscale image in 360 degree rotations.
please help me in doing so.

回答 (1 件)

WalterWhite
WalterWhite 2020 年 1 月 15 日
direction = [0 1 0]; % 3axes, in this case about y
rotate(img,direction,angle)
does this work?

カテゴリ

Help Center および File ExchangeGeometric Transformation and Image Registration についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by