CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - fuzzy

搜索资源列表

  1. 数字图像空间域平滑

    0下载:
  2. 数字图像空间域平滑。将转换后的二维灰度图像进行平滑模糊操作。(The spatial domain of the digital image is smooth. The transformed two-dimensional gray image is smooth and fuzzy operation.)
  3. 所属分类:图形图像处理

  1. FuzzyGaussian

    0下载:
  2. Voir une image est une mini-application d'ouverture et de visualisation d'image bitmap.
  3. 所属分类:图片显示

    • 发布日期:2018-04-29
    • 文件大小:417792
    • 提供者:zo zo
  1. FCM

    0下载:
  2. 利用模糊C聚类(FCM)的方法对彩色图像进行分割,期中可以用不通的特征向量来表征图像的特征(The method of fuzzy C clustering (FCM) is used to segment the color image. In the period of time, the feature vectors can be used to characterize the features of the image.)
  3. 所属分类:图形图象

  1. fcm1

    0下载:
  2. 此程序采用 FCM,模糊c 均值方法,用于边缘检测(This program uses FCM, fuzzy C mean method, for edge detection)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:发神经
  1. 模糊图像修复

    0下载:
  2. 通过线性拉普拉斯滤波器对模糊图像修复,程序为两种滤波,T1为滤波器,T2为拉普拉斯算子。(Fuzzy image restoration is done by linear Laplasse filter. The program has two kinds of filtering, T1 as filter and T2 as Laplasse operator)
  3. 所属分类:图形图象

    • 发布日期:2018-05-02
    • 文件大小:10240
    • 提供者:hello庚
  1. 求解模糊运动长度 matlab 代码:

    0下载:
  2. 利用求解模糊运动长度 matlab 代码:(To solve the fuzzy motion length matlab code:)
  3. 所属分类:图形图象

    • 发布日期:2018-05-02
    • 文件大小:204800
    • 提供者:Panta丶
  1. 求解模糊运动角度 matlab 代码:

    0下载:
  2. 求解模糊运动角度 matlab 代码:。。。。。。(Matlab code for solving the fuzzy motion Angle:)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-02
    • 文件大小:204800
    • 提供者:Panta丶
  1. 2.2 图像分割技术

    0下载:
  2. FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分。在介绍FCM具体算法之前我们先介绍一些模糊集合的基本知识。(The FCM algorithm is a partition-based clustering algorithm. Its idea is to make the similarity among the obj
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-03
    • 文件大小:754688
    • 提供者:EMC
  1. 中值滤波

    0下载:
  2. 种非线性平滑技术,它将每一像素点的灰度值设置为该点某邻域窗口内的所有像素点灰度值的中值.中值滤波是基于排序统计理论的一种能有效抑制噪声的非线性信号处理技术,(Processing fuzzy images)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-02
    • 文件大小:1230848
    • 提供者:sxasa
  1. B6649

    0下载:
  2. 数学建模动态模糊模糊图片处理维纳滤波方法实现(Mathematical modeling, dynamic fuzzy and fuzzy image processing, Wiener filtering method.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-02
    • 文件大小:368640
    • 提供者:pjz
  1. 数学建模运动模糊图像的复原

    1下载:
  2. 数学建模,动态模糊与模糊图像处理,维纳滤波方法。(Mathematical modeling, dynamic fuzzy and fuzzy image processing, Wiener filtering method.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-02
    • 文件大小:844800
    • 提供者:pjz
  1. 中值滤波

    0下载:
  2. 中值滤波可以保留目标边缘,这是中值滤波器相对于均值滤波器的最大优势。中值滤波具有去噪的性能,可以消除孤立的噪声点,可以用来减弱随机干扰和脉冲干扰,但是边缘不模糊。(Median filter can retain the target edge, which is the maximum advantage of median filter compared to mean filter. The median filter has the performance of denoising, w
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-06
    • 文件大小:10240
    • 提供者:梁LHM
  1. 改进的canny

    1下载:
  2. Canny 算法包含许多可以调整的参数,它们将影响到算法的计算的时间与实效。 高斯滤波器的大小:第一步所用的平滑滤波器将会直接影响 Canny 算法的结果。较小的滤波器产生的模糊效果也较少,这样就可以检测较小、变化明显的细线。较大的滤波器产生的模糊效果也较多,将较大的一块图像区域涂成一个特定点的颜色值。这样带来的结果就是对于检测较大、平滑的边缘更加有用,例如彩虹的边缘。 阈值:使用两个阈值比使用一个阈值更加灵活,但是它还是有阈值存在的共性问题。设置的阈值过高,可能会漏掉重要信息;阈值
  3. 所属分类:图形图像处理

    • 发布日期:2020-11-05
    • 文件大小:1024
    • 提供者:冰棒
  1. 用FCM实现分割

    1下载:
  2. 基于模糊C-均值聚类算法的图像分割,消除二值分割的非此即彼的缺陷(Image segmentation based on fuzzy C- means clustering algorithm eliminates the defects of two value segmentation.)
  3. 所属分类:图形图像处理

    • 发布日期:2019-06-04
    • 文件大小:123904
    • 提供者:Lucifer4210
  1. 雪花—粒子系统

    1下载:
  2. 粒子系统表示三维计算机图形学中模拟一些特定的模糊现象的技术,而这些现象用其它传统的渲染技术难以实现的真实感的 game physics。经常使用粒子系统模拟的现象有火、爆炸、烟、水流、火花、落叶、云、雾、雪、尘、流星尾迹或者象发光轨迹这样的抽象视觉效果等等。(Particle systems represent techniques that simulate some specific fuzzy phenomena in three-dimensional computer graphics
  3. 所属分类:OpenGL

    • 发布日期:2018-11-22
    • 文件大小:1188864
    • 提供者:yishay丶
  1. MRF_FCM

    5下载:
  2. 实现模糊聚类算法(FCM)与马尔科夫随机场空间约束(MRF)的图像分割、SAR图像变化检测(Fuzzy Cluster Method and Markov Random Field for Image Segmentation or SAR Change Detection)
  3. 所属分类:图形图象

    • 发布日期:2019-10-11
    • 文件大小:5414912
    • 提供者:珊瑚海枫
  1. 图像的去模糊

    2下载:
  2. 多种方法去模糊的matlab代码,维纳滤波器、deconvreg方法等(A variety of methods to fuzzy matlab code)
  3. 所属分类:图形图像处理

    • 发布日期:2020-06-05
    • 文件大小:289792
    • 提供者:劉氷的劉
  1. 2b509aabc32f4a3be87b452a94226f45

    1下载:
  2. 结合模糊C均值聚类算法与水平集方法的图像分割代码,分割效果良好。(The image segmentation code based on fuzzy c-means clustering algorithm and level set method has a good segmentation effect.)
  3. 所属分类:图形图像处理

    • 发布日期:2019-04-26
    • 文件大小:1057792
    • 提供者:zxy0504
  1. SFCM

    2下载:
  2. 基于空间信息的模糊均值聚类算法,SFCM,适用于数据分析,图像分割(space fuzzy-c-means clustering algorithm)
  3. 所属分类:图形图象

    • 发布日期:2020-09-19
    • 文件大小:1036288
    • 提供者:lin1200
  1. work

    1下载:
  2. MATLAB实现PSNR 和SSIM算法和一种针对模糊图像的无参考评价。(图像像素需要相同)(MATLAB realizes PSNR and SSIM algorithm and a non reference evaluation for fuzzy image. (image pixels need to be the same))
  3. 所属分类:图形图像处理

    • 发布日期:2020-11-21
    • 文件大小:1024
    • 提供者:Qtzdlbt
« 1 2 ... 31 32 33 34 35 36»
搜珍网 www.dssz.com