文件名称:connected_components_image
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 52kb
- 下载次数:
- 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
连通区域
labeling
Connected
Components
Labeling
labeling
image
connected_components_image
grayscale
convert
connected_components_image
连通区域
(系统自动生成,下载前可以参看下载内容)
下载文件列表
image
.....\AssemblyInfo.cs
.....\bin
.....\...\Debug
.....\...\.....\image.exe
.....\...\.....\image.pdb
.....\ConnectedComponents.cs
.....\Form1.cs
.....\Form1.resx
.....\image.csproj
.....\image.csproj.user
.....\image.sln
.....\obj
.....\...\Debug
.....\...\.....\image.exe
.....\...\.....\image.exe.incr
.....\...\.....\image.Form1.resources
.....\...\.....\image.pdb
.....\...\.....\temp
.....\...\.....\TempPE
.....\Object.cs
.....\AssemblyInfo.cs
.....\bin
.....\...\Debug
.....\...\.....\image.exe
.....\...\.....\image.pdb
.....\ConnectedComponents.cs
.....\Form1.cs
.....\Form1.resx
.....\image.csproj
.....\image.csproj.user
.....\image.sln
.....\obj
.....\...\Debug
.....\...\.....\image.exe
.....\...\.....\image.exe.incr
.....\...\.....\image.Form1.resources
.....\...\.....\image.pdb
.....\...\.....\temp
.....\...\.....\TempPE
.....\Object.cs