Lucas Fidon edited subsection_Approximation_of_probability_distribution__.tex  almost 8 years ago

Commit id: 1aa411e3f649da2ccf18b57996961e520d2507a9

deletions | additions      

       

Given a trajectory $T$, the probability $p(x,y)$ of $(x,y)$ is the sum of the contribution of each $(x',y')$ in $T$. The contributions are functions of a Gaussian kernel.  Hence the following definition of the probability of $(x,y)$ given $T$:  \[P((x,y),T) = \sum_{(x',y')\in T}K((x,y),(x',y'))\]  where $K$ is a gaussian kernel. in In  practice we take a discrete gaussian kernel filter for $K$. $K$, given by the 3x3 matrix:  \[ K = \left| \begin{array}{ccc}  0.0625 & 0.125 & 0.0625 \\