mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 11:45:30 +08:00
Merge pull request #16818 from iteal:master
Update template_matching.markdown Fixed "template image" should be "source image" in two sentences explaining template matching.
This commit is contained in:
parent
25ab141b93
commit
e63af185de
@ -31,7 +31,7 @@ that should be used to find the match.
|
||||
- We need two primary components:
|
||||
|
||||
-# **Source image (I):** The image in which we expect to find a match to the template image
|
||||
-# **Template image (T):** The patch image which will be compared to the template image
|
||||
-# **Template image (T):** The patch image which will be compared to the source image
|
||||
|
||||
our goal is to detect the highest matching area:
|
||||
|
||||
@ -61,7 +61,7 @@ that should be used to find the match.
|
||||
- If masking is needed for the match, three components are required:
|
||||
|
||||
-# **Source image (I):** The image in which we expect to find a match to the template image
|
||||
-# **Template image (T):** The patch image which will be compared to the template image
|
||||
-# **Template image (T):** The patch image which will be compared to the source image
|
||||
-# **Mask image (M):** The mask, a grayscale image that masks the template
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user