How can we check 2 images are the same?

2 views (last 30 days)
How can we check 2 images are the same? For example, I have an image cameraman, how can I check it is the same like the image cameraman default in MATLAB?

Accepted Answer

Image Analyst
Image Analyst on 16 Feb 2022
theyAreIdentical = isequal(image1, image2)

More Answers (0)

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!