Description: Based on 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
To Search:
File list (Check if you may need any files):
图像分割\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
图像分割