OpenCV
4.10.0
Open Source Computer Vision
|
Namespaces | |
namespace | cv |
"black box" representation of the file storage associated with a file on disk. | |
namespace | cv::ximgproc |
Enumerations | |
enum | cv::ximgproc::WMFWeightType { cv::ximgproc::WMF_EXP = 1 , cv::ximgproc::WMF_IV1 = 1 << 1 , cv::ximgproc::WMF_IV2 = 1 << 2 , cv::ximgproc::WMF_COS = 1 << 3 , cv::ximgproc::WMF_JAC = 1 << 4 , cv::ximgproc::WMF_OFF = 1 << 5 } |
Specifies weight types of weighted median filter. More... | |
Functions | |
void | cv::ximgproc::weightedMedianFilter (InputArray joint, InputArray src, OutputArray dst, int r, double sigma=25.5, int weightType=WMF_EXP, InputArray mask=noArray()) |
Applies weighted median filter to an image. | |