How do I rotate each block of image to be perpendicular to x-axis?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Klara
el 11 de Mzo. de 2014
Comentada: Image Analyst
el 13 de Mzo. de 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 comentarios
Respuesta aceptada
Image Analyst
el 11 de Mzo. de 2014
You could use imrotate() on the block, or use various combinations of transpose (the ' operator), flipud(), and fliplr().
8 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Geometric Transformation and Image Registration en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!