OpenCV  4.5.3
Open Source Computer Vision
Namespaces | Enumerations | Functions
weighted_median_filter.hpp File Reference
#include <opencv2/core.hpp>
#include <string>

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 
 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. More...
 

Detailed Description

Date
Sept 9, 2015
Author
Zhou Chao