Skip to content

Commit d5f1524

Browse files
committed
fix file names
1 parent d0684ac commit d5f1524

29 files changed

+7
-7
lines changed

doc/tutorials/core/interoperability_with_OpenCV_1/interoperability_with_OpenCV_1.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ and the subsequent words start with a capital letter (like *copyMakeBorder*).
4646

4747
Now, remember that you need to link to your application all the modules you use, and in case you are
4848
on Windows using the *DLL* system you will need to add, again, to the path all the binaries. For
49-
more in-depth information if you're on Windows read @ref tutorial_windows_visual_studio_Opencv and for
49+
more in-depth information if you're on Windows read @ref tutorial_windows_visual_studio_opencv and for
5050
Linux an example usage is explained in @ref tutorial_linux_eclipse.
5151

5252
Now for converting the *Mat* object you can use either the *IplImage* or the *CvMat* operators.

doc/tutorials/introduction/table_of_content_introduction.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Additionally you can find very basic sample source code to introduce you to the
3636

3737
You will learn how to setup OpenCV in your Windows Operating System!
3838

39-
- @subpage tutorial_windows_visual_studio_Opencv
39+
- @subpage tutorial_windows_visual_studio_opencv
4040

4141
_Compatibility:_ \> OpenCV 2.0
4242

doc/tutorials/introduction/windows_install/windows_install.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,6 @@ Save it to the registry and you are done. If you ever change the location of you
401401
or want to try out your application with a different build, all you will need to do is to update the
402402
OPENCV_DIR variable via the *setx* command inside a command window.
403403

404-
Now you can continue reading the tutorials with the @ref tutorial_windows_visual_studio_Opencv section.
404+
Now you can continue reading the tutorials with the @ref tutorial_windows_visual_studio_opencv section.
405405
There you will find out how to use the OpenCV library in your own projects with the help of the
406406
Microsoft Visual Studio IDE.

doc/tutorials/introduction/windows_visual_studio_image_watch/windows_visual_studio_image_watch.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This tutorial assumes that you have the following available:
1313
-# Visual Studio 2012 Professional (or better) with Update 1 installed. Update 1 can be downloaded
1414
[here](http://www.microsoft.com/en-us/download/details.aspx?id=35774).
1515
-# An OpenCV installation on your Windows machine (Tutorial: @ref tutorial_windows_install).
16-
-# Ability to create and build OpenCV projects in Visual Studio (Tutorial: @ref tutorial_windows_visual_studio_Opencv).
16+
-# Ability to create and build OpenCV projects in Visual Studio (Tutorial: @ref tutorial_windows_visual_studio_opencv).
1717

1818
Installation
1919
------------
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)