A example of template
A example of template. The simplest one can be represented as t(i,j); 0<i<M, 0<j<N; (M and N are constant) 0<t(i,j)<256. A example of matching. For (i=0;i<M;i++) For (j=0;j<N;j++) { If (a(i,j)==b(i,j)) S ab ++; }.
705 views • 61 slides