文件名称:segment
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-03-31
- 文件大小:
- 19.89mb
- 下载次数:
- 0次
- 提 供 者:
- 马*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
基于VS2010的图像分割源码,包含一些常用的图像分割算法,如边缘检测、区域生长、阈值分割等,需添加灰度图调试-Based on the the VS2010 image segmentation source, contains some of the commonly used image segmentation algorithm, such as edge detection, region growing, thresholding, need to add the gray level debugging
(系统自动生成,下载前可以参看下载内容)
下载文件列表
图像分割\ColorSeg.cpp
........\ColorSeg.h
........\ContourSegment.cpp
........\ContourSegment.h
........\Debug\CL.read.1.tlog
........\.....\CL.write.1.tlog
........\.....\ColorSeg.obj
........\.....\ContourSegment.obj
........\.....\Dib.obj
........\.....\EdgeDetection.obj
........\.....\link-cvtres.read.1.tlog
........\.....\link-cvtres.write.1.tlog
........\.....\link.read.1.tlog
........\.....\link.write.1.tlog
........\.....\MainFrm.obj
........\.....\mt.read.1.tlog
........\.....\mt.write.1.tlog
........\.....\rc.read.1.tlog
........\.....\rc.write.1.tlog
........\.....\RegionSegment.obj
........\.....\Segment.exe
........\.....\Segment.exe.embed.manifest
........\.....\Segment.exe.embed.manifest.res
........\.....\Segment.exe.intermediate.manifest
........\.....\Segment.ilk
........\.....\Segment.lastbuildstate
........\.....\Segment.log
........\.....\Segment.obj
........\.....\Segment.pch
........\.....\Segment.pdb
........\.....\Segment.res
........\.....\SegmentDoc.obj
........\.....\SegmentView.obj
........\.....\Segment_manifest.rc
........\.....\stdafx.obj
........\.....\Threshold.obj
........\.....\vc100.idb
........\.....\vc100.pdb
........\Dib.cpp
........\Dib.h
........\EdgeDetection.cpp
........\EdgeDetection.h
........\Image\color_lena.bmp
........\.....\gray_cells.BMP
........\MainFrm.cpp
........\MainFrm.h
........\ReadMe.txt
........\RegionSegment.cpp
........\RegionSegment.h
........\res\Segment.ico
........\...\Segment.rc2
........\...\SegmentDoc.ico
........\...\Toolbar.bmp
........\resource.h
........\Segment.aps
........\Segment.cpp
........\Segment.h
........\Segment.ncb
........\Segment.rc
........\Segment.sdf
........\Segment.sln
........\Segment.sln.old
........\Segment.suo
........\Segment.suo.old
........\Segment.vcproj
........\Segment.vcproj.moonsun-PC.moonsun.user
........\Segment.vcxproj
........\Segment.vcxproj.filters
........\Segment.vcxproj.user
........\SegmentDoc.cpp
........\SegmentDoc.h
........\SegmentView.cpp
........\SegmentView.h
........\stdafx.cpp
........\stdafx.h
........\Threshold.cpp
........\Threshold.h
........\UpgradeLog.XML
........\_UpgradeReport_Files\UpgradeReport.css
........\....................\UpgradeReport.xslt
........\....................\UpgradeReport_Minus.gif
........\....................\UpgradeReport_Plus.gif
........\Debug
........\Image
........\res
........\_UpgradeReport_Files
图像分割