Regarding matrix similarity of image with rotation and scaling

3 ビュー (過去 30 日間)
amrin shaikh
amrin shaikh 2019 年 2 月 15 日
編集済み: Jan 2019 年 2 月 15 日
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.

回答 (1 件)

Jan
Jan 2019 年 2 月 15 日
編集済み: Jan 2019 年 2 月 15 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by