We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0457361 + bbb785e commit f71f76aCopy full SHA for f71f76a
modules/imgproc/include/opencv2/imgproc.hpp
@@ -3687,7 +3687,7 @@ data type.
3687
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$ .
3688
@param method Parameter specifying the comparison method, see cv::TemplateMatchModes
3689
@param mask Mask of searched template. It must have the same datatype and size with templ. It is
3690
-not set by default.
+not set by default. Currently, only the TM_SQDIFF and TM_CCORR_NORMED methods are supported.
3691
*/
3692
CV_EXPORTS_W void matchTemplate( InputArray image, InputArray templ,
3693
OutputArray result, int method, InputArray mask = noArray() );
0 commit comments