OpenCV
3.2.0
Open Source Computer Vision
|
Namespaces | |
cv | |
cv::ximgproc | |
Enumerations | |
enum | cv::ximgproc::WMFWeightType { cv::ximgproc::WMF_EXP, cv::ximgproc::WMF_IV1, cv::ximgproc::WMF_IV2, cv::ximgproc::WMF_COS, cv::ximgproc::WMF_JAC, cv::ximgproc::WMF_OFF } |
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, WMFWeightType weightType=WMF_EXP, Mat mask=Mat()) |
Applies weighted median filter to an image. More... | |