I try to work the R transformation that, according with what is written in the scientific article "Recognition of Human Home Activities via Depth Silhouettes and R Transformation for Smart Homes", is computed in this way:
where
In Matlab I get the radon transform with:
[R,xp] = radon(Silhouette,theta);
Then, according with what is written this article, I compute the R transformation by adding,for every angle (that are the columns of R), the square of radon transform values (that, setting the column, are on the rows of R). But for each column this sum is the same. Where am I wrong?
Thanks for your support.