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

Otsu image processing

于 2019-04-12 发布
0 138
下载积分: 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 个回复

  • DebugDemo
    设置位置断点跟踪程序,VC++精选编程源码,很好的参考资料。(Set breakpoint location tracking procedures, VC++ programming source code, a good reference.)
    2013-11-26 09:57:15下载
    积分:1
  • HistDemoA
    数字图像处理实验——直方图的均衡化,打开图像并实现其均衡化(Digital image processing experiments- histogram equalization, open the image and realize its equalization)
    2014-06-07 00:05:05下载
    积分:1
  • tuxiangpingjie
    图像拼接及柱面全景图生成算法研究 图像拼接及柱面全景图生成算法研究(Image mosaicing and cylinder panorama generation algorithm is studied)
    2012-01-14 19:37:10下载
    积分:1
  • lane-detect
    canny边缘检测,还有车道线检测。效果还可以。(canny edge detection, and lane detection. The effect can be.)
    2014-01-14 16:44:00下载
    积分:1
  • mi_registration
    2维的基于互信息的图像配准算法,使用powell法作为优化算法(2-dimensional mutual information based image registration algorithms, the use of law as the optimization algorithm powell)
    2020-06-30 10:20:01下载
    积分:1
  • ImagePCA
    该类计算图像的主分量,特征值,特征向量,并且使用主分量重构.(The main components of such calculation of the image, feature values, feature vectors, and the use of principal component reconstruction.)
    2009-11-03 09:43:45下载
    积分:1
  • dirty glass
    建立一个透明物体上有污点的模型,可以模拟玻璃上有污点的图象(Rendering of clean transparent objects has been well studied in computer graphics. However, real-world transparent objects are seldom clean—their surfaces have a variety of contaminants such as dust, dirt, and lipids. These contaminants produce a number of complex volumetric scattering effects that must be taken into account when creating photorealistic renderings. In this paper, we take a step toward modeling and rendering these effects. We make the assumption that the contaminant is an optically thin layer and construct an analytic model following results in radiative transport theory and computer graphics. Moreover, the spatial textures created by the different types of contamination are also important in achieving visual realism. To this end, we measure the spatially varying thicknesses and the scattering parameters of a number of glass panes with various types of dust, dirt, and lipids. We also develop a simple interactive synthesis tool to create novel instances of the me)
    2009-07-11 17:13:08下载
    积分:1
  • 041156300Medical3D
    RAw格式图片的显示,边缘检测,包括SOBEL算子,具有不同模板的拉普拉斯算子边缘检测,以及一些简单的滤波方式(sadfsadf asdfasdf asdf)
    2013-11-26 10:44:44下载
    积分:1
  • SiftGPU-V370
    说明:  使用gpu、cpu并行进行sift算子计算匹配,能够在原来的基础上加速处理,但对显卡要求较高,具体环境配置使用方法可以参照mannual(SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussian pyramids and detect DoG Keypoints. Based on GPU list generation[3], SiftGPU then uses a GPU/CPU mixed method to efficiently build compact keypoint lists. Finally keypoints are processed parallely to get their orientations and descriptors. SiftGPU is inspired by Andrea Vedaldi s sift++[2] and Sudipta N Sinha et al s GPU-SIFT[4] . Many parameters of sift++ ( for example, number of octaves, number of DOG levels, edge threshold, etc) are also available in SiftGPU. The shader programs are dynamically generated according to the parameters that user specified. SiftGPU also includes a GPU exhaustive/guided sift matcher SiftMatchGPU. It basically multiplies the descriptor matrix on GPU and find closest feature matches on GPU. Both GLSL and CUDA implementations are provided. )
    2011-02-23 10:20:27下载
    积分:1
  • yun7.1
    重要的纹理分割分类基础程序,可以进行更深入的探讨和优化,应用于遥感影像中。(Important basis for classification of texture segmentation procedure can be carried out more in-depth exploration and optimization, application of remote sensing images.)
    2007-07-13 15:01:34下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载