From: gbowser3@gmail.com Date: Mon, 1 Aug 2022 00:22:10 +0000 (-0500) Subject: Imgproc: Fix doxygen typo X-Git-Tag: accepted/tizen/unified/20230127.161057~1^2~6^2~58^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e7a787aa419225d571e1ac72c071dcf8b9dc1c37;p=platform%2Fupstream%2Fopencv.git Imgproc: Fix doxygen typo --- diff --git a/modules/imgproc/include/opencv2/imgproc.hpp b/modules/imgproc/include/opencv2/imgproc.hpp index 9ab8999e30..c04b5b67a9 100644 --- a/modules/imgproc/include/opencv2/imgproc.hpp +++ b/modules/imgproc/include/opencv2/imgproc.hpp @@ -2199,7 +2199,7 @@ case of multi-channel images, each channel is processed independently. @param src input image; the number of channels can be arbitrary, but the depth should be one of CV_8U, CV_16U, CV_16S, CV_32F or CV_64F. @param dst output image of the same size and type as src. -@param kernel structuring element used for dilation; if elemenat=Mat(), a 3 x 3 rectangular +@param kernel structuring element used for dilation; if element=Mat(), a 3 x 3 rectangular structuring element is used. Kernel can be created using #getStructuringElement @param anchor position of the anchor within the element; default value (-1, -1) means that the anchor is at the element center.