Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Graph program Special Effects
Title: connected_components_image Download
 Description: 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
 Downloaders recently: [More information of uploader cpxue]
  • [texture] - Gray-level co-occurrence matrix texture
  • [ccl] - Connected Component Labeling
  • [color] - MPEG7 in Color Layout descriptor code, v
  • [FuzzyClust] - FuzzyClust fuzzy clustering described us
  • [ComponentLabeling] - connected component labeling
  • [counting] - Morphology using matlab to a number of p
  • [segmention] - 4-connected refers to the point of depar
  • [vislabels] - Visualize labels of connected components
  • [erode_dilate] - This program is based on the image openc
  • [image-liantong] - C# image connected region algorithm, fas
File list (Check if you may need any files):
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
    

CodeBus www.codebus.net