File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -92,10 +92,10 @@ Source Code
92
92
-----------
93
93
94
94
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 ) .
96
96
@include cpp/tutorial_code/ml/introduction_to_pca/introduction_to_pca.cpp
97
97
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 )
99
99
100
100
Explanation
101
101
-----------
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ Source Code
87
87
-----------
88
88
89
89
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 ) .
91
91
92
92
@note The following code has been implemented with OpenCV 3.0 classes and functions. An equivalent version of the code
93
93
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 )
Original file line number Diff line number Diff line change @@ -78,5 +78,5 @@ there are two flags that should be used to set/get property of the needed genera
78
78
flag value is assumed by default if neither of the two possible values of the property is set.
79
79
80
80
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 )
82
82
in opencv/samples/cpp folder.
Original file line number Diff line number Diff line change @@ -134,5 +134,5 @@ property. The following properties of cameras available through OpenNI interface
134
134
- CAP_OPENNI_DEPTH_GENERATOR_REGISTRATION = CAP_OPENNI_DEPTH_GENERATOR + CAP_PROP_OPENNI_REGISTRATION
135
135
136
136
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
138
138
opencv/samples/cpp folder.
You can’t perform that action at this time.
0 commit comments