搜索资源列表
jibenfangzhen
- 这两个是通信中基本仿真程序,一个是单边带调幅和双边带调幅的对比,另一是使用希尔伯特滤波器进行的单边带振幅调制解调.-these are two basic communication simulation program, is a single-sideband AM band and bilateral AM contrast, Another is the use of Hilbert's single sideband filter amplitude modulation an
BLFilter
- 我用C#实现的一个双边滤波器,使用unsafe代码,用指针获取像素。-I use C# to achieve a bilateral filter, use unsafe code to get pixel pointer.
example
- 使用C++和CUDA编写的双边滤波器。在平滑图像的同时可以保持边界-Using bilateral filter the C++ and CUDA written. Boundary can be kept in the smooth image while
BF-fang2767879
- 经典的双边滤波器,去噪能力很强,很值得一用。-Classic bilateral filter, denoising ability, it is worth using.
b_filter
- 双边滤波器主体函数,用于可进行边缘保持的图像平滑-The bilateral filter main function for edge preserving image smoothing
work
- 本程序是关于卫星上下变频的简单的实现算法,首先产生双边带调制信号,与收本振混频后,通过低通滤波器完成下变频。再与发本振混频,通过高通滤波器后完成上变频-This program is a simple algorithm on the satellite and down-conversion, the first double-sideband modulation signal generated, after the close of the oscillator mixer, low-p
bfilter2
- 双边滤波器,可对二维甚至三维图像处理。 -Bilateral filter, two-dimensional and even three-dimensional image processing.
matlabfunction
- 求图像信息熵的函数,求图像联合信息熵的函数,求图像PSNR的函数,还有求图像平均梯度的函数,还有一个双边滤波器的程序。 以上四个都是图像客观质量评价指标-the function of computing entropy
sieging_v36
- 包括单边带、双边带、载波抑制及四倍频,多目标跟踪的粒子滤波器,可以提取一幅图中想要的目标。- Including single sideband, double sideband, suppressed carrier and quadruple, Multi-target tracking particle filter, Target can be extracted in a picture you want.
bilateral-filter
- 何凯明经典去雾算法,基于暗原色先验,初步估计透射率,恢复图像,双边滤波器滤波- U4F55 u51EF u660E u7ECF u5178 u53BB u96FE u7B97 u6CD5
jabkw
- 包括单边带、双边带、载波抑制及四倍频,AHP层次分析法计算判断矩阵的最大特征值,窗函数法设计一个数字带通FIR滤波器。- Including single sideband, double sideband, suppressed carrier and quadruple, Calculate the maximum eigenvalue judgment matrix of AHP, A window function design FIR digital band-pass filter.
数字图像处理双边滤波器编程
- Matlab编程关于数字图像处理双边滤波器(Matlab programming on digital image processing bilateral filter)
ShowPicture
- 我完成了修图软件中的三个基本功能,人像磨皮、白平衡调节和皮肤美白。人像磨皮使用双边滤波器完成,效果良好但运行速度慢。白平衡调节使用灰度世界算法来编写程序,可以自动调节偏色照片的白平衡,运行效果良好。皮肤美白使用优化的白平衡算法来对皮肤进行提亮处理,运行效果良好。其中,磨皮力度和美白力度可以通过滑块调节,方便使用。我还为该程序设计了一个简单的界面,并切加入丰富的色彩来吸引用户使用。程序中处理的照片可以自行选择,处理后的照片也可以直接保存。(I finished retouching softwar
FastBilateralFilter
- 一种改进的双边滤波器,可较好地保持图像边缘细节信息,并去除噪声。(n improved bilateral filter can preserve image edge details and remove noise.)