- https://www.mathworks.com/help/images/find-image-rotation-and-scale-using-automated-feature-matching.html
- https://stackoverflow.com/questions/24241278/image-object-orientation-and-rotation-using-matlab/24584922 (maybe a simple regionprops call is sufficient already?)
- http://adessowiki.fee.unicamp.br/media/Attachments/courseIA369O1S2011/Ex13/phasecorrelation5.pdf
- https://ieeexplore.ieee.org/document/1578713?tp=&arnumber=1578713&url=http:%2F%2Fieeexplore.ieee.org%2Fxpls%2Fabs_all.jsp%3Farnumber%3D1578713
- https://en.wikipedia.org/wiki/Fundamental_matrix_%28computer_vision%29
- From the last point especially: https://www.mathworks.com/matlabcentral/fileexchange/4576-structure-and-motion-toolkit-in-matlab
Regarding matrix similarity of image with rotation and scaling
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I am having one image and i rotate that image at 30 degree angle and generated rotated image file. read they both and store it in matrix
I1=imread('binaryImage1.png');
I2=imread('rotate_30.png');
i want to do such operation so that i can conclude that this two images are same.
is there any image processing package which can help me?
here i consider only one rotation, it may have any degree rotation, partial cropping can be there.
please help me. i really need help. thank you in advance.
0 Kommentare
Antworten (1)
Jan
am 15 Feb. 2019
Bearbeitet: Jan
am 15 Feb. 2019
I can recommend to search in the net at first, if you have a question. Then you will find e.g.:
0 Kommentare
Siehe auch
Kategorien
Mehr zu Image Data Workflows 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!