文件名称:connected_components_image
-
所属分类:
- 标签属性:
- 上传时间:2012-10-15
-
文件大小:52.46kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
Implementation Of Labeling Connected Components
用C#实现图像的连通区域标定,可选4连通,8连通-Implementation Of Labeling Connected Components
The algorithm is coded in C# using unsafe so the quality and speed of the program may not be affected. The class BitmapData is used to read and process the pixels in the image. This is the specialty of C# to provide such a speed even on image processing applications. There is a set of modules that are designed to implement the algorithm. The program scans the image to convert the image into grayscale Levels. Then it converts the image into binary. This binary image will be subjected to splitting it into components. Here we can us 4-Connected or 8-Connected Algorithm but we used 8-Connected Algorithm for finding the Blobs in the image as described above
用C#实现图像的连通区域标定,可选4连通,8连通-Implementation Of Labeling Connected Components
The algorithm is coded in C# using unsafe so the quality and speed of the program may not be affected. The class BitmapData is used to read and process the pixels in the image. This is the specialty of C# to provide such a speed even on image processing applications. There is a set of modules that are designed to implement the algorithm. The program scans the image to convert the image into grayscale Levels. Then it converts the image into binary. This binary image will be subjected to splitting it into components. Here we can us 4-Connected or 8-Connected Algorithm but we used 8-Connected Algorithm for finding the Blobs in the image as described above
相关搜索: blobs
labeling
Connected Components Labeling
labeling image
connected_components_image
grayscale convert
connected_components_image
连通区域
(系统自动生成,下载前可以参看下载内容)
下载文件列表
image/App.ico
image/AssemblyInfo.cs
image/bin/
image/bin/Debug/
image/bin/Debug/image.exe
image/bin/Debug/image.pdb
image/ConnectedComponents.cs
image/Form1.cs
image/Form1.resx
image/image.csproj
image/image.csproj.user
image/image.sln
image/image.suo
image/obj/
image/obj/Debug/
image/obj/Debug/image.exe
image/obj/Debug/image.exe.incr
image/obj/Debug/image.Form1.resources
image/obj/Debug/image.pdb
image/obj/Debug/image.projdata
image/obj/Debug/temp/
image/obj/Debug/TempPE/
image/Object.cs
image/Thumbs.db
image/
image/AssemblyInfo.cs
image/bin/
image/bin/Debug/
image/bin/Debug/image.exe
image/bin/Debug/image.pdb
image/ConnectedComponents.cs
image/Form1.cs
image/Form1.resx
image/image.csproj
image/image.csproj.user
image/image.sln
image/image.suo
image/obj/
image/obj/Debug/
image/obj/Debug/image.exe
image/obj/Debug/image.exe.incr
image/obj/Debug/image.Form1.resources
image/obj/Debug/image.pdb
image/obj/Debug/image.projdata
image/obj/Debug/temp/
image/obj/Debug/TempPE/
image/Object.cs
image/Thumbs.db
image/
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.