Skip to content

Commit 1ff33e6

Browse files
committed
Update links
1 parent dcdd6af commit 1ff33e6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

doc/tutorials/ml/introduction_to_pca/introduction_to_pca.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ Source Code
9292
-----------
9393

9494
This tutorial code's is shown lines below. You can also download it from
95-
[here](https://github.com/opencv/tree/master/samples/cpp/tutorial_code/ml/introduction_to_pca/introduction_to_pca.cpp).
95+
[here](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/ml/introduction_to_pca/introduction_to_pca.cpp).
9696
@include cpp/tutorial_code/ml/introduction_to_pca/introduction_to_pca.cpp
9797

98-
@note Another example using PCA for dimensionality reduction while maintaining an amount of variance can be found at [opencv_source_code/samples/cpp/pca.cpp](https://github.com/opencv/tree/master/samples/cpp/pca.cpp)
98+
@note Another example using PCA for dimensionality reduction while maintaining an amount of variance can be found at [opencv_source_code/samples/cpp/pca.cpp](https://github.com/opencv/opencv/tree/master/samples/cpp/pca.cpp)
9999

100100
Explanation
101101
-----------

doc/tutorials/ml/non_linear_svms/non_linear_svms.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Source Code
8787
-----------
8888

8989
You may also find the source code in `samples/cpp/tutorial_code/ml/non_linear_svms` folder of the OpenCV source library or
90-
[download it from here](https://github.com/opencv/tree/master/samples/cpp/tutorial_code/ml/non_linear_svms/non_linear_svms.cpp).
90+
[download it from here](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/ml/non_linear_svms/non_linear_svms.cpp).
9191

9292
@note The following code has been implemented with OpenCV 3.0 classes and functions. An equivalent version of the code
9393
using OpenCV 2.4 can be found in [this page.](http://docs.opencv.org/2.4/doc/tutorials/ml/non_linear_svms/non_linear_svms.html#nonlinearsvms)

doc/tutorials/videoio/intelperc.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ there are two flags that should be used to set/get property of the needed genera
7878
flag value is assumed by default if neither of the two possible values of the property is set.
7979

8080
For more information please refer to the example of usage
81-
[intelperc_capture.cpp](https://github.com/opencv/tree/master/samples/cpp/intelperc_capture.cpp)
81+
[intelperc_capture.cpp](https://github.com/opencv/opencv/tree/master/samples/cpp/intelperc_capture.cpp)
8282
in opencv/samples/cpp folder.

doc/tutorials/videoio/kinect_openni.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,5 @@ property. The following properties of cameras available through OpenNI interface
134134
- CAP_OPENNI_DEPTH_GENERATOR_REGISTRATION = CAP_OPENNI_DEPTH_GENERATOR + CAP_PROP_OPENNI_REGISTRATION
135135

136136
For more information please refer to the example of usage
137-
[openni_capture.cpp](https://github.com/opencv/tree/master/samples/cpp/openni_capture.cpp) in
137+
[openni_capture.cpp](https://github.com/opencv/opencv/tree/master/samples/cpp/openni_capture.cpp) in
138138
opencv/samples/cpp folder.

0 commit comments

Comments
 (0)