how can I do ROTATION OPERATION for both row and column
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
hayat ali
am 24 Nov. 2018
Kommentiert: hayat ali
am 27 Nov. 2018
I want to make shifting for row and column. how can I do that?
1 Kommentar
Akzeptierte Antwort
Weitere Antworten (2)
Image Analyst
am 27 Nov. 2018
Bearbeitet: Image Analyst
am 27 Nov. 2018
Really depends on what "rotation" means to you.
- Try imtranslate() if you want to shift the image by some number of rows and columns, with no wrap around of edges to the opposite side.
- Try circshift() if you want to shift the image with edges wrapping around.
- Try imrotate if you want to spin the image around it's center.
Siehe auch
Kategorien
Mehr zu Geometric Transformation and Image Registration finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!