mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
docs: fix spelling errors in code and comments
- Fixed 'suported' -> 'supported' in imgproc.hpp - Fixed 'constane/constans' -> 'constant/constants' in onevpl utils - Fixed 'pushconstance' -> 'pushconstant' in op_matmul.cpp - Fixed 'bufer' -> 'buffer' in test_imgwarp.cpp - Fixed 'Framebuffrer' -> 'Framebuffer' in window_framebuffer - Fixed 'readComplexPropery' -> 'readComplexProperty' in cap_msmf.cpp - Fixed 'behavoir' -> 'behavior' in test_exr.impl.hpp - Fixed 'previos' -> 'previous' in qrcode_encoder.cpp
This commit is contained in:
@@ -2372,7 +2372,7 @@ 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.
|
||||
@param iterations number of times dilation is applied.
|
||||
@param borderType pixel extrapolation method, see #BorderTypes. #BORDER_WRAP is not suported.
|
||||
@param borderType pixel extrapolation method, see #BorderTypes. #BORDER_WRAP is not supported.
|
||||
@param borderValue border value in case of a constant border
|
||||
@sa erode, morphologyEx, getStructuringElement
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user