Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

local differences for the index matrix

조회 수: 1 (최근 30일)
Anusha
Anusha 2013년 10월 19일
마감: MATLAB Answer Bot 2021년 8월 20일
The information needed to reconstruct the original image is:
i) the color of pixel p1 ;
ii) a table providing the correspondence between (S1, S2, . . . , SM) with index (i1, i2, . . . , iM);
iii) the set of differences: D(I') = {dx,y|x = 1, 2, . . . ,m; y = 1, 2, . . . , n} where each dx,y is a local difference obtained by considering some specific patterns as better specified after.
D(I')={I'x,y - I'x,y-1}
what are the input's are needed for this equation to be solved?
I have index matrix and colormap(RGB) value of an image

답변 (1개)

Walter Roberson
Walter Roberson 2013년 10월 19일
That is a definition rather than an equation. The definition as given cannot be correct. Consider I'x,1 : the difference would require knowing I'x,(1-1) = I'x,0 but index 0 is not defined for I'

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by