AForge.NET

  :: AForge.NET Framework :: Articles :: Forums ::

Blob Extraction Theory?

The forum is to discuss topics related to different areas of image processing and computer vision.

Blob Extraction Theory?

Postby emang » Tue Mar 10, 2009 10:02 am

Dear All,
I have already done my project in E-Comic reader for mobile handled using combination of filter and especially blob extraction object from AForge. Now I want to finish my report, so I am looking for technically (theoretically) documentation about blob filter in Aforge. Is it using Connected component labeling (CCL) method? Whose ccl method was using in Aforge? Someone please provide me the link or web documentation about ccl method using in Aforge. Thank you for your help
regards
Herman, Saga Univ, Japan
emang
 
Posts: 2
Joined: Tue Mar 10, 2009 9:55 am

Re: Blob Extraction Theory?

Postby andrew.kirillov » Tue Mar 10, 2009 10:30 am

Hello,

Yes, it is just connected components labelling. The initial idea was taken from here. But as you can see, there is just color labelling. So the idea was generalized and BlobCounter has appeared. This means that the labelling algorithm and code were designed for AForge.NET framework from scratch, just with that idea. There are no other references were used.
With best regards,
Andrew


Interested in supporting AForge.NET Framework?
User avatar
andrew.kirillov
Site Admin, AForge.NET Developer
 
Posts: 3453
Joined: Fri Jan 23, 2009 9:12 am
Location: UK

Re: Blob Extraction Theory?

Postby emang » Tue Mar 10, 2009 12:52 pm

Thanks Andrew for your quick response. Blobcounter was so useful in my project so thank for AForge and all people behind it especially for you. I start my project using IPLab then I modify it. Since my current work using Windows app, now I want to finishing my project as a mobile app. Do aforge.net library work/support for mobile app? sorry for asking fool question because i never try mobile app before, especially using .net ;)
thanks before

best regards
Herman
emang
 
Posts: 2
Joined: Tue Mar 10, 2009 9:55 am

Re: Blob Extraction Theory?

Postby andrew.kirillov » Tue Mar 10, 2009 1:37 pm

Hello,

No, at this point AForge.NET Framework is not provided for .NET Compact Framework used on mobile devices. And it will not be so simple, since CF .NET has limited supports of image formats. Many of the formats used in AForge.NET Framework are not supported actually by CF.NET.
With best regards,
Andrew


Interested in supporting AForge.NET Framework?
User avatar
andrew.kirillov
Site Admin, AForge.NET Developer
 
Posts: 3453
Joined: Fri Jan 23, 2009 9:12 am
Location: UK

Re: Blob Extraction Theory?

Postby andrew.kirillov » Tue Mar 10, 2009 1:40 pm

Just to clarify the idea, look at the list of formats supported by CF.NET(look for mobile icon near to formats). Only 4 formats are support.

AForge.Imaging library uses Format8bppIndexed format heavily, which is useful for grayscale images.
With best regards,
Andrew


Interested in supporting AForge.NET Framework?
User avatar
andrew.kirillov
Site Admin, AForge.NET Developer
 
Posts: 3453
Joined: Fri Jan 23, 2009 9:12 am
Location: UK

Re: Blob Extraction Theory?

Postby o0ocuchuoio0o » Mon Jul 24, 2017 2:51 pm

can you help me code c# example?
o0ocuchuoio0o
 
Posts: 5
Joined: Mon Jul 24, 2017 2:41 pm




Return to Image Processing and Computer Vision