How to rotate an image around the y-axis by using a rotation matrix

3 ビュー (過去 30 日間)
Shirah
Shirah 2013 年 7 月 9 日
Hello
I have a grayscale image which I want to rotate about the y-axis by using the rotation matrix below.
rotation_Matrix = [cos(angle) -sin(angle);sin(angle) cos(angle)];
where angle is in radians.
I have tried multiplying the matrix by the size of the grayscale image, also tried maketform and affine and/or projective. However, I am not getting the desired result.
I will be grateful if someone can help me.
Thank You.
  1 件のコメント
Matt J
Matt J 2013 年 7 月 9 日
To fix what you did, we have to see what you did.

サインインしてコメントする。

回答 (1 件)

Matt J
Matt J 2013 年 7 月 9 日
Why not just use imrotate() ?
  1 件のコメント
Shirah
Shirah 2013 年 7 月 9 日
I have also tried the imrotate but it did not suit me for later processing. By the way, am working as per the algorithms mentioned in the paper "Vascular pattern recognition using CLAHE and median filtering methods".
Thank You

サインインしてコメントする。

カテゴリ

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