MATLAB Code Implementation for Image Matching Between Two Images
This project demonstrates image matching between two pictures, with functionalities including image scaling, rotation, and grayscale transformation. The package contains image files for testing the implementation, which utilizes key MATLAB functions such as imresize for scaling, imrotate for rotation, and rgb2gray for grayscale conversion.