mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Merge pull request #26441 from sturkmen72:upd_tutorials
Update tutorials #26441 ### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [x] I agree to contribute to the project under Apache 2 License. - [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV - [x] The PR is proposed to the proper branch - [x] There is a reference to the original bug report and related work - [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable Patch to opencv_extra has the same branch name. - [ ] The feature is well documented and sample code can be built with the project CMake
This commit is contained in:
+4
-2
@@ -8,6 +8,8 @@ How to build applications with OpenCV inside the "Microsoft Visual Studio" {#tut
|
||||
| Original author | Bernát Gábor |
|
||||
| Compatibility | OpenCV >= 3.0 |
|
||||
|
||||
@tableofcontents
|
||||
|
||||
@warning
|
||||
This tutorial can contain obsolete information.
|
||||
|
||||
@@ -70,7 +72,7 @@ create it. Then in the upcoming dialog make sure you create an empty project.
|
||||
|
||||

|
||||
|
||||
The *local* method
|
||||
The local method
|
||||
------------------
|
||||
|
||||
Every project is built separately from the others. Due to this every project has its own rule
|
||||
@@ -179,7 +181,7 @@ entry inside the Property Manager to easily add the OpenCV build rules.
|
||||
|
||||

|
||||
|
||||
The *global* method
|
||||
The global method
|
||||
-------------------
|
||||
|
||||
In case you find it too troublesome to add the property pages to each and every one of your projects you
|
||||
|
||||
Reference in New Issue
Block a user