当前位置:
首页
资源下载

搜索资源 - Weighted averaging
搜索资源列表
-
2下载:
该程序是用小波的方法对两幅图像进行融合。在低频系数对小波系数采用基于区域方差的加权融合方法处理,高频系数采用基于像素点小波系数绝对值取大的规则进行融合。该方法避免了图像融合过程中因平均化而出现的模糊现象, 融合后的图像内容更加清晰, 更容易识别。-The program realized to fuse two images by the method of wavelet. In the low-frequency coefficients of the wavelet coefficient
-
-
0下载:
matlab上实现各种去噪算法,包括Weighted Averaging Algorithm,Median Filtering,Wavelet Based Denoising,可以直接运行。-Implement various Denoising Algorithm on matlab, including Weighted Averaging Algorithm, Median Filtering, Wavelet-based Denoising, can be directly run.
-
-
0下载:
超声波,小车预碰撞,XS128程序,有测速、PID控制加速度,超声波测距,滑动加权滤波,去极值平均滤波,限幅滤波-Ultrasound, the car pre-crash, XS128 procedures, speed, PID control acceleration, ultrasonic ranging, sliding weighted filtering, extreme value averaging filter, limiting filtering
-
-
0下载:
1. 分量法。
2.最大值法。选取彩色图像中的三分量中(RGB)的颜色的最大值作为灰度图的灰度值。即:f(i,j)=max(R(i,j),G(i,j),B(i,j))。
3.平均值法。 将彩色图像中的三分量亮度求平均得到一个灰度图f(i,j)=(R(i,j)+G(i,j)+B(i,j))/3。
4.加权平均法。(The 1. component method.
2. maximum value method. The maximum value of the c
-