搜索资源列表
OTSU方法计算图像二值化的自适应阈值
- OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value of the two adaptive threshold,
OTSU 算法可以说是自适应计算单阈值
- OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法,OTSU algorithm Adaptive Computing can be said to be a single threshold (used to convert grayscale image to binary image) is simple and efficient method
jj.rar
- 不规则光照下自适应阈值的前景背景分离算法源代码,相当好用哦,Irregular light of the prospects of adaptive threshold background separation algorithm source code, very easy to use, oh
adapthisteq
- 对限制对比度自适应直方图均衡化算法adapthisteq进行了解释。可用于图像增强-Contrast to the limited adaptive histogram equalization algorithm adapthisteq is explained. Can be used for image enhancement
AdaptiveGA
- 自适应遗传算法源matlab程序,用到了G-S正交化分解,希望对大家有用。-aAdaptive genetic algorithm source code by Matlab, used in the G-S orthogonal decomposition.
Dct
- 主要研究了彩色图像数字水印算法,在DCT域进行了水印的自适应嵌入和提取,并用Matlab进行了仿真实验,测试算法的性能-The main color image watermarking algorithm in the DCT domain adaptive watermark embedding and extraction, and with the Matlab simulation experiment to test the performance of algorithm
LMSFilterMatlab
- 此程序可实现基于LMS(最小均方误差算法)的自适应滤波程序-this procedure can be based on the LMS (least-mean-square error algorithm) adaptive filtering process
thresholdadaptive200810
- 实现一个自适应阈值的算法,用以在不规则光照下从背景中提取出前景图像。-The realization of an adaptive threshold algorithm for the irregular light extracted from the background images prospects.
libadaboost-0.1.beta
- 机器学习的自适应提升(adaboost)算法包,提供了学习boosting算法的通用框架,包括:学习、验证、测试、性能分析等 -Machine learning to enhance the adaptive (adaboost) algorithm package, boosting learning algorithm provides a generic framework, including: learning, validation, testing, performance ana
LMSADAPTIVEFILTERALGORITHM
- LMS自适应算法,这个是LMS的基础算法,后面的一段是由公式给出的-LMS adaptive algorithm, this is the basis of LMS algorithm, the back section is given by the formula
image_inhancement
- 基于Matlab的典型图像增强算法的源码 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波
SlipWin
- 图像处理中创建自适应窗口的程序,牺牲计算时间提高算法处理质量。附带一个使用自适应窗口的模版。-Adaptive image processing to create a window procedure, the expense of computing time algorithm improve the quality of treatment. Attached to a template using the adaptive window.
tuxiangqukuang
- 分块有损压缩图像忽略了块间相关性,重构时会产生块效应,该文提出一种空域自适应去块效应算法。对块边缘采用方向自适应 有理滤波,以弱化块效应。根据块的内部活动性将图像块分成平坦块和纹理块2 类,利用基于方差的空域检测方法检测出平坦块,并对平 坦块进行邻块边缘自适应平滑。实验结果表明,该算法有效去除了块效应,一定程度上提高了信噪比,算法简单且鲁棒性较好。-Block lossy compression image ignores the inter-block correlation, Rec
matlab
- 基于matlab对灰度图像的二值化自适应阈值的算法-Gray image binarization adaptive algorithm
4368
- 连接上摄像头,可以对摄像头的各个性能进行设定,还可以通过帧间差分与自适应背景的算法对运动的目标检测,还可以采集单帧图像进行保存-Connect the camera, the camera can set the various properties, but also through the inter-frame difference algorithm and adaptive background target detection in sports can also be collec
adaptivewaveletthresholddenoising
- 此文件夹主要是在学习自适应语音小波阈值去噪中所查找的文献,其中论文包括自适应算法的介绍、语音小波自适应去噪、其他数字信号自适应小波阈值去噪。-This folder is the main voice in the learning adaptive wavelet threshold denoising in the search of the literature, which includes adaptive algorithm thesis presentation, voice, w
Subband_beamforming
- 将要传输的信号通过子带结构分成四路信号,分别通过预先调制滤波器组,在接收端收到信号,经过自适应滤波,然后形成一束波(The signal to be transmitted is divided into four signals by subband structure, and the signals are received at the receiving end through the pre modulation filter bank, and then a wave is for
zhishiying2
- 自适应过程是一个不断逼近目标的过程。它所遵循的途径以数学模型表示,称为自适应算法。通常采用基于梯度的算法,其中最小均方误差算法(即LMS算法)尤为常用。(The adaptive process is a process of approaching the goal. The way it follows is represented by a mathematical model, called an adaptive algorithm. Gradient-based algorithms
基于LMS算法的自适应滤波器设计与实现
- 因LMS算法具有低计算复杂度、在平稳环境中的收敛性好、其均值无偏地收敛到wiener解和利用有限精度实现算法时的稳定性等特性,使LMS算法成为自适应算法中应用最广泛的算法。(Because LMS algorithm has low computational complexity, convergence in stable environments, the mean unbiased converges to the Wiener solution and the finite preci
基于 QR 码的自适应抗打印扫描水印算法
- 提出一种基于 QR 码的自适应抗打印扫描盲水印算法。方法 首先对载体 QR 码进行三级小 波变换,并对低频部分进行 4×4 分块 Schur 分解,然后利用子块酉矩阵的系数差值的稳定性,将二值 水印信息自适应嵌入到载体 QR 码中,最后对含水印 QR 码打印扫描并提取出水印信息。同时,算法实 现了盲提取。结果 算法能较好抵抗打印扫描攻击,并对高斯噪声、椒盐噪声、斑纹噪声、泊松噪声、 JPEG 压缩等攻击具有较强的鲁棒性。结论 算法具有较强的抗打印扫描性能,可以广泛应用于数字产品 的版权保