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

1 vue (au cours des 30 derniers jours)
Klara
Klara le 11 Mar 2014
Commenté : Image Analyst le 13 Mar 2014
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.

Réponse acceptée

Image Analyst
Image Analyst le 11 Mar 2014
You could use imrotate() on the block, or use various combinations of transpose (the ' operator), flipud(), and fliplr().
  8 commentaires
Klara
Klara le 13 Mar 2014
Modifié(e) : Klara le 13 Mar 2014
Thanks. Reminding that I don't have Image Processing Toolbox, then is is possible to rotate it based on Rotation matrix?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

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

Community Treasure Hunt

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

Start Hunting!

Translated by