登录
首页 » matlab » FLICM

FLICM

于 2017-09-17 发布 文件大小:74KB
0 126
下载积分: 1 下载次数: 41

代码说明:

  通过改进FCM聚类,编写了FLICM聚类,实现图像的聚类分割。(Implementation of FLICM clustering image segmentation)

文件列表:

test_FLICM.m
brain.tif
brain_n.tif
FLICM.c
FLICM_clustering.m
ReadMe.txt

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

发表评论

0 个回复

  • RobustPCA-master
    低秩学习,rpca,适用于图像去噪,视频跟踪。(low rank learning,rpca,image denoise.Image tracking)
    2021-01-05 20:18:55下载
    积分:1
  • RK龙格库塔计算微分方程组
    使用4阶龙格库塔定理计算一阶微分方程组,方程组有3个方程(RK calculation of differential equations)
    2018-04-13 13:01:19下载
    积分:1
  • Adaptive_beam_assignment
    通过在matlab软件平台上进行仿真,实现天线阵列的自适应波束赋形(Realization of adaptive beamforming)
    2021-03-09 11:59:27下载
    积分:1
  • 差值扩展-数字可逆水印的实现
    数字图像处理中的可逆水印算法,基于差值扩展而得,其容量与其图像像素有关。(The reversible watermarking algorithm in digital image processing is based on the spread of the difference, and its capacity is related to the pixel of the image.)
    2020-10-07 19:17:36下载
    积分:1
  • 能量检测法源代码
    能量检测法是一种比较简单的信号检测方法[1], 属于信号的非相干的检测, 直接对时域信号采样值求模,然后平方即可得到;或利用FFT转换到频域,然后对频域信号求模平方也可得到。它无需知道检测信号的任何先验知识,对信号类型也不作限制。 实际上,能量检测是在一定频带范围内作能量积累,如果积累的能量高于一 定的门限,则说明信号的存在;如果低于一定的门限,则说明仅有噪声。能量检 测的出发点是信号加噪声的能量大于噪声的能量。能量检测方法对信号没有作任何假设,是一种盲检算法。 此代码“利用FFT转换到频域,然后对频域信号求模平方”方法来实现对用户的检测。(In fact, energy detection is used for energy accumulation in a certain frequency range. If the accumulated energy is higher than a certain threshold, the existence of the signal is indicated. If the threshold is lower than the threshold, then only noise is indicated. The starting point of energy detection is that the energy of signal plus noise is greater than that of noise. The energy detection method does not make any assumptions about the signal, and it is a blind detection algorithm. This code "converts the frequency domain into the frequency domain by FFT, then calculates the square of the square of the frequency domain signal" to realize the detection of the user.)
    2021-04-29 16:18:42下载
    积分:1
  • xulietuxiangjianceyuchongjian
    针对目前工业制造领域面临的难题,提出利用非量测数字摄像机进行工业钣金件高精度三维重建与视觉检测.采用二维直接线性变换分解摄像机参数初值并结合光束法平差进行高精度标定 利用最小二乘模板匹配提取像面上的点、直线信息并进行混合光束法平差,从而进行钣金件的高精度三维重建及其尺寸制造误差的检测.所开发的视觉检测系统硬件成本低、自动化程度较高,实际数据的多次实验均取得了优于1/8 000的相对精度,说明所论述的方法为工业零件的自动化三维检测提供了一条可行途径.(View of the current challenges facing the field of industrial manufacturing, made use of non-metric digital camera precision sheet metal parts for industrial reconstruction and visual inspection. Using two-dimensional direct linear transformation and the decomposition of initial parameters of the camera bundle adjustment with high accuracy calibration extracted by the least square template matching, like the surface of point, line information and mixed bundle adjustment to the three-dimensional reconstruction of high-precision sheet metal parts and the size of the detection of manufacturing errors. visual inspection system developed by the hardware low cost, high degree of automation, the actual data, many experiments have achieved better than 1/8000 of the relative accuracy, that the methods discussed in the automation of industrial components to provide a feasible three-dimensional detection approach.)
    2010-12-02 11:56:32下载
    积分:1
  • Fu-Liye-digital-image-transformation
    (1)熟悉并掌握傅立叶变换 (2)了解傅立叶变换在图像处理中的应用 (3)通过实验了解二维频谱的分布特点 (4)用MATLAB实现傅立叶变换仿真 ((1) be familiar with and master the Fourier transform (2) understand the Fourier transform in image processing applications (3) experiments to understand the characteristics of the two-dimensional distribution of the spectrum (4) simulation using MATLAB Fourier transform)
    2013-11-25 20:46:37下载
    积分:1
  • pased-which-matlab
    说明:  用来进行滤波的,这是基于matlab环境的编程程序,(Used for filtering, which is a programming program based on matlab environment.)
    2019-05-20 22:52:28下载
    积分:1
  • 波束成DBF
    说明:  声呐或者雷达系统发射信号后,通过波束形成算法对两个目标(方位分别为theta1、theta2)回波进行仿真,经过相位补偿,可以看出图像有两个波峰,波峰处指向性函数峰值最大,峰值所对应的的角度值即为目标的方位角。所以该程序对数字波束形成(DBF)的原理进行了仿真,适合初学者掌握阵列信号处理中数字波束形成的原理。(After the sonar or radar system transmits the signal, the echo of the two targets (the azimuth is theta1 and theta2 respectively) is simulated by the beamforming algorithm. After the phase compensation, it can be seen that the image has two peaks, the peak of the directivity function is the largest, and the corresponding angle value of the peak is the azimuth of the target. So the program simulates the principle of DBF, which is suitable for beginners to master the principle of DBF in array signal processing.)
    2020-06-26 21:00:01下载
    积分:1
  • rozter
    这是一个用C实现7-bit的编码和解码的算法 非常有效 经过本人验证的,可用()
    2018-05-12 15:49:09下载
    积分:1
  • 696518资源总数
  • 105554会员总数
  • 2今日下载