please suggest a code for getting rid of these outliers..

2 Ansichten (letzte 30 Tage)
Sam
Sam am 21 Sep. 2013
Hi , in fingerpring image below how do i reject these outliers, as i am using bwconvhull to segment FP image.

Akzeptierte Antwort

Image Analyst
Image Analyst am 21 Sep. 2013
Fill the objects and then call imclose() to join the close blobs together. Use regionprops to calculate the areas and then throw out all but the largest one. See my Image Segmentation Tutorial if you want to know how to sort and do size filtering. http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
  2 Kommentare
Sam
Sam am 21 Sep. 2013
thank you sir,
i will check it and post the result...
Sam
Sam am 21 Sep. 2013
solved...
thanks

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by