Feature vector construction

We obtained $u_{ij}$ for each $i$-th tile and $j$-th. Let the number of bins is $b$ and the number of tiles is $t$. Then our feature vector $\mathbf{\mu}$ of image $I$ is:


\begin{displaymath}\mathbf{\mu}=(\mu_1, \mu_2, \dots, \mu_{b*t})\end{displaymath}

where $\mu_k$ is computed as:


\begin{displaymath}\mu_k = u_{{\lfloor k/b \rfloor},{k \pmod {b}}} \end{displaymath}

The dimension of vector $\mathbf{\mu}$ depends on number of tiles $t$ and number of bins $b$ of the SIFT descriptor and is $b*t$.



Kocurek 2007-12-17