登录
首页 » matlab » taotao51

taotao51

于 2014-04-04 发布 文件大小:8KB
0 156
下载积分: 1 下载次数: 74

代码说明:

  图像分割 自适应阈值法,otsu法,区域生长法,最大熵法,贝叶斯法,kMeans法,MeanShift法。(Adaptive threshold image segmentation method, otsu method, region growing method, the maximum entropy method, Bayesian method, kMeans law, MeanShift law.)

文件列表:

分割程序
........\AdaptiveThreshold.m,689,2014-03-12
........\Bayesian.m,1430,2014-03-09
........\Iterative.m,495,2014-03-09
........\Kmeans.m,1001,2014-03-09
........\MaxEntropy.m,1728,2014-03-09
........\MeanShiftSeg.m,2979,2014-03-09
........\Otsu.m,378,2014-03-09
........\Otsu2.m,853,2014-03-12
........\Otsu3.m,1611,2014-03-09
........\RegionGrowing.m,1634,2014-03-09

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

发表评论

0 个回复

  • visual-intelligent-surveillance
    该代码用于实现视频监控/视觉监控/视频智能监控/视觉智能监控,具有友好的人机交互界面。在工作时,利用连接在计算机上的摄像头取得视频图像,通过背景减除、滤波、二值化处理、识别等技术,实现对视频目标的监控。(This code is applied to visual surveillance/video surveillance/visual intelligent surveillance/video intelligent surveillance which has a friendly human-machine interface. When working, it detects objects in video using some techniques containing background subtraction, filter, binarization, and recognition. )
    2011-07-02 07:09:55下载
    积分:1
  • Image-Matching
    主要介绍关于图像匹配的相应matlab程序设计(Focuses on the appropriate image matching matlab program )
    2013-11-09 11:34:55下载
    积分:1
  • Make_chaos
    说明:  Make_chaos 将图像进行置乱,生成乱序图,以便进行水印嵌入(Make_chaos will Scrambling images, generate disorder plans for embedding)
    2006-03-03 21:51:42下载
    积分:1
  • OSEM_improve
    医学图像重建算法中OSEM算法的Matlab程序(MATLAB Program of OSEM Algorithms)
    2020-12-23 15:19:07下载
    积分:1
  • emd(2)
    在MATLAB环境下实现二维emd分解的实现,效果还不错(Emd decomposition MATLAB environment to achieve a two-dimensional realization of the results were pretty good)
    2013-01-05 11:29:31下载
    积分:1
  • 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
  • Untitled2
    说明:  用harris 算子提取特征点 然后求取两帧图像之间的运动参数(Operator Feature Extraction then strike two images among the parameters of the movement)
    2005-11-29 15:43:09下载
    积分:1
  • hhh
    说明:  关于图像处理技术在冬小麦测试中的应用,用VC编的软件能对小麦进行二值化处理,中值滤波和灰度变换。(On image processing technology in the winter wheat test the application of the software made by VC on wheat binarization processing, median filtering and gray-scale transformation.)
    2008-10-23 22:42:29下载
    积分:1
  • 515030910511 exercise1
    检测图片中的角点,将图片读入后转换为灰度图以便处理。 2.通过用Dx=[-1,0,1;-2,0,2;-1,0,1]和灰度图片的矩阵卷积得到灰度图片在x方向上的导数矩阵Ix,矩阵中(i,j)处的元素代表灰度图片矩阵(i,j)处在x方向的导数Ix(Detection of corners in a picture)
    2018-06-13 16:04:45下载
    积分:1
  • Roma_MATLAB
    基于matlab的图像小波融合测试程序,选取四副位图文件为对比(Matlab wavelet-based image fusion test program)
    2013-08-01 11:29:18下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载