How do I rotate each block of image to be perpendicular to x-axis?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Klara
am 11 Mär. 2014
Kommentiert: Image Analyst
am 13 Mär. 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.
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 11 Mär. 2014
You could use imrotate() on the block, or use various combinations of transpose (the ' operator), flipud(), and fliplr().
8 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Geometric Transformation and Image Registration finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!