CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 适应值

搜索资源列表

  1. adaptivemedian

    0下载:
  2. 自适应中值滤波的C++实现,同时附带了中值滤波代码进行对比,效果明显。-Adaptive median filter C++ implementation, the paper also achieved a median filter for compared.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1475
    • 提供者:唐一彪
  1. joufun

    0下载:
  2. 详细画出了时域和频域的相关图,基于分段非线性权重值的Pso算法,一些自适应信号处理的算法。- Correlation diagram shown in detail the time domain and frequency domain, Based on piecewise nonlinear weight value Pso algorithm, Some adaptive signal processing algorithms.
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:7704
    • 提供者:abjib
  1. 123

    0下载:
  2. 这是一个图像处理的程序,包含边缘检测和自适应局部阈值。-this is aprogramme about image processing,including boundary detect and self adaptive thresholding.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1385
    • 提供者:许三多
  1. xiaoboquzao_matlab

    1下载:
  2. 基于小波变换的图像阈值去噪的matlab代码,可以实现硬阈值,软阈值以及一种自适应阈值算法并且完成他们的对比;-One kind matlab code image threshold denoising based on wavelet transform can be achieved hard threshold and soft threshold and an adaptive threshold algorithm and complete their contrast
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:162545
    • 提供者:刘鑫焱
  1. ParallelAdaptiveClonalSelection

    1下载:
  2. 并行自适应克隆选择算法 在FbgFunc.m中设置目标函数和优化参数 在CloneySelection.m中设置参数取值范围及其他算法参数 本算法在基本克隆选择算法的基础上增加自适应和并行功能计算效率比基本克隆选择算法高。 附带论文为本人为第一作者撰写的,论文中有一部分内容介绍该算法流程。 对该算法有任何疑问可以通过dxbsoccer@163.com联系我。 目前该算法暂时是无约束优化,欢迎大家试用并提出宝贵意见。-Parallel adaptive clon
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-09
    • 文件大小:1666999
    • 提供者:rengpinsai
  1. Edge-Detection_canny-_perfect

    1下载:
  2. Canny算法求图像边缘,C++语言实现。步骤分:求梯度、非极大值移植、自适应阈值、滞后阈值求边缘、边缘细化。算法核心由C语言实现,效果可以和OpenCV和Matlab相媲美。-Canny algorithm for image edge, the use of C++ language, the steps include: for gradient, maximum value suppression, adaptive threshold, hysteresis threshold. Th
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:2895324
    • 提供者:arthur
  1. FARI

    0下载:
  2. 简单的二值快速自适应算术编码变种算法实现程序-A fast adaptive bit-level arithmetic coding implementation
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1901
    • 提供者:Mr.Chen
  1. pic360

    0下载:
  2. P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波 P0309:运用5种不同的梯度增强法进行图像锐化 P
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:11536
    • 提供者:努力
  1. inverted-pendulum-control

    4下载:
  2. 利用强化学习的自适应动态规划中的值迭代和策略迭代方法,神经网络控制方法,LQR状态调节器最优控制方法,实现了三维倒立摆在飞行器上的稳定控制。鲁棒性很强,进行了高斯白噪声的扰动实验。-Reinforcement learning adaptive dynamic programming in value iteration and policy iteration method, neural network control method, LQR state regulator optimal
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:49770
    • 提供者:边疆
  1. otsu_filterlocal

    0下载:
  2. 改进的otsu算法,计算局部otsu的值确定局部小区域。对于光照不均匀图像处理有比较好的适应- Improved otsu algorithm to calculate the value of the local otsu determine the local small area. For uneven illumination image processing has a relatively good adaptation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1024
    • 提供者:xiao
  1. FDPSO

    0下载:
  2. PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。-Particle Swarm optimization
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:4794
    • 提供者:
  1. senqang

    0下载:
  2. 虚拟力的无线传感网络覆盖,一些自适应信号处理的算法,比较了软阈值,硬阈值及当今各种阈值计算方法。- Virtual power wireless sensor network coverage, Some adaptive signal processing algorithms, Comparison of soft threshold and hard threshold and today various threshold calculation method.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:4124
    • 提供者:gang
  1. filter

    0下载:
  2. 采用自适应中值滤波RAMF法达到滤除噪声信号波形的效果-RAMF adaptive median filter method filter out the noise signal waveform results
  3. 所属分类:Wavelet

    • 发布日期:2017-04-12
    • 文件大小:818
    • 提供者:zhu
  1. koumiu_v55

    0下载:
  2. 基于分段非线性权重值的Pso算法,一些自适应信号处理的算法,非归零型差分相位调制信号建模与仿真分析 。- Based on piecewise nonlinear weight value Pso algorithm, Some adaptive signal processing algorithms, NRZ type differential phase modulation signal modeling and simulation analysis.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:7534
    • 提供者:goulen
  1. lvbo

    0下载:
  2. P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波 P0309:运
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:110597
    • 提供者:Alley
  1. kuaisuzishiyingyuzhifangfa

    0下载:
  2. 一种快速图像阈值分割法,不是otsu或迭代法,Wellner 1993快速自适应的图像二值化方法,有具体使用方法,很详细-A fast image thresholding segmentation method, not otsu or iterative methods, Wellner 1993 fast adaptive image binarization method
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:166727
    • 提供者:hbnj
  1. kuaisuzishiyuzhifangfa2

    0下载:
  2. 这是对上次自适应阈值方法的改进,这是后来找到的-This is the last time adaptive threshold method of improvement, which is later found
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:152928
    • 提供者:hbnj
  1. ImageProcessing

    0下载:
  2. 图像处理所以基础程序:图像显示: Bayer抖动显示 Floyd-Steinberg抖动显示 图像增强: 灰度变换 直方图均衡 局部平均平滑 中值滤波 理想低通滤波 Butterworth低通滤波 图象锐化 理想高通滤波 Butterworth高通滤波 伪彩色增强 图像复原: 运动模糊 运动模糊复原 逆滤波退化 逆滤波复原 加噪退化 维纳滤波复原 图像变换: 傅立叶变换 快速傅立叶变换 离散余弦变换 沃尔什变换 霍特林变换 小波变换 小波反变换 图像编码: 霍夫曼编码 香
  3. 所属分类:Graph program

    • 发布日期:2017-12-18
    • 文件大小:49963008
    • 提供者:giyagaga
  1. PSO

    0下载:
  2. 根据PSO算法原理,在MATLAB中编程实现基于PSO算法的函数极值寻优算法,程序前面给出了PSO算法参数设置,种群初始化,寻找初始极值,迭代寻优,最后通过算法反复迭代300次,画出每代最优个体适应度值变化曲线,最后通过对比发现说明PSO算法具有较强的函数极值寻有能力,谢谢,希望对大家有帮助。 -According to the principle of PSO algorithm in MATLAB programming function PSO algorithm based on ext
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:5412
    • 提供者:wangxin
  1. pso

    0下载:
  2. 粒子群算法,通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优-Swarm optimization, through fitness to uate the quality of the solution, but it' s simpler than genetic algorithm rule, it does not have the genetic
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:907
    • 提供者:王哥
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com