From my reference on the subject there's this simple example of which I can't understand the notation. In summary it is my understanding the goal here would be given two views of a scene where we have many objects moving can we estimate the motion?
With this in mind the equation reporting the epipolar constraint is
$$ \left(x_2^T F_1 x_1 \right) \left( x_2^T F_2 x_1 \right) = 0 $$
and I have two questions about it:
1) Are $F_1$ and $F_2$ in theory built up by using the rigid transformation of body $1$ and $2$ from image 1 and image 2? (I.e. does each fundamental matrix involve the transformation parameters of the single objects?)
2) Shouldn't actually the constraint be
$$ \left({x_2^1}^T F_1 {x_1^1} \right) \left( {x_2^2}^T F_2 {x_1^2} \right) = 0 $$
?
Because in given the two images, taken from the same point, but at different time, I assume we could use a motion flow to estimate the corrispondence for example (although I haven't dug to much into details yet).
Update : I think the correct interpretation is the following. Suppose we have the image in the example with correspondence $(x_1^1,x_2^1)$ and $(x_1^2,x_2^2)$, each $x_i^j$ , $i, j = 1, 2$ is a pixel in homogeneous coordinates (i.e. a three component vector), suppose we have two fundamental matrices derived somehow $F_1,F_2$ and defining the function
$$ f(x_1,x_2) = \left( x_2^T F_1 x_1 \right) \left(x_2^T F_2 x_1\right) $$
where $f : \mathbb{R}^3 \times \mathbb{R}^3 \rightarrow \mathbb{R}$, I believe that what my reference means is that
$$ f(x_1^1,x_2^1) = f(x_1^2,x_2^2) = 0 $$
Having $N$ correspondence the function $f$ is generalized as
$$ f(x_1,x_2) = \prod_{j=1}^{N} x_2^T F_j x_1 $$
and what is said is that for each pair $(x_1^j,x_2^j)$ ($1 \leq j \leq N$) there's a fundamental matrix $F_i$ such that the epipolar constraint is fulfilled, therefore for each $j$ we have $f(x_1^j,x_2^j) = 0$
