登录
首页 » matlab » icm_seg

icm_seg

于 2012-06-15 发布 文件大小:4KB
0 222
下载积分: 1 下载次数: 179

代码说明:

  基于马尔可夫随机场(MRF)、条件迭代算法ICM的图像分割源码(The MRF, the ICM-based image segmentation source code to source image segmentation based on the MRF ICM)

文件列表:

icm_seg
.......\covmatrix.m,178,2012-05-08
.......\EnergyOfFeatureField.m,403,2012-05-08
.......\EnergyOfLabelField.asv,445,2012-05-08
.......\EnergyOfLabelField.m,466,2012-05-08
.......\GMM_parameter.m,402,2012-05-08
.......\ICM.asv,832,2012-05-08
.......\ICM.m,832,2012-05-08
.......\icm_seg.asv,370,2012-05-08
.......\icm_seg.m,368,2012-05-08
.......\Kmeans.m,1217,2010-06-25
.......\NeiX.m,794,2012-05-08

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

发表评论

0 个回复

  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • daima
    背景音乐只是随便写了写,具体的可以改数组里的数字.有点闪的效果还是不太好看. (Background music just casually write write array of specific numbers can be changed. Bit flash effect is still quite nice.)
    2014-01-10 20:13:52下载
    积分:1
  • contrast
    28个vc++图像处理原程序之--对比度拉伸(28 vc++ Image processing of the original procedure- contrast stretching)
    2008-12-24 11:58:36下载
    积分:1
  • Labview
    说明:  基于小波分析的故障检测的matlab程序 已经使用过 可放心使用(Matlab program of fault detection based on wavelet analysis has been used safely)
    2020-02-03 10:22:37下载
    积分:1
  • source-KALMMN
    KALMAN filtering algorithm under the matlab toolbox, Shared by everybody, good source is very good
    2017-05-14 16:12:25下载
    积分:1
  • MATLAB-code-wavelet-edge
    关于图像小波边缘检测的MATLAB程序,用于一般图像边缘检测(wavelet-edge)
    2009-02-24 22:04:50下载
    积分:1
  • FaceNormalization
    这是一种很强的人脸检测程序,你可以试试,但我也不知是用什么方法。(This is a very strong face detection process, you can try, but I do not know in what ways.)
    2007-12-06 09:17:17下载
    积分:1
  • Demo3_line-segment-detection-
    直线检测 Visual C++编写 用于图像处理(line segment detection)
    2012-06-29 16:39:16下载
    积分:1
  • cnn-cbir-benchmark-master
    python语言,使用卷积神经网络的特征做图像检索(image retrieval using CNN)
    2021-04-12 11:58:57下载
    积分:1
  • matlabacSharp
    用小波包分析实现轴承故障诊断,信号分析处理,界面编程(Bearing fault diagnosis using wavelet packet analysis and signal analysis and processing, interface programming)
    2012-03-28 09:03:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载