How can we check 2 images are the same?

조회 수: 4 (최근 30일)
Tu Nguyen
Tu Nguyen 2022년 2월 16일
댓글: Tu Nguyen 2022년 2월 16일
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?

채택된 답변

Image Analyst
Image Analyst 2022년 2월 16일
theyAreIdentical = isequal(image1, image2)

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by