In reading articles about stereo image rectification, I've come across the operator $[ \cdot ]_{\times}$ in a few places. One example is here where it says
When we have determined a decomposition $E = SR$ we need to compute a translation vector $t$ from $S$ such that $[t]_{\times} = S$. For such a $t$ we have $St = [t]_{\times} t = t × t = 0$. Therefore the vector $t$ is in the null space of $S$.
I get the impression that it must have something to do with the cross product or orthogonality.
In another paper I see it show up again as:
The fundamental matrix corresponds to two stereo-rectified images if and only if it has the special form (up to a scale factor):
$$[i]_{\times} = \left[ \begin{array}{c} 1 \\ 0 \\ 0 \end{array} \right] =\left[ \begin{array}{ccc} 0 & 0 & 0 \\ 0 & 0 & -1 \\ 0 & 1 & 0\end{array} \right] $$
(NOTE: The fundamental matrix is a 3x3 orthonormal matrix).
What does $[\cdot]_{\times}$ mean?
I found the answer inadvertently on Wikipedia: https://en.wikipedia.org/wiki/Cross_product#Conversion_to_matrix_multiplication