sobel彩色图像边缘细化处理

时间:2018-05-06 09:07:51
【文件属性】:
文件名称:sobel彩色图像边缘细化处理
文件大小:551KB
文件格式:ZIP
更新时间:2018-05-06 09:07:51
sobel 彩色图像 采用的算法是分离彩色图像的三通道,分别计算各通道在水平和垂直方向上的梯度,最后选取合适的阈值对梯度幅值阈值化,得到二值图像来表示图像轮廓。
【文件预览】:
sobel
----stdafx.cpp(210B)
----stdafx.h(233B)
----sobel.vcxproj.user(143B)
----sobel.vcxproj.filters(1KB)
----targetver.h(236B)
----sobel.vcxproj(4KB)
----sobel.cpp(3KB)
----Debug()
--------vc100.idb(539KB)
--------CL.write.1.tlog(602B)
--------CL.read.1.tlog(22KB)
--------sobel.obj(114KB)
--------mt.read.1.tlog(136B)
--------sobel.lastbuildstate(48B)
--------stdafx.obj(12KB)
--------mt.command.1.tlog(394B)
--------cl.command.1.tlog(1KB)
--------sobel.exe.intermediate.manifest(381B)
--------sobel.write.1.tlog(0B)
--------sobel.pch(1.13MB)
--------link.write.1.tlog(540B)
--------sobel.vcxprojResolveAssemblyReference.cache(713B)
--------sobel.log(3KB)
--------link.command.1.tlog(2KB)
--------link.read.1.tlog(5KB)
--------mt.write.1.tlog(332B)
--------vc100.pdb(980KB)
----ReadMe.txt(2KB)

网友评论

  • 对我现在做的事情挺好用的