Effacer les filtres
Effacer les filtres

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

3 vues (au cours des 30 derniers jours)
Shirah
Shirah le 9 Juil 2013
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.

Réponses (1)

Matt J
Matt J le 9 Juil 2013
Why not just use imrotate() ?
  1 commentaire
Shirah
Shirah le 9 Juil 2013
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

Connectez-vous pour commenter.

Catégories

En savoir plus sur Geometric Transformation and Image Registration dans Help Center et File Exchange

Tags

Aucun tag saisi pour le moment.

Community Treasure Hunt

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

Start Hunting!

Translated by