How can we check 2 images are the same?

5 Ansichten (letzte 30 Tage)
Tu Nguyen
Tu Nguyen am 16 Feb. 2022
Kommentiert: Tu Nguyen am 16 Feb. 2022
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?

Akzeptierte Antwort

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

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by