From f301cda7805b61a07b461c2fba0c058a63ba4004 Mon Sep 17 00:00:00 2001 From: Andrey Kamaev Date: Mon, 4 Jul 2011 12:19:40 +0000 Subject: [PATCH] Fixed 'Undefined control sequence' error in recently added tutorial --- doc/tutorials/introduction/windows_install/windows_install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/introduction/windows_install/windows_install.rst b/doc/tutorials/introduction/windows_install/windows_install.rst index 458e5c5d9b..ea056717e1 100644 --- a/doc/tutorials/introduction/windows_install/windows_install.rst +++ b/doc/tutorials/introduction/windows_install/windows_install.rst @@ -328,7 +328,7 @@ Building the library To test your build just go into the :file:`Build/bin/Debug` or :file:`Build/bin/Release` directory and start a couple of applications like the *contours.exe*. If they run, you are done. Otherwise, something definitely went awfully wrong. In this case you should contact us via our :opencv_group:`user group <>`. If everything is okay the *contours.exe* output should resemble the following image (if built with Qt support): - .. image:: images\WindowsQtContoursOutput.jpg + .. image:: images/WindowsQtContoursOutput.jpg :alt: A good output result :align: center