Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
cf62a37f
Commit
cf62a37f
authored
Jul 06, 2011
by
Ana Huaman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added matchTemplate reST tutorial
parent
eac922eb
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
3 additions
and
2 deletions
+3
-2
conf.py
doc/conf.py
+3
-1
histogram_calculation.rst
...istograms/histogram_calculation/histogram_calculation.rst
+0
-1
Template_Matching_Original_Image.jpg
...late_matching/images/Template_Matching_Original_Image.jpg
+0
-0
Template_Matching_Template_Image.jpg
...late_matching/images/Template_Matching_Template_Image.jpg
+0
-0
Template_Matching_Template_Theory_Result.jpg
...ching/images/Template_Matching_Template_Theory_Result.jpg
+0
-0
Template_Matching_Template_Theory_Sliding.jpg
...hing/images/Template_Matching_Template_Theory_Sliding.jpg
+0
-0
Template_Matching_Template_Theory_Summary.jpg
...hing/images/Template_Matching_Template_Theory_Summary.jpg
+0
-0
template_matching.rst
...mgproc/histograms/template_matching/template_matching.rst
+0
-0
No files found.
doc/conf.py
View file @
cf62a37f
...
...
@@ -324,7 +324,9 @@ extlinks = {'cvt_color': ('http://opencv.willowgarage.com/documentation/cpp/imgp
'equalize_hist'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_histograms.html?#equalizeHist
%
s'
,
None
),
'split'
:
(
'http://opencv.willowgarage.com/documentation/cpp/core_operations_on_arrays.html?#split
%
s'
,
None
),
'calc_hist'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_histograms.html?#calcHist
%
s'
,
None
),
'normalize'
:
(
'http://opencv.willowgarage.com/documentation/cpp/core_operations_on_arrays.html?#normalize
%
s'
,
None
)
'normalize'
:
(
'http://opencv.willowgarage.com/documentation/cpp/core_operations_on_arrays.html?#normalize
%
s'
,
None
),
'match_template'
:
(
'http://opencv.willowgarage.com/documentation/cpp/imgproc_object_detection.html?#matchTemplate
%
s'
,
None
),
'min_max_loc'
:
(
'http://opencv.willowgarage.com/documentation/cpp/core_operations_on_arrays.html?#minMaxLoc
%
s'
,
None
)
}
doc/tutorials/imgproc/histograms/histogram_calculation/histogram_calculation.rst
View file @
cf62a37f
...
...
@@ -6,7 +6,6 @@ Histogram Calculation
Goal
=====
In this tutorial you will learn how to:
.. container:: enumeratevisibleitemswithsquare
...
...
doc/tutorials/imgproc/histograms/template_matching/images/Template_Matching_Original_Image.jpg
0 → 100644
View file @
cf62a37f
42.1 KB
doc/tutorials/imgproc/histograms/template_matching/images/Template_Matching_Template_Image.jpg
0 → 100644
View file @
cf62a37f
840 Bytes
doc/tutorials/imgproc/histograms/template_matching/images/Template_Matching_Template_Theory_Result.jpg
0 → 100644
View file @
cf62a37f
12.9 KB
doc/tutorials/imgproc/histograms/template_matching/images/Template_Matching_Template_Theory_Sliding.jpg
0 → 100644
View file @
cf62a37f
59.9 KB
doc/tutorials/imgproc/histograms/template_matching/images/Template_Matching_Template_Theory_Summary.jpg
0 → 100644
View file @
cf62a37f
31 KB
doc/tutorials/imgproc/histograms/template_matching/template_matching.rst
View file @
cf62a37f
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment