登录
首页 » Visual C++ » Otsu image processing

Otsu image processing

于 2019-04-12 发布
0 271
下载积分: 1 下载次数: 0

代码说明:

说明:  利用大津算法对图片进行处理,得到满意的处理效果。(The image is processed by Otsu algorithm and satisfactory results are obtained.)

文件列表:

大津法图像处理, 0 , 2018-11-30
大津法图像处理\Debug, 0 , 2019-04-12
大津法图像处理\大津法图像处理, 0 , 2018-11-30
大津法图像处理\大津法图像处理\Debug, 0 , 2018-11-30
大津法图像处理\大津法图像处理\Debug\vc120.idb, 19456 , 2018-11-30
大津法图像处理\大津法图像处理\Debug\vc120.pdb, 36864 , 2018-11-30
大津法图像处理\大津法图像处理\Debug\大津法图像处理.log, 920 , 2018-11-30
大津法图像处理\大津法图像处理\Debug\大津法图像处理.tlog, 0 , 2018-11-30
大津法图像处理\大津法图像处理\Debug\大津法图像处理.tlog\CL.read.1.tlog, 408 , 2018-11-30
大津法图像处理\大津法图像处理\Debug\大津法图像处理.tlog\CL.write.1.tlog, 288 , 2018-11-30
大津法图像处理\大津法图像处理\Debug\大津法图像处理.tlog\cl.command.1.tlog, 590 , 2018-11-30
大津法图像处理\大津法图像处理\Debug\大津法图像处理.tlog\unsuccessfulbuild, 0 , 2018-11-30
大津法图像处理\大津法图像处理\Debug\大津法图像处理.tlog\大津法图像处理.lastbuildstate, 172 , 2018-11-30
大津法图像处理\大津法图像处理\大津法.cpp, 0 , 2018-11-30
大津法图像处理\大津法图像处理\大津法图像处理.vcxproj, 4037 , 2018-11-30
大津法图像处理\大津法图像处理\大津法图像处理.vcxproj.filters, 950 , 2018-11-30
大津法图像处理\大津法图像处理.sdf, 458752 , 2018-11-30
大津法图像处理\大津法图像处理.sln, 1009 , 2018-11-30
大津法图像处理\大津法图像处理.v12.suo, 17408 , 2018-11-30

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

发表评论

0 个回复

  • OTSUMultiThre
    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.)
    2009-02-06 14:55:41下载
    积分:1
  • N-FINDR
    介绍混合像元解混里面的端元提取算法N-FINDR(Describes the mixed pixel unmixing inside endmember extraction algorithm N-FINDR)
    2021-04-19 19:48:50下载
    积分:1
  • xzjz
    本代码功能是将图像旋转任意角度,为进一步的图像处理做铺垫。(The code function is to rotate the image at any angle, laying the groundwork for further image processing.)
    2010-08-07 12:59:02下载
    积分:1
  • Camdemo
    Camshift算法,即"Continuously Adaptive Mean-Shift"算法,是一种自适应的运动跟踪算法。它主要通过视频图像中运动物体的颜色信息来达到跟踪目的。(Camshift algorithm, namely " Continuously Adaptive Mean-Shift" algorithm is an adaptive motion tracking algorithm. It is primarily the color information of the object' s movement through the video images to achieve tracking purposes.)
    2014-01-11 19:45:29下载
    积分:1
  • ImageProcessing
    使用QT编程实现2D图像处理的各功能,包括彩色图转灰度、二值化、二值的形态学操作、灰度的形态学操作等等。(Using QT programming each 2D image processing functions, including color conversion grayscale, binary, binary morphological operations, grayscale morphological operations and so on.)
    2013-06-27 14:39:08下载
    积分:1
  • differential-operation
    实现图像的滤波、锐化、边缘检测、微分处理及图像平滑(Image filtering, sharpening, edge detection, differential processing and image smoothing)
    2013-02-27 21:00:36下载
    积分: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
  • Motion-detection-of-contour-search
    基于轮廓来寻找流动部分,效果不是很好,但是还可以拿来用(Based on the outline to find the flow part, the effect is not very good, but also can be used with)
    2015-11-16 16:33:31下载
    积分:1
  • histogrameq
    VC做的图像处理方面的一些代码,仅供参考(VC do image processing of some code, only supplies the reference )
    2012-03-15 10:09:25下载
    积分:1
  • GrayIMG
    将一幅rgb图像转换成灰度图像,并显示出灰度图像。(the functon is to make a rgb image to gray image.)
    2015-10-02 21:41:03下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载