搜索资源列表
Filter
- 用C++语言写的图像过滤,实现了中值过滤、最大值最小值过滤、均值过滤等,扩展性较好,能实现不同通道-With C++ language image filtering, to achieve a median filtering, maximum minimum filtering, mean filtering, scalability, better able to achieve different channels
Medianblur-opencv
- 中值滤波选择每个邻域像素的中值输出; -截尾均值滤波是指去掉百分率为 的最小值和最大值;定义域滤波中沿着边界的数字是像素的距离;值域就是去掉值域外的像素值。-Median filter to select each neighborhood pixel values in the output - trimmed mean filter is the minimum and maximum percentage of the removed domain filte
Space_Filter
- OpenCV、空域滤波器(中值,均值,最大最小值...)-This code is designed for space filter and it is derived Digital Image Processing Matlab edition in page117 it has ArithmeticM_Filter for Arithmetic Mean Filtering GeometricM_Filter for Geometric Mean Filtering H