Skip to content

Commit 80f03f5

Browse files
author
StevenPuttemans
committed
backport of 7361
1 parent a34b8d4 commit 80f03f5

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

doc/tutorials/introduction/windows_install/windows_install.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,12 @@ Building the OpenCV library from scratch requires a couple of tools installed be
7070
.. _CUDA_Toolkit: http://developer.nvidia.com/cuda-downloads
7171
.. |OpenEXR| replace:: OpenEXR
7272
.. _OpenEXR: http://www.openexr.com/downloads.html
73-
.. |OpenNI_Framework| replace:: OpenNI Framework
74-
.. _OpenNI_Framework: http://www.openni.org/
73+
.. |OpenNI_prebuilt| replace:: OpenNI prebuilt binaries
74+
.. _OpenNI_prebuilt: http://structure.io/openni
75+
.. |OpenNI_github| replace:: OpenNI Github
76+
.. _OpenNI_github: https://github.com/OpenNI/OpenNI
77+
.. |OpenNI2_github| replace:: OpenNI2 Github
78+
.. _OpenNI2_github: https://github.com/OpenNI/OpenNI2
7579
.. |Miktex| replace:: Miktex
7680
.. _Miktex: http://miktex.org/2.9/setup
7781
.. |Sphinx| replace:: Sphinx
@@ -105,7 +109,7 @@ OpenCV may come in multiple flavors. There is a "core" section that will work on
105109

106110
+ |OpenEXR|_ source files are required for the library to work with this high dynamic range (HDR) image file format.
107111

108-
+ The |OpenNI_Framework|_ contains a set of open source APIs that provide support for natural interaction with devices via methods such as voice command recognition, hand gestures and body motion tracking.
112+
+ The OpenNI Framework contains a set of open source APIs that provide support for natural interaction with devices via methods such as voice command recognition, hand gestures and body motion tracking. |OpenNI_prebuilt|_ , |OpenNI_github|_ code and |OpenNI2_github|_ code is available.
109113

110114
+ |Miktex|_ is the best `TEX <https://secure.wikimedia.org/wikipedia/en/wiki/TeX>`_ implementation on the Windows OS. It is required to build the *OpenCV documentation*.
111115

@@ -172,7 +176,7 @@ Building the library
172176

173177
#) Same as above with |OpenEXR|_.
174178

175-
#) For the |OpenNI_Framework|_ you need to install both the `development build <http://www.openni.org/downloadfiles/opennimodules/openni-binaries/21-stable>`_ and the `PrimeSensor Module <http://www.openni.org/downloadfiles/opennimodules/openni-compliant-hardware-binaries/32-stable>`_.
179+
#) For the |OpenNI_prebuilt|_ you need to install both the `development build <http://www.openni.org/downloadfiles/opennimodules/openni-binaries/21-stable>`_ and the `PrimeSensor Module <http://www.openni.org/downloadfiles/opennimodules/openni-compliant-hardware-binaries/32-stable>`_.
176180

177181
#) For the CUDA you need again two modules: the latest |CUDA_Toolkit|_ and the *CUDA Tools SDK*. Download and install both of them with a *complete* option by using the 32 or 64 bit setups according to your OS.
178182

0 commit comments

Comments
 (0)