Skip to content

Commit ddc0b42

Browse files
committed
migration: github.com/opencv/opencv
1 parent 6c6badb commit ddc0b42

File tree

94 files changed

+120
-120
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+120
-120
lines changed

.github/ISSUE_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
If you have a question rather than reporting a bug please go to http://answers.opencv.org where you get much faster responses.
3-
If you need further assistance please read [How To Contribute](https://github.com/Itseez/opencv/wiki/How_to_contribute).
3+
If you need further assistance please read [How To Contribute](https://github.com/opencv/opencv/wiki/How_to_contribute).
44
55
This is a template helping you to create an issue which can be processed as quickly as possible. This is the bug reporting section for the OpenCV library.
66
-->

3rdparty/ffmpeg/ffmpeg.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set(FFMPEG_FILE_HASH_BIN32 "89c783eee1c47bfc733f08334ec2e31c")
55
set(FFMPEG_FILE_HASH_BIN64 "35fe6ccdda6d7a04e9056b0d73b98e76")
66
set(FFMPEG_FILE_HASH_CMAKE "8606f947a780071f8fcce8cbf39ceef5")
77

8-
set(FFMPEG_DOWNLOAD_URL ${OPENCV_FFMPEG_URL};$ENV{OPENCV_FFMPEG_URL};https://raw.githubusercontent.com/Itseez/opencv_3rdparty/${FFMPEG_BINARIES_COMMIT}/ffmpeg/)
8+
set(FFMPEG_DOWNLOAD_URL ${OPENCV_FFMPEG_URL};$ENV{OPENCV_FFMPEG_URL};https://raw.githubusercontent.com/opencv/opencv_3rdparty/${FFMPEG_BINARIES_COMMIT}/ffmpeg/)
99

1010
ocv_download(PACKAGE opencv_ffmpeg.dll
1111
HASH ${FFMPEG_FILE_HASH_BIN32}

3rdparty/ippicv/downloader.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function(_icv_downloader)
6464
if(DEFINED ENV{OPENCV_ICV_URL})
6565
set(OPENCV_ICV_URL $ENV{OPENCV_ICV_URL})
6666
else()
67-
set(OPENCV_ICV_URL "https://raw.githubusercontent.com/Itseez/opencv_3rdparty/${IPPICV_BINARIES_COMMIT}/ippicv")
67+
set(OPENCV_ICV_URL "https://raw.githubusercontent.com/opencv/opencv_3rdparty/${IPPICV_BINARIES_COMMIT}/ippicv")
6868
endif()
6969
endif()
7070

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## Contributing guidelines
22

3-
All guidelines for contributing to the OpenCV repository can be found at [`How to contribute guideline`](https://github.com/Itseez/opencv/wiki/How_to_contribute).
3+
All guidelines for contributing to the OpenCV repository can be found at [`How to contribute guideline`](https://github.com/opencv/opencv/wiki/How_to_contribute).

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* Homepage: <http://opencv.org>
66
* Docs: <http://docs.opencv.org/master/>
77
* Q&A forum: <http://answers.opencv.org>
8-
* Issue tracking: <https://github.com/Itseez/opencv/issues>
8+
* Issue tracking: <https://github.com/opencv/opencv/issues>
99

1010
#### Contributing
1111

12-
Please read before starting work on a pull request: <https://github.com/Itseez/opencv/wiki/How_to_contribute>
12+
Please read before starting work on a pull request: <https://github.com/opencv/opencv/wiki/How_to_contribute>
1313

1414
Summary of guidelines:
1515

doc/Doxyfile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ BINARY_TOC = NO
150150
TOC_EXPAND = NO
151151
GENERATE_QHP = @CMAKE_DOXYGEN_GENERATE_QHP@
152152
QCH_FILE = ../opencv-@[email protected]
153-
QHP_NAMESPACE = org.itseez.opencv.@OPENCV_VERSION@
153+
QHP_NAMESPACE = org.opencv.@OPENCV_VERSION@
154154
QHP_VIRTUAL_FOLDER = opencv
155155
QHP_CUST_FILTER_NAME =
156156
QHP_CUST_FILTER_ATTRS =

doc/py_tutorials/py_feature2d/py_brief/py_brief.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ BRIEF in OpenCV
4949
Below code shows the computation of BRIEF descriptors with the help of CenSurE detector. (CenSurE
5050
detector is called STAR detector in OpenCV)
5151

52-
note, that you need [opencv contrib](https://github.com/Itseez/opencv_contrib)) to use this.
52+
note, that you need [opencv contrib](https://github.com/opencv/opencv_contrib)) to use this.
5353
@code{.py}
5454
import numpy as np
5555
import cv2

doc/py_tutorials/py_feature2d/py_sift_intro/py_sift_intro.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ greater than 0.8, they are rejected. It eliminaters around 90% of false matches
104104

105105
So this is a summary of SIFT algorithm. For more details and understanding, reading the original
106106
paper is highly recommended. Remember one thing, this algorithm is patented. So this algorithm is
107-
included in [the opencv contrib repo](https://github.com/Itseez/opencv_contrib)
107+
included in [the opencv contrib repo](https://github.com/opencv/opencv_contrib)
108108

109109
SIFT in OpenCV
110110
--------------

doc/py_tutorials/py_setup/py_intro/py_intro.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ OpenCV Needs You !!!
5858
Since OpenCV is an open source initiative, all are welcome to make contributions to the library,
5959
documentation, and tutorials. If you find any mistake in this tutorial (from a small spelling
6060
mistake to an egregious error in code or concept), feel free to correct it by cloning OpenCV in
61-
[GitHub](https://github.com/Itseez/opencv) and submitting a pull request. OpenCV developers will
61+
[GitHub](https://github.com/opencv/opencv) and submitting a pull request. OpenCV developers will
6262
check your pull request, give you important feedback and (once it passes the approval of the
6363
reviewer) it will be merged into OpenCV. You will then become an open source contributor :-)
6464

doc/py_tutorials/py_setup/py_setup_in_fedora/py_setup_in_fedora.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Or you can download latest source from OpenCV's github repo. (If you want to con
119119
choose this. It always keeps your OpenCV up-to-date). For that, you need to install **Git** first.
120120
@code{.sh}
121121
yum install git
122-
git clone https://github.com/Itseez/opencv.git
122+
git clone https://github.com/opencv/opencv.git
123123
@endcode
124124
It will create a folder OpenCV in home directory (or the directory you specify). The cloning may
125125
take some time depending upon your internet connection.

doc/py_tutorials/py_setup/py_setup_in_windows/py_setup_in_windows.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Building OpenCV from source
7676

7777
-# Download OpenCV source. It can be from
7878
[Sourceforge](http://sourceforge.net/projects/opencvlibrary/) (for official release version) or
79-
from [Github](https://github.com/Itseez/opencv) (for latest source).
79+
from [Github](https://github.com/opencv/opencv) (for latest source).
8080
-# Extract it to a folder, opencv and create a new folder build in it.
8181
-# Open CMake-gui (*Start \> All Programs \> CMake-gui*)
8282
-# Fill the fields as follows (see the image below):

doc/tutorials/calib3d/camera_calibration/camera_calibration.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ Source code
7777

7878
You may also find the source code in the `samples/cpp/tutorial_code/calib3d/camera_calibration/`
7979
folder of the OpenCV source library or [download it from here
80-
](https://github.com/Itseez/opencv/tree/master/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp). The program has a
80+
](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp). The program has a
8181
single argument: the name of its configuration file. If none is given then it will try to open the
8282
one named "default.xml". [Here's a sample configuration file
83-
](https://github.com/Itseez/opencv/tree/master/samples/cpp/tutorial_code/calib3d/camera_calibration/in_VID5.xml) in XML format. In the
83+
](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/calib3d/camera_calibration/in_VID5.xml) in XML format. In the
8484
configuration file you may choose to use camera as an input, a video file or an image list. If you
8585
opt for the last one, you will need to create a configuration file where you enumerate the images to
86-
use. Here's [an example of this ](https://github.com/Itseez/opencv/tree/master/samples/cpp/tutorial_code/calib3d/camera_calibration/VID5.xml).
86+
use. Here's [an example of this ](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/calib3d/camera_calibration/VID5.xml).
8787
The important part to remember is that the images need to be specified using the absolute path or
8888
the relative one from your application's working directory. You may find all this in the samples
8989
directory mentioned above.

doc/tutorials/calib3d/interactive_calibration/interactive_calibration.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ QR faster than SVD, but potentially less precise
9292
- *camera_resolution*: resolution of camera which is used for calibration
9393

9494
**Note:** *charuco_dict*, *charuco_square_lenght* and *charuco_marker_size* are used for chAruco pattern generation
95-
(see Aruco module description for details: [Aruco tutorials](https://github.com/Itseez/opencv_contrib/tree/master/modules/aruco/tutorials))
95+
(see Aruco module description for details: [Aruco tutorials](https://github.com/opencv/opencv_contrib/tree/master/modules/aruco/tutorials))
9696

9797
Default chAruco pattern:
9898

doc/tutorials/core/basic_geometric_drawing/basic_geometric_drawing.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Code
4747
----
4848

4949
- This code is in your OpenCV sample folder. Otherwise you can grab it from
50-
[here](https://github.com/Itseez/opencv/tree/master/samples/cpp/tutorial_code/core/Matrix/Drawing_1.cpp)
50+
[here](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/core/Matrix/Drawing_1.cpp)
5151

5252
Explanation
5353
-----------

doc/tutorials/core/discrete_fourier_transform/discrete_fourier_transform.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Source code
1515
-----------
1616

1717
You can [download this from here
18-
](https://github.com/Itseez/opencv/tree/master/samples/cpp/tutorial_code/core/discrete_fourier_transform/discrete_fourier_transform.cpp) or
18+
](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/core/discrete_fourier_transform/discrete_fourier_transform.cpp) or
1919
find it in the
2020
`samples/cpp/tutorial_code/core/discrete_fourier_transform/discrete_fourier_transform.cpp` of the
2121
OpenCV source code library.
@@ -140,7 +140,7 @@ An application idea would be to determine the geometrical orientation present in
140140
example, let us find out if a text is horizontal or not? Looking at some text you'll notice that the
141141
text lines sort of form also horizontal lines and the letters form sort of vertical lines. These two
142142
main components of a text snippet may be also seen in case of the Fourier transform. Let us use
143-
[this horizontal ](https://github.com/Itseez/opencv/tree/master/samples/data/imageTextN.png) and [this rotated](https://github.com/Itseez/opencv/tree/master/samples/data/imageTextR.png)
143+
[this horizontal ](https://github.com/opencv/opencv/tree/master/samples/data/imageTextN.png) and [this rotated](https://github.com/opencv/opencv/tree/master/samples/data/imageTextR.png)
144144
image about a text.
145145

146146
In case of the horizontal text:

doc/tutorials/core/file_input_output_with_xml_yml/file_input_output_with_xml_yml.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Source code
1616
-----------
1717

1818
You can [download this from here
19-
](https://github.com/Itseez/opencv/tree/master/samples/cpp/tutorial_code/core/file_input_output/file_input_output.cpp) or find it in the
19+
](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/core/file_input_output/file_input_output.cpp) or find it in the
2020
`samples/cpp/tutorial_code/core/file_input_output/file_input_output.cpp` of the OpenCV source code
2121
library.
2222

doc/tutorials/core/how_to_scan_images/how_to_scan_images.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ three major ways of going through an image pixel by pixel. To make things a litt
5151
will make the scanning for each image using all of these methods, and print out how long it took.
5252

5353
You can download the full source code [here
54-
](https://github.com/Itseez/opencv/tree/master/samples/cpp/tutorial_code/core/how_to_scan_images/how_to_scan_images.cpp) or look it up in
54+
](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/core/how_to_scan_images/how_to_scan_images.cpp) or look it up in
5555
the samples directory of OpenCV at the cpp tutorial code for the core section. Its basic usage is:
5656
@code{.bash}
5757
how_to_scan_images imageName.jpg intValueToReduce [G]

doc/tutorials/core/how_to_use_ippa_conversion/how_to_use_ippa_conversion.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Code
1616

1717
You may also find the source code in the
1818
`samples/cpp/tutorial_code/core/ippasync/ippasync_sample.cpp` file of the OpenCV source library or
19-
download it from [here](https://github.com/Itseez/opencv/tree/master/samples/cpp/tutorial_code/core/ippasync/ippasync_sample.cpp).
19+
download it from [here](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/core/ippasync/ippasync_sample.cpp).
2020

2121
@include cpp/tutorial_code/core/ippasync/ippasync_sample.cpp
2222

doc/tutorials/core/interoperability_with_OpenCV_1/interoperability_with_OpenCV_1.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ L = Mat(pI);
8585
A case study
8686
------------
8787

88-
Now that you have the basics done [here's](https://github.com/Itseez/opencv/tree/master/samples/cpp/tutorial_code/core/interoperability_with_OpenCV_1/interoperability_with_OpenCV_1.cpp)
88+
Now that you have the basics done [here's](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/core/interoperability_with_OpenCV_1/interoperability_with_OpenCV_1.cpp)
8989
an example that mixes the usage of the C interface with the C++ one. You will also find it in the
9090
sample directory of the OpenCV source code library at the
9191
`samples/cpp/tutorial_code/core/interoperability_with_OpenCV_1/interoperability_with_OpenCV_1.cpp` .
@@ -132,7 +132,7 @@ output:
132132

133133
You may observe a runtime instance of this on the [YouTube
134134
here](https://www.youtube.com/watch?v=qckm-zvo31w) and you can [download the source code from here
135-
](https://github.com/Itseez/opencv/tree/master/samples/cpp/tutorial_code/core/interoperability_with_OpenCV_1/interoperability_with_OpenCV_1.cpp)
135+
](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/core/interoperability_with_OpenCV_1/interoperability_with_OpenCV_1.cpp)
136136
or find it in the
137137
`samples/cpp/tutorial_code/core/interoperability_with_OpenCV_1/interoperability_with_OpenCV_1.cpp`
138138
of the OpenCV source code library.

doc/tutorials/core/mat-mask-operations/mat_mask_operations.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ For example:
133133
![](images/resultMatMaskFilter2D.png)
134134

135135
You can download this source code from [here
136-
](https://github.com/Itseez/opencv/tree/master/samples/cpp/tutorial_code/core/mat_mask_operations/mat_mask_operations.cpp) or look in the
136+
](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/core/mat_mask_operations/mat_mask_operations.cpp) or look in the
137137
OpenCV source code libraries sample directory at
138138
`samples/cpp/tutorial_code/core/mat_mask_operations/mat_mask_operations.cpp`.
139139

doc/tutorials/core/mat_the_basic_image_container/mat_the_basic_image_container.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ OpenCV offers support for output of other common OpenCV data structures too via
258258
![](images/MatBasicContainerOut15.png)
259259

260260
Most of the samples here have been included in a small console application. You can download it from
261-
[here](https://github.com/Itseez/opencv/tree/master/samples/cpp/tutorial_code/core/mat_the_basic_image_container/mat_the_basic_image_container.cpp)
261+
[here](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/core/mat_the_basic_image_container/mat_the_basic_image_container.cpp)
262262
or in the core section of the cpp samples.
263263

264264
You can also find a quick video demonstration of this on

doc/tutorials/features2d/trackingmotion/corner_subpixeles/corner_subpixeles.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Code
1616
----
1717

1818
This tutorial code's is shown lines below. You can also download it from
19-
[here](https://github.com/Itseez/opencv/tree/master/samples/cpp/tutorial_code/TrackingMotion/cornerSubPix_Demo.cpp)
19+
[here](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/TrackingMotion/cornerSubPix_Demo.cpp)
2020
@code{.cpp}
2121
#include "opencv2/highgui.hpp"
2222
#include "opencv2/imgproc.hpp"

doc/tutorials/features2d/trackingmotion/generic_corner_detector/generic_corner_detector.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Code
2020
----
2121

2222
This tutorial code's is shown lines below. You can also download it from
23-
[here](https://github.com/Itseez/opencv/tree/master/samples/cpp/tutorial_code/TrackingMotion/cornerDetector_Demo.cpp)
23+
[here](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/TrackingMotion/cornerDetector_Demo.cpp)
2424

2525
@include cpp/tutorial_code/TrackingMotion/cornerDetector_Demo.cpp
2626

doc/tutorials/features2d/trackingmotion/good_features_to_track/good_features_to_track.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Code
1515
----
1616

1717
This tutorial code's is shown lines below. You can also download it from
18-
[here](https://github.com/Itseez/opencv/tree/master/samples/cpp/tutorial_code/TrackingMotion/goodFeaturesToTrack_Demo.cpp)
18+
[here](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/TrackingMotion/goodFeaturesToTrack_Demo.cpp)
1919
@code{.cpp}
2020
#include "opencv2/highgui.hpp"
2121
#include "opencv2/imgproc.hpp"

doc/tutorials/features2d/trackingmotion/harris_detector/harris_detector.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Code
119119
----
120120

121121
This tutorial code's is shown lines below. You can also download it from
122-
[here](https://github.com/Itseez/opencv/tree/master/samples/cpp/tutorial_code/TrackingMotion/cornerHarris_Demo.cpp)
122+
[here](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/TrackingMotion/cornerHarris_Demo.cpp)
123123
@code{.cpp}
124124
#include "opencv2/highgui.hpp"
125125
#include "opencv2/imgproc.hpp"

doc/tutorials/gpu/gpu-basics-similarity/gpu_basics_similarity.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The source code
2424

2525
You may also find the source code and these video file in the
2626
`samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity` folder of the OpenCV
27-
source library or download it from [here](https://github.com/Itseez/opencv/tree/master/samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp).
27+
source library or download it from [here](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp).
2828
The full source code is quite long (due to the controlling of the application via the command line
2929
arguments and performance measurement). Therefore, to avoid cluttering up these sections with those
3030
you'll find here only the functions itself.

doc/tutorials/imgproc/erosion_dilatation/erosion_dilatation.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Code
6060
----
6161

6262
This tutorial code's is shown lines below. You can also download it from
63-
[here](https://github.com/Itseez/opencv/tree/master/samples/cpp/tutorial_code/ImgProc/Morphology_1.cpp)
63+
[here](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/ImgProc/Morphology_1.cpp)
6464
@include samples/cpp/tutorial_code/ImgProc/Morphology_1.cpp
6565

6666
Explanation

doc/tutorials/imgproc/gausian_median_blur_bilateral_filter/gausian_median_blur_bilateral_filter.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Code
9494
- Applies 4 different kinds of filters (explained in Theory) and show the filtered images
9595
sequentially
9696
- **Downloadable code**: Click
97-
[here](https://github.com/Itseez/opencv/tree/master/samples/cpp/tutorial_code/ImgProc/Smoothing.cpp)
97+
[here](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/ImgProc/Smoothing.cpp)
9898
- **Code at glance:**
9999
@code{.cpp}
100100
#include "opencv2/imgproc.hpp"

doc/tutorials/imgproc/histograms/back_projection/back_projection.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ Code
7070
- **Downloadable code**:
7171

7272
-# Click
73-
[here](https://github.com/Itseez/opencv/tree/master/samples/cpp/tutorial_code/Histograms_Matching/calcBackProject_Demo1.cpp)
73+
[here](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/Histograms_Matching/calcBackProject_Demo1.cpp)
7474
for the basic version (explained in this tutorial).
7575
-# For stuff slightly fancier (using H-S histograms and floodFill to define a mask for the
7676
skin area) you can check the [improved
77-
demo](https://github.com/Itseez/opencv/tree/master/samples/cpp/tutorial_code/Histograms_Matching/calcBackProject_Demo2.cpp)
77+
demo](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/Histograms_Matching/calcBackProject_Demo2.cpp)
7878
-# ...or you can always check out the classical
79-
[camshiftdemo](https://github.com/Itseez/opencv/tree/master/samples/cpp/camshiftdemo.cpp)
79+
[camshiftdemo](https://github.com/opencv/opencv/tree/master/samples/cpp/camshiftdemo.cpp)
8080
in samples.
8181

8282
- **Code at glance:**

doc/tutorials/imgproc/histograms/histogram_calculation/histogram_calculation.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Code
6666
- Calculate the Histogram of each 1-channel plane by calling the function @ref cv::calcHist
6767
- Plot the three histograms in a window
6868
- **Downloadable code**: Click
69-
[here](https://github.com/Itseez/opencv/tree/master/samples/cpp/tutorial_code/Histograms_Matching/calcHist_Demo.cpp)
69+
[here](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/Histograms_Matching/calcHist_Demo.cpp)
7070
- **Code at glance:**
7171
@include samples/cpp/tutorial_code/Histograms_Matching/calcHist_Demo.cpp
7272

doc/tutorials/imgproc/histograms/histogram_comparison/histogram_comparison.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Code
4444
histogram of the lower half base image and with the same base image histogram.
4545
- Display the numerical matching parameters obtained.
4646
- **Downloadable code**: Click
47-
[here](https://github.com/Itseez/opencv/tree/master/samples/cpp/tutorial_code/Histograms_Matching/compareHist_Demo.cpp)
47+
[here](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/Histograms_Matching/compareHist_Demo.cpp)
4848
- **Code at glance:**
4949

5050
@include cpp/tutorial_code/Histograms_Matching/compareHist_Demo.cpp

doc/tutorials/imgproc/histograms/histogram_equalization/histogram_equalization.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Code
6262
- Equalize the Histogram by using the OpenCV function @ref cv::equalizeHist
6363
- Display the source and equalized images in a window.
6464
- **Downloadable code**: Click
65-
[here](https://github.com/Itseez/opencv/tree/master/samples/cpp/tutorial_code/Histograms_Matching/EqualizeHist_Demo.cpp)
65+
[here](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/Histograms_Matching/EqualizeHist_Demo.cpp)
6666
- **Code at glance:**
6767
@include samples/cpp/tutorial_code/Histograms_Matching/EqualizeHist_Demo.cpp
6868

doc/tutorials/imgproc/histograms/template_matching/template_matching.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Code
9696
- Localize the location with higher matching probability
9797
- Draw a rectangle around the area corresponding to the highest match
9898
- **Downloadable code**: Click
99-
[here](https://github.com/Itseez/opencv/tree/master/samples/cpp/tutorial_code/Histograms_Matching/MatchTemplate_Demo.cpp)
99+
[here](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/Histograms_Matching/MatchTemplate_Demo.cpp)
100100
- **Code at glance:**
101101
@include samples/cpp/tutorial_code/Histograms_Matching/MatchTemplate_Demo.cpp
102102

0 commit comments

Comments
 (0)