登录
首页 » matlab » enfcm

enfcm

于 2021-04-12 发布
0 118
下载积分: 1 下载次数: 1

代码说明:

说明:  Szilagyi等人提出的EnFCM算法加快了灰度图像的聚类过程。通过对像素点及其8邻域像素的线性加权求和预处理原图像,形成了从原始图像到其局部的邻域像素的平均图像。由于像素的灰度级值一般是8位分辨率(256级灰度),M级灰度值的编码一般比像素点大小为N的值小很多。因此,执行时间明显减少。(The enfcm algorithm proposed by szilagyi et al. Accelerates the clustering process of gray images. Through the linear weighted sum of pixels and their 8 neighborhood pixels, the average image from the original image to its local neighborhood pixels is formed. Because the gray level value of a pixel is generally 8-bit resolution (256 gray level), the coding of M-level gray level value is generally much smaller than the value of pixel size n. As a result, execution time is significantly reduced.)

文件列表:

enfcm.m, 3124 , 2020-05-22

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • sensorless_MRAS
    说明:  永磁同步电机无传感器矢量控制(模型参考自适应法)(Sensorless permanent magnet synchronous motor vector control (model reference adaptive method))
    2010-03-24 15:20:03下载
    积分:1
  • VIPer53 switching power supply design, SCH and PCB, the efficiency of 56 percent...
    VIPer53设计的开关电源,SCH及PCB,效率56%,很想提高效率,但有点难度.希望大家讨论.-VIPer53 switching power supply design, SCH and PCB, the efficiency of 56 percent, wanted to improve efficiency, but it
    2022-10-13 18:15:03下载
    积分:1
  • DITONGLBOQI
    在 惯 性 导 航 系 统 里 往 往 需 要 对 陀 螺 仪 和 加 速 度计进 行 性 能测 试 , 这 时就 要设 计一 种 测 试 它 们 的 滤 波器 。 滤 波器 从 功 能 上 可 分 为 四种 低通 、 高通 、 带 通 、 带 阻 滤 波 器 。 文 中所 要 研 究 的低 通 滤 波器 是 通 过 低 频 信号 而 抑 止 高频 信号 的滤 波器 , 巴 特 沃 思 滤 波器 是 最 简 单 的低通 滤波 器 。 其 中 、 为 实 常 数 , , 。 一 , , 二 , 分 母 多项 式的幂 次 即 为滤波器 的 阶数 。 若 式 除 “ 。 外 所 有 分 子 项 系数 均 为零 , 则传递 函数 变 成 一 常数 与 多项 式 之 比 。 这 时传递 函数有 有 限 极 点 而 无 有 限零 点 , 这 种 滤 波 器称 为 全极 点 滤 波 器 , 阶 巴 特 沃斯 滤 波 器 也 是 全极 点 滤 波 器 。 全 极 点 滤 波器 传递 函 数 为 矛 , , 厂 十 。 , ”一 ’ 竺(n the inertial navigation system and processing is often necessary for gyroscope Speed ​ ​ meter performance test conducted , This is when you want to design one kind of test it Our filter . Filter from the functions can be divided into four low-pass , Qualcomm , Bandpass , Bandstop filter . The text to be studied in a low-pass filter is a low-frequency signal by For the high-frequency signal suppression filter , Bart Waugh think is the most simple filters The single low-pass filter . Which , Is a real constant ,, . A ,, Two , Minute Mother is a power of the polynomial order of the filter . If the formula Except . " Have a child outside the sub-zero coefficients are , Then the transfer function Turned into a constant ratio with polynomial . At this time there is limited transfer function No pole while Zero Limited , This kind of filter is referred to as full-pole filter Implement , Order Butterworth filter is all-pole filter . W)
    2013-10-25 10:47:37下载
    积分:1
  • Unblance_spwm_SVGfxu
    simulink环境下搭建的仿真,基于不平衡电网下的无功补偿(The simulation built in Simulink environment is based on reactive power compensation under unbalanced grid.)
    2020-12-17 22:09:12下载
    积分:1
  • 一个类似Window自带的扫雷游戏. 是我的一次课堂作业,用VC++编的。 基本功能与Window里的一样。...
    一个类似Window自带的扫雷游戏. 是我的一次课堂作业,用VC++编的。 基本功能与Window里的一样。-a similar mine Window"s own game. Yes, I work in a classroom, the VC series. The basic function and Window"s the same.
    2022-07-05 13:20:19下载
    积分:1
  • 七自由度车辆数学模型
    说明:  汽车bai的7自由度模型du一般是在设计汽车悬架时用zhi到,1/4悬架时2自由度模型,包括簧上部分的dao垂直运动和簧下部分的垂直运动,半车悬架是4自由度模型,整车用7自由度模型。考虑汽车悬架作用,这车车身有三个自由度,分别是车体的Z轴上下运动,沿X轴和Y轴的转动。对于空间刚体6个自由度中的其他3个自由度,2个平动和转动与悬架系统无关,所以没有考虑。上述3个车身自由度加上4个悬架的簧下部分(主要是轮胎的上下跳动),一共是7个自由度。(The 7-DOF model Du of automobile Bai is generally a 2-DOF model when designing automobile suspension, including the vertical movement of Dao on the spring part and the vertical movement of the under spring part. The half car suspension is a 4-DOF model, and the whole car is a 7-DOF model. Considering the function of automobile suspension, the car body has three degrees of freedom, which are the up and down movement of Z axis of the car body, and the rotation along X axis and Y axis. For the other three of the six degrees of freedom of the space rigid body, two translation and rotation are independent of the suspension system, so they are not considered. The above three body degrees of freedom plus the four suspension spring parts (mainly the up and down runout of tires), a total of 7 degrees of freedom.)
    2021-01-08 23:38:51下载
    积分:1
  • stiffnessdownload
    说明:  计算齿轮刚度时变刚度值,用于齿轮动力学分析(Calculating the time-varying stiffness of gear for gear dynamic analysis)
    2021-05-13 17:30:02下载
    积分:1
  • 微信医药商城-APP客户端编写范例
    一个国内的微信医药商城-APP客户端编写范例源码,这个微信医药商城主要是查询订购一些药品的,将药品分成若干个分类,更方便使用者快速找到需要的药品。界面和功能相对完善,做医药类的微信商城很合适,内置订单模块、购物车和用户管理常用的购物类应用模块,同时里面还内置了一个转盘抽奖模块,可用在其它的微信小程序中。本医药微商程序可轻松的修改成其它商品的在线购物系统。
    2022-03-21 20:33:45下载
    积分:1
  • 练习训练游戏,游戏规则详见源代码注释部分,全C语言编程..........
    练习训练游戏,游戏规则详见源代码注释部分,全C语言编程....... -practice training game, the rules of the game as detailed source notes, the entire C language programming ...
    2023-08-18 10:55:03下载
    积分:1
  • PSO-vs-WOA-master
    粒子群算法与鲸鱼优化算法比较源程序,提供参考文献,测试通过。(Whale Optimization Algorithm (WOA) source codes demo 1.0)
    2018-04-02 10:06:37下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载