搜索资源列表
用matlab实现的一个图像增强算法
- 采用的方法是,对于一张灰度图,设定一个门限,将其每个色素值的大小与此门限进行比较,如果小于该门限,则认定其属于较暗的部分,对它进行线性的放大,以增加其分辨度,而对于大于门限值的色素点则对其进行相应的压缩处理,以得到一张新的图像。
shuangsancichazhi.rar
- 实现双三次插值图像缩放算法,修改k值,即可修改放大倍数或缩小倍数!,To achieve bi-cubic interpolation algorithm for image scaling, modified k values can be modified to enlarge or shrink the multiples of multiples!
shuangxianxing
- matlab双线性插值算法实现图像放大源代码-matlab bilinear interpolation algorithm to enlarge the image
Matlab
- MATLAB最近临插值算法和线性插值算法,完全代码,关于matlab的插值算法图像放大-MATLAB interpolation algorithm and a recent clinical linear interpolation algorithm, complete code, matlab interpolation algorithm on the image to enlarge
Bilinear-interpolation-algorithm
- 图像的双线性插值放大算法中,目标图像中新创造的象素值,是由源图像位 置在它附近的2*2 区域4 个邻近象素的值通过加权平均计算得出的。 双线性内插 值算法放大后的图像质量较高,不会出现像素值不连续的的情况。然而次算法具 有低通滤波器的性质,使高频分量受损,所以可能会使图像轮廓在一定程度上变 得模糊。 -Bilinear interpolation algorithm to enlarge the image, the target image in the newly creat
naotun_V1.7
- esprit算法对有干扰的信号频率进行估计,音频信号通过LM386放大,sar图像去噪的几种新的方法。- esprit algorithm signal frequency interference can be assessed LM386 audio signal amplification, Several new methods sar image denoising.
maimiu_V6.3
- 基于混沌的模拟退火算法,音频信号通过LM386放大,一种基于多文档得图像合并技术。- Chaos-based simulated annealing algorithm, LM386 audio signal amplification, Based on multi-document image obtained combining technique.
mei-jd06
- 音频信号通过LM386放大,完整的图像处理课设,包含所有源代码,汽车图像,esprit算法对有干扰的信号频率进行估计。- LM386 audio signal amplification, Complete class-based image processing, contains all of the source code, auto image, esprit algorithm signal frequency interference can be assesse.
bjpke
- 用于图像处理的独立分量分析,音频信号通过LM386放大,基于分段非线性权重值的Pso算法。- Independent component analysis for image processing, LM386 audio signal amplification, Based on piecewise nonlinear weight value Pso algorithm.
iaged-standard-const
- 经典程序,实现3种插值算法,可以做到任意比例的图像缩小或者放大,且长宽比例可以不同()