From 8159ea33863f31a058ece24fe5edc3ff7db2afcd Mon Sep 17 00:00:00 2001 From: Andrey Kamaev Date: Fri, 1 Jun 2012 08:46:54 +0000 Subject: [PATCH] Merged the trunk r8537 (fixed pdf documentation build) --- modules/legacy/doc/motion_analysis.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/legacy/doc/motion_analysis.rst b/modules/legacy/doc/motion_analysis.rst index 2fc4b00e3..005e18621 100644 --- a/modules/legacy/doc/motion_analysis.rst +++ b/modules/legacy/doc/motion_analysis.rst @@ -28,7 +28,7 @@ Calculates the optical flow for two images by using the block matching method. .. math:: - \left \lfloor \frac{\texttt{prev->width} - \texttt{block_size.width}}{\texttt{shift_size.width}} \right \rfloor \times \left \lfloor \frac{\texttt{prev->height} - \texttt{block_size.height}}{\texttt{shift_size.height}} \right \rfloor + \left \lfloor \frac{\texttt{prev->width} - \texttt{block\_size.width}}{\texttt{shift\_size.width}} \right \rfloor \times \left \lfloor \frac{\texttt{prev->height} - \texttt{block\_size.height}}{\texttt{shift\_size.height}} \right \rfloor size, 32-bit floating-point, single-channel