OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
weighted_median_filter.hpp File Reference
#include <opencv2/core.hpp>
#include <string>
Include dependency graph for weighted_median_filter.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Date
Sept 9, 2015
Author
Zhou Chao