How do I rotate each block of image to be perpendicular to x-axis?
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Image Analyst
2014-3-11
You could use imrotate() on the block, or use various combinations of transpose (the ' operator), flipud(), and fliplr().
8 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!