I was reading this paper in Computer Vision (You do not have to visit it unless you want that). I came across this formula (Eq. 15 in the paper):
Where:
T,Mare 2D same size matrices.signisN->[-1,0,+1]function.N,i,jare known.
The question:
I could not understand the summation order. I should start from the inner sigma (The one which its variable is h). If I did so, all hs inside the sign function will be replaced with numbers. Then I started to solve the outer sigma (which has a variable k that starts from h+1 !!) and that were I stopped and did not know what to do!
Is there something wrong with equation? How should I compute it?
I suspected that the order of the two sigmas is wrong and should be reversed but when I do so, I am getting no sense results in term of Computer Vision result.