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

1 回表示 (過去 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?
Image Analyst
Image Analyst 2014 年 3 月 13 日
Yes.

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

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by