How can i study the symmetry in color with matlab?

조회 수: 1 (최근 30일)
Tomas
Tomas 2012년 11월 8일
댓글: Image Analyst 2014년 11월 22일
Hello,
how can I decide that an image is symmetric or asymmetric in color after dividing it into two parts vertically (the right part and the left part)? thanks

답변 (1개)

Image Analyst
Image Analyst 2012년 11월 8일
You could chop the image in half, call fliplr() to flip one of the halves, then check similarity with SSIM (See wikipedia) or something similar like PSNR.
  댓글 수: 19
Sidra Naeem
Sidra Naeem 2014년 11월 22일
I haven't ssim() function in MATLAB 2013. Can you tell me some other method to implement this in Matlab
Image Analyst
Image Analyst 2014년 11월 22일
I did , sort of - did you see the link I gave you? That will have the best methods by people who have studied it intensively. Maybe my guess of SSIM is not even the best way.
If you still want ssim(), upgrade to the latest version of MATLAB, or program it yourself with information from http://en.wikipedia.org/wiki/Structural_similarity

댓글을 달려면 로그인하십시오.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by