|
|
blob analysis
Hello Friends,
I am trying to filter out blobs in an image which are lesser than a threshold value.
My image contains a few dozen blobs(amoeba shaped). Some are big and some are small. I intend to filter out all the blobs except the largest, followed by filtering all blobs except the second largest and so on and so forth.
Could you pls advice me as to how to achieve this?
Regards,
LFG.
|
|
0
|
|
|
|
Reply
|
LFG
|
6/9/2010 6:32:08 AM |
|
"LFG Tech " <vinodkaruvat@gmail.com> wrote in message <hunch8$9qo$1@fred.mathworks.com>...
> Hello Friends,
>
> I am trying to filter out blobs in an image which are lesser than a threshold value.
>
> My image contains a few dozen blobs(amoeba shaped). Some are big and some are small. I intend to filter out all the blobs except the largest, followed by filtering all blobs except the second largest and so on and so forth.
>
> Could you pls advice me as to how to achieve this?
>
> Regards,
> LFG.
if you can use the image processing toolbox:
help label
help regionprops
hth
kinor
|
|
0
|
|
|
|
Reply
|
kinor
|
6/9/2010 10:43:06 AM
|
|
LFG.:
This exact thing (with coins instead of amoeba) is done in my image
processing demo:
http://www.mathworks.com/matlabcentral/fileexchange/25157
-ImageAnalyst
|
|
0
|
|
|
|
Reply
|
ImageAnalyst
|
6/9/2010 11:16:01 AM
|
|
"kinor " <kinor.removethiswithdot@gmx.de> wrote in message <hunr7p$44b$1@fred.mathworks.com>...
> "LFG Tech " <vinodkaruvat@gmail.com> wrote in message <hunch8$9qo$1@fred.mathworks.com>...
> > Hello Friends,
> >
> > I am trying to filter out blobs in an image which are lesser than a threshold value.
> >
> > My image contains a few dozen blobs(amoeba shaped). Some are big and some are small. I intend to filter out all the blobs except the largest, followed by filtering all blobs except the second largest and so on and so forth.
> >
> > Could you pls advice me as to how to achieve this?
> >
> > Regards,
> > LFG.
>
> if you can use the image processing toolbox:
>
> help label
> help regionprops
>
> hth
> kinor
Hello Kinor,
Is it label or bwlabel?
Thanks
LFG
|
|
0
|
|
|
|
Reply
|
LFG
|
6/10/2010 1:19:06 AM
|
|
|
3 Replies
428 Views
(page loaded in 0.034 seconds)
|
|
|
|
|
|
|
|
|