-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
GaussianBlur does not support border type wrap #13602
Copy link
Copy link
Closed
Labels
Hackathonhttps://opencv.org/opencv-hackathon-starts-next-week/https://opencv.org/opencv-hackathon-starts-next-week/category: documentationDocumentation fix or updateDocumentation fix or updatecategory: imgproc
Milestone
Description
System information (version)
- OpenCV => 4.0.1
- Operating System / Platform => All
- Compiler => All
Detailed description
In the documentation for GaussianBlur() it is stated that one should use one of the options in BorderTypes. However, the WRAP option is not supported and will lead to an exception.
Steps to reproduce
Run GaussianBlur with border type WRAP
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Hackathonhttps://opencv.org/opencv-hackathon-starts-next-week/https://opencv.org/opencv-hackathon-starts-next-week/category: documentationDocumentation fix or updateDocumentation fix or updatecategory: imgproc