Skip to content

Commit f71f76a

Browse files
committed
Merge pull request opencv#8649 from saskatchewancatch:8647
2 parents 0457361 + bbb785e commit f71f76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/imgproc/include/opencv2/imgproc.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3687,7 +3687,7 @@ data type.
36873687
is \f$W \times H\f$ and templ is \f$w \times h\f$ , then result is \f$(W-w+1) \times (H-h+1)\f$ .
36883688
@param method Parameter specifying the comparison method, see cv::TemplateMatchModes
36893689
@param mask Mask of searched template. It must have the same datatype and size with templ. It is
3690-
not set by default.
3690+
not set by default. Currently, only the TM_SQDIFF and TM_CCORR_NORMED methods are supported.
36913691
*/
36923692
CV_EXPORTS_W void matchTemplate( InputArray image, InputArray templ,
36933693
OutputArray result, int method, InputArray mask = noArray() );

0 commit comments

Comments
 (0)