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

Otsu image processing

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

  • CAGD_NURBS
    施法中新版《计算几何与计算机图形学》,书中所带光盘,包含书中源码和其团队开发的软件,能够实现曲线曲面拟合和编辑(The new cast of Computational Geometry and Computer Graphics , the book brought the disc that contains the source code in the book and his team developed software enables curve and surface fitting and edit)
    2016-02-15 09:40:33下载
    积分:1
  • gesture-system
    目前已有的手部运动跟踪系统大多在一定程度上限制了人体运动自由. 基于此, 提出一种无线、 可穿戴、 无障碍的腕关节、 指关节运动跟踪系统. 在人体每个手指甲上粘贴一轻小永磁体, 用以产生标示腕关节、指关节运动的信号 若干磁传感器置于手腕处的电子腕带上, 作为标示信号( 磁信号) 检测器. 当腕关节、 指关 节运动时, 永磁体在各传感器所在位置处的合成磁场发生变化, 传感器对该磁场信号进行测量, 所检测到的磁场信号送入手部姿势估计器, 估计器基于系统数学模型计算手部姿势, 从而实现对手部运动的跟踪.(Most of the existing hand movement tracking system to a certain extent limited the freedom of human motion. This paper presents a wireless, wearable, accessible wrist, knuckles motion tracking system. In each fingernail on the human body Paste a light small permanent magnet to produce marked the wrist, referring to the signal of the joint movement the number of magnetic sensors placed in the wrist at the electronic wristband, as marked signal (magnetic signal) detector. when the wrist, knuckles campaign , the permanent magnet in the magnetic field of the sensor location at changes in the sensors of the magnetic signal measurement, the detected magnetic field signal sent from the start with the Ministry of posture is estimated, the estimator based on the mathematical model to calculate the hand position in order to achieve of hand movement tracking.)
    2020-06-30 07:40:02下载
    积分:1
  • Huffman
    完成流程编码和huffman编码,适合做图像编码的熵编码,只要调整接口就好。(Complete the process encoding and huffman coding, image coding suitable for entropy coding, as long as the adjustment of the interface is like.)
    2010-12-24 12:00:13下载
    积分:1
  • FillRegion
    填充区域图像,设置填充区域,填出图像的颜色(Filled regional images, set fill area, fill in the color of the image)
    2009-01-18 22:45:33下载
    积分:1
  • VC++_image_Code
    说明:  VC++6.0图像处理算法集:图象的几何变换、平滑(去噪声)、锐化、腐蚀、膨胀、细化算法、半影调、抖动、直方图修正、彩色变换、腐蚀,膨胀,细化等算法,并有可执行文件供试用,并附有配套电子收,是图像处理入门的好资料。(VC++ 6.0 image processing algorithms: image geometric transformation, smoothing (to noise), sharpening, corrosion, expansion, thinning algorithm, penumbral tune jitter histogram of the amendment, color conversion, corrosion, swelling, refinement algorithm, etc., as well as executable files for trial, together with supporting electronic collection, image processing is a good data entry.)
    2008-11-20 23:20:31下载
    积分:1
  • 实现的无损压缩
    该程序主要实现图像的无损压缩,具体算法包括: (1)整数小波变换+SPIHT无损压缩 其中整数小波可以采用JPEG2000提供的5-3小波,也可以采用S+P变换,本程序均已给出。 (2)DPCM+算术编码 DPCM采用的是JPEG中采用的方法; (3)JPEG-LS标准 JPEG-LS的无损压缩性能非常好,超过JPEG2000。(The program mainly realize lossless image compression, the specific algorithm include: (1) integer wavelet transform SPIHT Integer Wavelet lossless compression which can be used to provide the 5-3 wavelet JPEG2000, can also adopt the S P transform, the procedures are given. (2) DPCM arithmetic coding DPCM is used in JPEG methodology (3) JPEG-LS standard JPEG-LS lossless compression of very good performance, more than JPEG2000.)
    2008-06-02 11:01:57下载
    积分:1
  • boxFilter
    盒状滤波器,可以用来用来对图像进行滤波,对图像的预处理(Box-shaped filter can be used for image filtering, pre-processing of the image)
    2016-05-12 10:41:30下载
    积分:1
  • CCD
    关于CCD相机的选型,帧率,幅宽,曝光时间(CCD CAMERA)
    2016-06-21 17:19:09下载
    积分:1
  • LZW
    在图像传输时,常常需要对图像进行压缩,这些代码用来对图像进行压缩编码。(In the image transmission, it is often the need for image compression, the code used to image compression.)
    2009-12-04 20:44:45下载
    积分:1
  • hilight_dg
    说明:  在autocad2007环境中直接使用API就可以亮显实体的一个示例演示(This program demonstrates how to use ObjectARX API functions to highlight and unhighlight subentities of complex entities such as ACIS solids.)
    2009-08-23 11:22:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载