필터 지우기
필터 지우기

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일
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 CenterFile Exchange에서 Geometric 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