필터 지우기
필터 지우기

How do I rotate each block of image to be perpendicular to x-axis?

조회 수: 2 (최근 30일)
Klara
Klara 2014년 3월 11일
댓글: Image Analyst 2014년 3월 13일
For each block of a fingerprint image, the local orientation is measured. I tried to rotate gradients by their mean orientation but it looks same as gradients and not perpendicular to x-axis.

채택된 답변

Image Analyst
Image Analyst 2014년 3월 11일
You could use imrotate() on the block, or use various combinations of transpose (the ' operator), flipud(), and fliplr().
  댓글 수: 8
Klara
Klara 2014년 3월 13일
편집: Klara 2014년 3월 13일
Thanks. Reminding that I don't have Image Processing Toolbox, then is is possible to rotate it based on Rotation matrix?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Signal Attributes and Indexing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by