登录
首页 » Visual C++ » OTSUMultiThre

OTSUMultiThre

于 2009-02-06 发布 文件大小:303KB
0 225
下载积分: 1 下载次数: 116

代码说明:

  1.本程序功能包含显示直方图,OTSU的单值分割,OTSU的二值分割,OTSU的三值分割 2.在OTSU的分割时,通常情况下我们是通过类间方差得到一个分割阈值,但是有时候我们需要得到各灰度级别的目标,那么采取多值分割是 很必要的,通过改进得到OTSU的多值分割方法 3.本程序另外还有显示直方图,计算程序运行时间,处理结果以新的窗口显示等细节,这部分适合MFC初学者。(1. This procedure shows the histogram feature, OTSU single segmentation, OTSU binary segmentation, OTSU three segmentation 2. OTSU segmentation, it is usually the case we are through the between-cluster variance by a partition threshold , but sometimes we need to be the gray level of the target, then the multi-segmentation is necessary, through improved access to multi-OTSU segmentation methods 3. This procedure in addition to show the histogram to calculate run time, treatment the results of a new window display the details of this part of MFC for beginners.)

文件列表:

OTSUMultiThre
.............\CDib.cpp
.............\CDib.h
.............\ChildFrm.cpp
.............\ChildFrm.h
.............\comlib.cpp
.............\comlib.h
.............\DlgIntensity.cpp
.............\DlgIntensity.h
.............\MainFrm.cpp
.............\MainFrm.h
.............\ReadMe.txt
.............\res

.............\...\Segment.rc2

.............\...\Thumbs.db

.............\Resource.h
.............\Segment.aps
.............\Segment.clw
.............\Segment.cpp
.............\Segment.dsp
.............\Segment.dsw
.............\Segment.h
.............\Segment.ncb
.............\Segment.opt
.............\Segment.plg
.............\Segment.rc
.............\SegmentDoc.cpp
.............\SegmentDoc.h
.............\SegmentMethod.cpp
.............\SegmentMethod.h
.............\SegmentView.cpp
.............\SegmentView.h
.............\StdAfx.cpp
.............\StdAfx.h
.............\实验用图





.............\说明.txt

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

发表评论

0 个回复

  • Li-Yi-Wei-Texture-Synthesis
    基于样本的纹理合成加速方法,MRF,基于Li-Yi Wei的论文。(Acceleration method based on texture synthesis samples, MRF, based on Li-Yi Wei of paper.)
    2021-03-11 15:09:25下载
    积分:1
  • m11
    混合高斯(Mixture of Gaussian, MOG) 背景建模算法和Codebook 背景建模算法被广泛应用于监控视频的运动目标检测问题, 但混合高斯的球体模型通常假设RGB 三个分量是独立的, Codebook 的圆柱体模型假设背景像素值在圆柱体内均匀分布且背景亮度值变化方向指向坐标原点, 这些假设使得模型对背景的描述能力下降. 本文提出了一种椭球体背景模型, 该模型克服了混合高斯球体模型和Codebook 圆柱体模型假设的局限性, 同时利用主成分分析(Principal components analysis, PCA) 方法来刻画椭球体背景模型, 提出了一种基于主成分分析的Codebook 背景建模算法. 实验表明, 本文算法不仅能够更准确地描述背景像素值在RGB 空间中的分布特征, 而且具有良好的鲁棒性.(The background modeling algorithm of mixture of Gaussian (MOG) and codebook is widely used in moving object detection of surveillance video. However, the ball model of MOG usually assumes that the three components of RGB are independent, while the cylinder model of codebook assumes that the value of background pixel is distributed uniformly within the cylinder and the changing direction of brightness points to the origin of the coordinate system. These assumptions reduce the descriptive capability for background modeling. Therefore, the paper proposes an ellipsoid- based background model, which overcomes the MOG and codebook0s limitations. By using principal component analysis to depict the ellipsoid background model, a novel PCA-based codebook background modeling algorithm is proposed. Experiments show that this algorithm can not only give more accurate description of the distribution of background pixels but also have a better robustness.)
    2014-04-15 11:11:55下载
    积分:1
  • zernikeCT
    此程序为泽尼克的方法拟合离散点的数据,用于图像处理。(Zernike parameter fitting)
    2013-11-16 19:55:34下载
    积分:1
  • ss2005.11.29
    主要用于打开8位、24位BMP图像,并对其进行相应的处理,如:颜色分量提取,检测等(key to open the eight, 24 BMP images, and its corresponding treatment, such as : color component extraction, testing)
    2007-05-16 10:40:59下载
    积分:1
  • DoG
    高斯模糊是一种图像滤波器,它使用正态分布(高斯函数)计算模糊模板,并使用该模板与原图像做卷积运算,达到模糊图像的目的(Gaussian blur filter is a kind of image, it uses the normal distribution (gaussian function) to calculate fuzzy template, and use the template and the original image for convolution operation, achieve the goal of blurred image )
    2015-08-13 02:03:24下载
    积分:1
  • k_mean_uv
    利用k—mean算法根据U、V进行聚类分块,最后完成图像分割,分割出得块用不同的灰度等级表示出来。(K-mean algorithm to cluster sub-blocks according to the U, V, to finalize the image segmentation, segmentation have blocks with different gray levels represented.)
    2013-01-15 15:05:42下载
    积分:1
  • source
    实现了对误拍角度的矫正,基于轮廓提取以及旋转矩阵变换实现图像错误识别和矫正(It realizes the correction of misalignment angle, and realizes image error recognition and correction based on contour extraction and rotation matrix transformation.)
    2018-07-06 15:20:57下载
    积分:1
  • imageFusion
    像素级融合实现 pca his,brovery加权融合方法,很不错(Pixel level fusion to achieve pca his, brovery weighted fusion method, very good)
    2010-12-12 13:57:23下载
    积分:1
  • C语言实现的DFT
    用C语言实现的离散傅里叶变换(DFT)的经典算法!比较实用!(C language classic of the discrete Fourier transform (DFT) algorithm! More practical!)
    2012-12-20 20:11:01下载
    积分:1
  • Morph
    用Visual C++实现基于数学形态学的数字图像处理,包括二值图像的腐蚀,膨胀,开,闭,细化及中轴变换等运算.(Visual C++ using mathematical morphology-based digital image processing, including binary image erosion and dilation, opening, closing, thinning, and the central axis transform operations.)
    2011-11-08 16:34:42下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载