Skip to content

Commit

Permalink
Merge pull request #5295 from LorenaGdL:ml-svm_tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
alalek committed Sep 24, 2015
2 parents 9633e2c + f034320 commit 7d7f5c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ the weight vector \f$\beta\f$ and the bias \f$\beta_{0}\f$ of the optimal hyperp
Source Code
-----------

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

@include cpp/tutorial_code/ml/introduction_to_svm/introduction_to_svm.cpp

Explanation
Expand Down
3 changes: 3 additions & 0 deletions doc/tutorials/ml/non_linear_svms/non_linear_svms.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ Source Code
You may also find the source code in `samples/cpp/tutorial_code/ml/non_linear_svms` folder of the OpenCV source library or
[download it from here](https://github.com/Itseez/opencv/tree/master/samples/cpp/tutorial_code/ml/non_linear_svms/non_linear_svms.cpp).

@note The following code has been implemented with OpenCV 3.0 classes and functions. An equivalent version of the code
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)

@include cpp/tutorial_code/ml/non_linear_svms/non_linear_svms.cpp

Explanation
Expand Down

0 comments on commit 7d7f5c1

Please sign in to comment.