Iv Sjsn edited untitled.tex  about 9 years ago

Commit id: 3d4eb55d20e715d6ef33fabc8bb0b802fc61a493

deletions | additions      

       

We partition the video volume into $C^N$ non-overlapping regions using GBH segmentation. The segmentation is based on appearance and motion similarity between the local regions. Each segment $c_i \in C^N$ is comprised of arbitrary shape & sizedpoint  cloud of points  $x_i=\{x^0_i, x^1_i, ...., x^P_i\}$ in video volume space $\mathbb{R}^3$. 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.