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

Otsu image processing

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

  • number
    将图片转化为BMP位图,然后通过逐行扫描识别图片中的数字。(A picture into a BMP bitmap, and then through the progressive scanned image in the figure.)
    2009-10-15 16:05:44下载
    积分:1
  • zi
    说明:  自由曲面光学透镜的图像变换面形测量系统与精度建模(Free-form optical lens image transformation shape measurement system with precision modeling)
    2013-03-07 09:08:13下载
    积分:1
  • las_tools
    一个非常实用的las文件处理工具,可以实现很多功能,如读写las文件,分类,分块,抽稀,合并,生成边界线,生成DEM,点云高度归一化,数据格式转换,波形数据压缩等(A very useful the las file processing tools, you can achieve a lot of features, such as read and write las file classification block Rarefy merge to generate the boundary line, generated DEM point cloud height normalized data format conversion, waveform data compression, etc.)
    2021-01-24 20:58:38下载
    积分:1
  • HarrisCorner
    对输入的一张彩色图像,自己写代码实现Harris Corner 检测算法: 1. 不能直接调用OpenCV 里面与Harris 角点检测相关的一些函数; 2. 只能用C/C++,不能用其他语言; 3. GUI 只能用自带的HighGUI,不能用QT 或其他的; 4. 平台可以用Windows, Linux, MacOS; 5. 显示中间的处理结果及最终的检测结果,包括最大特征值图,最小特征值图,R 图(可以考虑彩色 展示),原图上叠加检测结果等,并将这些中间结果都输出成图像文件; 6. 命令格式: “xxx.exe 图片文件 k 参数(=0.04) Aperture_size(=3)”。(The input of a color image, write your own code to achieve Harris Corner Detection Algorithm: 1. Can not be called directly inside OpenCV some functions associated with the Harris corner detection 2. To only use C/C++, can not be used in other languages 3. GUI only with their own HighGUI, can not use QT or other 4. The platform can be used Windows, Linux, MacOS 5. Display intermediate and final results of the test results, including the largest eigenvalues diagram, the minimum feature value graph , R chart (you can consider color display), picture superimposed on the test results, etc., and these intermediate results are output as an image file 6. Command Format: " xxx.exe picture file k parameters (= 0.04) Aperture_size (= 3 ). " )
    2016-01-04 12:44:23下载
    积分:1
  • huoquzhidingyanse
    这个代码可以获取一种颜色可以生成10进制的数,和一个16进制的数(the code can get a color can generate 10 to the 229 number, and a few of the 229 16)
    2006-11-28 01:28:00下载
    积分:1
  • PCA
    这是基于VC++编写的对遥感影像分析的程序,主要是对遥感影像进行PCA变换,使得对影响分析不仅可以依托于现成软件,我们自己也可以开发(This is written in VC++ based on remote sensing image analysis program, mainly for remote sensing images PCA transform, makes impact analysis can not only rely on ready-made software, we can also develop their own)
    2011-07-05 22:36:32下载
    积分:1
  • Fisheye_calibration
    windows下c++鱼眼校正,debug内exe可直接运行看结果。内附参考文献,更详细文献可见论文《超大广角畸变图像的校正和展开》。(C++ fisheye correction under windows, debug within exe can run directly to see the results. With reference to the literature, more detailed literature can be seen in the paper "super wide-angle distortion image correction and expansion".)
    2017-11-13 16:35:41下载
    积分:1
  • Codeblocks-MinGW-openCV
    use Codeblocks MinGW in openCV
    2012-04-16 09:41:20下载
    积分:1
  • Graphic
    一个具备线,矩形,椭圆的画图程序,可以设置颜色,宽度,字体(One with lines, rectangles, ellipses drawing program, you can set the color, width, font)
    2010-05-21 09:01:03下载
    积分:1
  • ASED
    在自动化生产线VC开发的运动控制机器视觉程序,XYZ三个轴有PCI板卡控制,视频卡采集图像后经算法处理找到图像的点,VC控制步进电机到加胶位置加胶,在机器上运行每日点胶100000次无故障(VC development in automated production lines motion control machine vision program, XYZ three-axis control with a PCI card, video card capture images after processing algorithm to find the image of the point, VC controlled stepper motor to position plus plus glue glue on the machine run the daily dispensing 100,000 times without failure)
    2020-09-10 05:38:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载