Iv Sjsn edited untitled.tex  about 9 years ago

Commit id: bd677e1968a33d48c19aa4396c646d2e9840c36e

deletions | additions      

       

We partition the video volume into $C^N$ non-overlapping regions using GBH segmentation. The segmentation is based onthe  appearance and motion similarity between the  local regions. Each segment $c_i \in C^N$ is comprised of arbitrary shape & sized point cloud $x_i={x^0_i, x^1_i, ...., x^P_i}$ in video volume space. The practical challenge is to represent segment $c_i$ efficiently without comprimising on the memory and accuracy. Because it is difficult to fit regular structure such as 3D bounding box or ellipsiod. So we came up with solution to divide the video into regular $m \times m \times m$ grids and construct the representation based on such structure. It does reduce the memory load by $m^3$ times. Also such grids can be constructed to represent arbitrary shape and sized 3D regions.