필터 지우기
필터 지우기

which similarity measure to use on image blocks as i m getting bad results with correlation and root mean square error?the explanation is listed below

조회 수: 1 (최근 30일)
i m working on gray scale images. and i've divided it into overlapping blocks.
then i've used the root mean square error method in order to get the similarity between the image blocks.but it does not produces good result.
like
block 34= [158 158
162 129]
block 33= [ 158 158
162 162]
when i calculated there rms value it comes out to be 16.500000
the above two blocks are approximately similar, the only difference in the last row's 2 elementi.e 129 and 162 rest values of both the blocks are same..
when i applied the condition as rms>0 and rms <2 the above two blocks are totally eliminated but these two blocks are identical(approximately).
plz help me.
can u tell me which measure should i use so that the pronblem can be solved.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Computer Vision with Simulink에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by